diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | 556497b567af64403ef3b9ea293b90d666c415f9 (patch) | |
tree | cb329d1b10ffd6655208a0642708148fe511469f /x11-misc/culmus | |
parent | Numerous small fixes, see ChangeLogs for details. (Manifest recommit) (diff) | |
download | gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.gz gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.bz2 gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/culmus')
-rw-r--r-- | x11-misc/culmus/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/culmus/culmus-0.93.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/culmus/ChangeLog b/x11-misc/culmus/ChangeLog index b91c9c84b278..29b390a49ca8 100644 --- a/x11-misc/culmus/ChangeLog +++ b/x11-misc/culmus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/culmus # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/ChangeLog,v 1.7 2004/04/11 15:00:39 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/ChangeLog,v 1.8 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> culmus-0.93.ebuild: + Added IUSE= 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> culmus-0.90-r1.ebuild, culmus-0.93.ebuild: diff --git a/x11-misc/culmus/culmus-0.93.ebuild b/x11-misc/culmus/culmus-0.93.ebuild index edca2d5c2472..c8d308b2b463 100644 --- a/x11-misc/culmus/culmus-0.93.ebuild +++ b/x11-misc/culmus/culmus-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/culmus-0.93.ebuild,v 1.2 2004/04/11 15:00:39 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/culmus-0.93.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="Hebrew Type1 fonts" SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz \ @@ -12,6 +12,7 @@ HOMEPAGE="http://culmus.sourceforge.net/" KEYWORDS="x86" SLOT="0" LICENSE="GPL-2 | LICENSE-BITSTREAM" +IUSE="" src_install () { dodir /usr/X11R6/lib/X11/fonts/culmus |