diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-26 22:23:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-26 22:23:41 +0000 |
commit | caa41d224c68d58d7db24b5ec30bb3dc29fced6a (patch) | |
tree | 42d33ad68f281b544dfde997736e6755745663cf /media-fonts/alee-fonts | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-caa41d224c68d58d7db24b5ec30bb3dc29fced6a.tar.gz gentoo-2-caa41d224c68d58d7db24b5ec30bb3dc29fced6a.tar.bz2 gentoo-2-caa41d224c68d58d7db24b5ec30bb3dc29fced6a.zip |
Add ~x86-fbsd keyword, restrict binchecks and strip.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'media-fonts/alee-fonts')
-rw-r--r-- | media-fonts/alee-fonts/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/alee-fonts/alee-fonts-8.3.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-fonts/alee-fonts/ChangeLog b/media-fonts/alee-fonts/ChangeLog index 33b247d96b9a..7f85f7c59e7c 100644 --- a/media-fonts/alee-fonts/ChangeLog +++ b/media-fonts/alee-fonts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/alee-fonts # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/alee-fonts/ChangeLog,v 1.20 2006/10/20 21:20:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/alee-fonts/ChangeLog,v 1.21 2006/11/26 22:23:41 flameeyes Exp $ + + 26 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> -alee-fonts-3.1.ebuild, + -alee-fonts-4.1.ebuild, -alee-fonts-6.4.ebuild, alee-fonts-8.3.ebuild: + Add ~x86-fbsd keyword, restrict binchecks and strip. 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> alee-fonts-7.1.ebuild: Stable on Alpha. diff --git a/media-fonts/alee-fonts/alee-fonts-8.3.ebuild b/media-fonts/alee-fonts/alee-fonts-8.3.ebuild index b0f51fc4346a..4ef859e556e2 100644 --- a/media-fonts/alee-fonts/alee-fonts-8.3.ebuild +++ b/media-fonts/alee-fonts/alee-fonts-8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/alee-fonts/alee-fonts-8.3.ebuild,v 1.1 2006/07/11 11:11:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/alee-fonts/alee-fonts-8.3.ebuild,v 1.2 2006/11/26 22:23:41 flameeyes Exp $ inherit font @@ -11,10 +11,13 @@ SRC_URI="mirror://debian/pool/main/t/ttf-alee/ttf-alee_${PV}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc-macos ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc-macos ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" FONT_SUFFIX="ttf" FONT_S="${WORKDIR}/ttf-alee-${PV}" S=${FONT_S} + +# Only installs fonts +RESTRICT="strip binchecks" |