diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-29 04:31:11 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-29 04:31:11 +0000 |
commit | 7b94dd4445022eec870ccbe0f025c05f8450d36b (patch) | |
tree | 6588b5b28e7b54c448e5e7f084f9c26659f40d65 /media-fonts | |
parent | Remove old. (diff) | |
download | gentoo-2-7b94dd4445022eec870ccbe0f025c05f8450d36b.tar.gz gentoo-2-7b94dd4445022eec870ccbe0f025c05f8450d36b.tar.bz2 gentoo-2-7b94dd4445022eec870ccbe0f025c05f8450d36b.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/aquafont/ChangeLog | 9 | ||||
-rw-r--r-- | media-fonts/aquafont/aquafont-2.7-r2.ebuild | 32 | ||||
-rw-r--r-- | media-fonts/aquafont/aquafont-2.7-r3.ebuild | 28 |
3 files changed, 6 insertions, 63 deletions
diff --git a/media-fonts/aquafont/ChangeLog b/media-fonts/aquafont/ChangeLog index 533c47f21f5c..6bb3e24e359d 100644 --- a/media-fonts/aquafont/ChangeLog +++ b/media-fonts/aquafont/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/aquafont -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/aquafont/ChangeLog,v 1.30 2010/02/21 02:14:12 abcd Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/aquafont/ChangeLog,v 1.31 2015/03/29 04:31:11 mrueg Exp $ + + 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -aquafont-2.7-r2.ebuild, + -aquafont-2.7-r3.ebuild: + Remove old. 21 Feb 2010; Jonathan Callen <abcd@gentoo.org> aquafont-2.7-r4.ebuild: Transfer prefix keywords (no other changes) @@ -110,4 +114,3 @@ <sitosito@p.chan.ne.jp> at GentooJP BugTrack. Redistribution courtesy of the author, Aqua <aquablue@m12.milkcafe.to> See /usr/portage/licenses/aquafont before using the software. - diff --git a/media-fonts/aquafont/aquafont-2.7-r2.ebuild b/media-fonts/aquafont/aquafont-2.7-r2.ebuild deleted file mode 100644 index d4b8a2cb91d0..000000000000 --- a/media-fonts/aquafont/aquafont-2.7-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/aquafont/aquafont-2.7-r2.ebuild,v 1.15 2008/09/04 17:08:33 matsuu Exp $ - -inherit font - -IUSE="X" -MY_P="${PN/font/}${PV/\./_}" - -DESCRIPTION="Handwritten Japanese fixed-width TrueType font" -HOMEPAGE="http://www.geocities.jp/teardrops_in_aquablue/" -SRC_URI="http://www.geocities.jp/teardrops_in_aquablue/fnt/${MY_P}.lzh" - -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -LICENSE="aquafont" -SLOT=0 - -S="${WORKDIR}/${MY_P}" -FONT_S="${S}" -FONT_SUFFIX="ttf" - -DEPEND="app-arch/lha" -RDEPEND="" - -DOCS="readme.txt" - -# Only installs fonts -RESTRICT="strip binchecks" - -src_unpack(){ - lha e "${DISTDIR}/${MY_P}.lzh" -} diff --git a/media-fonts/aquafont/aquafont-2.7-r3.ebuild b/media-fonts/aquafont/aquafont-2.7-r3.ebuild deleted file mode 100644 index 7ff6a93591a4..000000000000 --- a/media-fonts/aquafont/aquafont-2.7-r3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/aquafont/aquafont-2.7-r3.ebuild,v 1.1 2008/09/04 17:08:33 matsuu Exp $ - -inherit font - -MY_P="${PN/font/}${PV/\./_}" - -DESCRIPTION="Handwritten Japanese fixed-width TrueType font" -HOMEPAGE="http://www.geocities.jp/teardrops_in_aquablue/" -SRC_URI="http://www.geocities.jp/teardrops_in_aquablue/fnt/${MY_P}.zip" - -LICENSE="aquafont" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="X" - -S="${WORKDIR}/${MY_P}" -FONT_S="${S}" -FONT_SUFFIX="ttf" - -DEPEND="app-arch/unzip" -RDEPEND="" - -DOCS="readme.txt" - -# Only installs fonts -RESTRICT="strip binchecks" |