diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:38:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:38:04 +0000 |
commit | a6b099863cd2c30cdb9fd2cd6769a03657f8cd6f (patch) | |
tree | 4ebd564c7e401d978e1aaa84b6e019b479b874dd /app-text/cedilla | |
parent | Added a check to the ebuild to update the patch to use the latest available K... (diff) | |
download | gentoo-2-a6b099863cd2c30cdb9fd2cd6769a03657f8cd6f.tar.gz gentoo-2-a6b099863cd2c30cdb9fd2cd6769a03657f8cd6f.tar.bz2 gentoo-2-a6b099863cd2c30cdb9fd2cd6769a03657f8cd6f.zip |
add inherit eutils
Diffstat (limited to 'app-text/cedilla')
-rw-r--r-- | app-text/cedilla/cedilla-0.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-text/cedilla/cedilla-0.3.ebuild b/app-text/cedilla/cedilla-0.3.ebuild index 8abc0f5697df..405b112c6dab 100644 --- a/app-text/cedilla/cedilla-0.3.ebuild +++ b/app-text/cedilla/cedilla-0.3.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/cedilla-0.3.ebuild,v 1.4 2004/02/11 23:34:35 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/cedilla-0.3.ebuild,v 1.5 2004/04/07 21:38:04 vapier Exp $ + +inherit eutils DESCRIPTION="Utf-8 to postscript converter." HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/" - SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz" KEYWORDS="x86" @@ -13,10 +14,9 @@ LICENSE="GPL-2" IUSE="" DEPEND=">=dev-lisp/clisp-2.29 - >=sys-apps/sed-4" + >=sys-apps/sed-4" RDEPEND="" -S="${WORKDIR}/${P}" src_unpack() { unpack ${A} epatch ${FILESDIR}/cedilla-gentoo.patch @@ -30,6 +30,5 @@ src_install() { ./install-cedilla || die "Install failed" newman cedilla.man cedilla.1 - dodoc COPYING NEWS README - + dodoc NEWS README } |