summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-18 20:10:53 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-18 20:10:53 +0000
commitd819267801d56c481e42362ae8185eca6dda5a05 (patch)
tree8b536bdf245d644404e0fcfc0e9ebdd8f639aa0e /app-text/cedilla
parentadd ~arm keyword (diff)
downloadgentoo-2-d819267801d56c481e42362ae8185eca6dda5a05.tar.gz
gentoo-2-d819267801d56c481e42362ae8185eca6dda5a05.tar.bz2
gentoo-2-d819267801d56c481e42362ae8185eca6dda5a05.zip
Remove old
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-text/cedilla')
-rw-r--r--app-text/cedilla/ChangeLog7
-rw-r--r--app-text/cedilla/cedilla-0.3.ebuild34
2 files changed, 5 insertions, 36 deletions
diff --git a/app-text/cedilla/ChangeLog b/app-text/cedilla/ChangeLog
index be5e08fe1353..d63328ac6444 100644
--- a/app-text/cedilla/ChangeLog
+++ b/app-text/cedilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/cedilla
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/ChangeLog,v 1.11 2011/11/28 11:51:18 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/ChangeLog,v 1.12 2012/01/18 20:10:53 dilfridge Exp $
+
+ 18 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> -cedilla-0.3.ebuild:
+ Remove old
28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> cedilla-0.6.ebuild:
x86 stable wrt bug #391265
diff --git a/app-text/cedilla/cedilla-0.3.ebuild b/app-text/cedilla/cedilla-0.3.ebuild
deleted file mode 100644
index 5c414b575f72..000000000000
--- a/app-text/cedilla/cedilla-0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.7 2005/01/01 16:05:12 eradicator 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"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=dev-lisp/clisp-2.29
- >=sys-apps/sed-4"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/cedilla-gentoo.patch
-}
-src_compile() {
- ./compile-cedilla || die "Compile failed"
-}
-
-src_install() {
- sed -i 's#/var/tmp/portage/cedilla-0.3/image##g' ${S}/cedilla
- ./install-cedilla || die "Install failed"
-
- newman cedilla.man cedilla.1
- dodoc NEWS README
-}