diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2019-11-19 11:57:44 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2019-11-19 11:57:49 -0500 |
commit | 0a0c32c465f264fe2732817e6164fddfbbe065c9 (patch) | |
tree | 8be35af6d8b30c4da0636fbc27fa6efe28e441f3 /app-text | |
parent | dev-db/pgadmin4: Cleanup (diff) | |
download | gentoo-0a0c32c465f264fe2732817e6164fddfbbe065c9.tar.gz gentoo-0a0c32c465f264fe2732817e6164fddfbbe065c9.tar.bz2 gentoo-0a0c32c465f264fe2732817e6164fddfbbe065c9.zip |
app-text/cedilla: Cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cedilla/Manifest | 1 | ||||
-rw-r--r-- | app-text/cedilla/cedilla-0.6.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-text/cedilla/Manifest b/app-text/cedilla/Manifest index 6a88f48a4dcf..7f40abcbd310 100644 --- a/app-text/cedilla/Manifest +++ b/app-text/cedilla/Manifest @@ -1,2 +1 @@ -DIST cedilla-0.6.tar.gz 130676 BLAKE2B e316dff5ab9bb89dd350e9842847ed700846cfd57370be17198aa3c54f0562a4c26d23a49acccf8c7dc0b55f1765668dbfa24dbf57f50e568ac3039f7b5d662c SHA512 95d98fd4ab95b48023f635d61133ea1a8138a797cd1c414da0d4907531eb067ac147e8d612a528373da425d37fee7c1139dc7f0019308938c096e37caebf4e38 DIST cedilla-0.7.tar.gz 114899 BLAKE2B 100c22be30ffed585a1eb44c96109dadab9cbf90c5c3432efd4ed8daa135fa0d9fb82374eda9f9f13126cc5d453ecb5933d8733a58e374ab3192ea7d5bd6d273 SHA512 a137bceee2c70e911922b17e823093dc37b19cce8dece99596003ae7b4bc8c02afbae164d7dfa4e4873b4f549f7d948faf1da9dc1d3ef89cde6d1f36ba91be77 diff --git a/app-text/cedilla/cedilla-0.6.ebuild b/app-text/cedilla/cedilla-0.6.ebuild deleted file mode 100644 index 720592e2a72d..000000000000 --- a/app-text/cedilla/cedilla-0.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="amd64 x86" -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 -} |