diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2011-10-20 13:05:13 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2011-10-20 13:05:13 +0000 |
commit | 84c568dc822fca237668bb3b8f0b8fe2f1d9b070 (patch) | |
tree | 3836c6bb81fc7a7e568a96937a0006a6be1b36b3 /app-text/cedilla | |
parent | removed vmware-server lines (diff) | |
download | gentoo-2-84c568dc822fca237668bb3b8f0b8fe2f1d9b070.tar.gz gentoo-2-84c568dc822fca237668bb3b8f0b8fe2f1d9b070.tar.bz2 gentoo-2-84c568dc822fca237668bb3b8f0b8fe2f1d9b070.zip |
Version bump. Now proxy-maintained by Ian "idella4" Delaney, proxy-committed by Aaron W. Swenson.
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-text/cedilla')
-rw-r--r-- | app-text/cedilla/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/cedilla/cedilla-0.6.ebuild | 34 | ||||
-rw-r--r-- | app-text/cedilla/files/cedilla-gentoo-r1.patch | 22 | ||||
-rw-r--r-- | app-text/cedilla/metadata.xml | 14 |
4 files changed, 75 insertions, 6 deletions
diff --git a/app-text/cedilla/ChangeLog b/app-text/cedilla/ChangeLog index 0fac2e693e4d..bbcd07e55791 100644 --- a/app-text/cedilla/ChangeLog +++ b/app-text/cedilla/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/cedilla -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/ChangeLog,v 1.8 2008/04/21 17:02:52 phreak Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/ChangeLog,v 1.9 2011/10/20 13:05:13 titanofold Exp $ + +*cedilla-0.6 (20 Oct 2011) + + 20 Oct 2011; Aaron W. Swenson <titanofold@gentoo.org> + +files/cedilla-gentoo-r1.patch, +cedilla-0.6.ebuild, metadata.xml: + Version bump. Now proxy-maintained by Ian "idella4" Delaney, proxy-committed + by Aaron W. Swenson. 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata diff --git a/app-text/cedilla/cedilla-0.6.ebuild b/app-text/cedilla/cedilla-0.6.ebuild new file mode 100644 index 000000000000..d7a842a2688d --- /dev/null +++ b/app-text/cedilla/cedilla-0.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/cedilla-0.6.ebuild,v 1.1 2011/10/20 13:05:13 titanofold Exp $ + +EAPI="4" + +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 ~amd64" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND="dev-lisp/clisp" +RDEPEND="${DEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/cedilla-gentoo-r1.patch +} + +src_compile() { + ./compile-cedilla || die "Compile failed." +} + +src_install() { + sed -i "s#${ED%/}##g" cedilla || die "sed failed" + newman cedilla.man cedilla.1 + ./install-cedilla || die "Install failed." + dodoc NEWS README +} diff --git a/app-text/cedilla/files/cedilla-gentoo-r1.patch b/app-text/cedilla/files/cedilla-gentoo-r1.patch new file mode 100644 index 000000000000..af9c92a8ee7b --- /dev/null +++ b/app-text/cedilla/files/cedilla-gentoo-r1.patch @@ -0,0 +1,22 @@ +diff -Naur cedilla-0.3.orig/cedilla-config cedilla-0.3/cedilla-config +--- cedilla-0.3.orig/cedilla-config 2002-02-18 11:53:39.000000000 +0000 ++++ cedilla-0.3/cedilla-config 2003-06-02 20:36:44.000000000 +0000 +@@ -2,14 +2,14 @@ + CLISP=/usr/bin/clisp + + # Where the main Cedilla binary will be installed +-BINDIR=/usr/bin ++BINDIR=${ED%/}/usr/bin + + # Where the cedilla-config.lisp file lives +-ETCDIR=/etc ++ETCDIR=${ED%/}/etc + + # Where Cedilla's FASL files will be kept +-LIBDIR=/usr/lib/cedilla ++LIBDIR=${ED%/}/usr/lib/cedilla + + # Where the cedilla(1) manual page will be installed +-MANDIR=/usr/share/man/man1 ++MANDIR=${ED%/}/usr/share/man/man1 + diff --git a/app-text/cedilla/metadata.xml b/app-text/cedilla/metadata.xml index 59e2b8f78cb5..22bfcd3709ad 100644 --- a/app-text/cedilla/metadata.xml +++ b/app-text/cedilla/metadata.xml @@ -1,8 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - <name>Default assignee for orphaned packages</name> - </maintainer> + <herd>no-herd</herd> + <maintainer> + <email>johneed@hotmail.com</email> + <name>Ian Delaney</name> + <description>Proxy maintainer, assign bugs</description> + </maintainer> + <maintainer> + <email>titanofold@gentoo.org</email> + <name>Aaron W. Swenson</name> + </maintainer> </pkgmetadata> |