diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-text/cedilla | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/cedilla')
-rw-r--r-- | app-text/cedilla/Manifest | 6 | ||||
-rw-r--r-- | app-text/cedilla/cedilla-0.6.ebuild | 33 | ||||
-rw-r--r-- | app-text/cedilla/cedilla-0.7.ebuild | 30 | ||||
-rw-r--r-- | app-text/cedilla/files/cedilla-gentoo-r1.patch | 22 | ||||
-rw-r--r-- | app-text/cedilla/metadata.xml | 8 |
5 files changed, 99 insertions, 0 deletions
diff --git a/app-text/cedilla/Manifest b/app-text/cedilla/Manifest new file mode 100644 index 000000000000..51db8cde98a5 --- /dev/null +++ b/app-text/cedilla/Manifest @@ -0,0 +1,6 @@ +AUX cedilla-gentoo-r1.patch 645 BLAKE2B cedc4626df03c6706c5fee463cd2b662f1b5e297050cb3e67e585609319daa013d499f37fd6cff1ce2a10fcb21626e6b5178dc5545a02eef0778c404cd00f9fb SHA512 4a9d4c4f28509e2b527568a28a69dbcce0c4e7a8d6ae9a967dfb33ff639f12a5dae16a885b0f51686d3d444c9f651cf904bb5c93326308fc37e13d4ec8bb4162 +DIST cedilla-0.6.tar.gz 130676 BLAKE2B e316dff5ab9bb89dd350e9842847ed700846cfd57370be17198aa3c54f0562a4c26d23a49acccf8c7dc0b55f1765668dbfa24dbf57f50e568ac3039f7b5d662c SHA512 95d98fd4ab95b48023f635d61133ea1a8138a797cd1c414da0d4907531eb067ac147e8d612a528373da425d37fee7c1139dc7f0019308938c096e37caebf4e38 +DIST cedilla-0.7.tar.gz 114899 BLAKE2B 100c22be30ffed585a1eb44c96109dadab9cbf90c5c3432efd4ed8daa135fa0d9fb82374eda9f9f13126cc5d453ecb5933d8733a58e374ab3192ea7d5bd6d273 SHA512 a137bceee2c70e911922b17e823093dc37b19cce8dece99596003ae7b4bc8c02afbae164d7dfa4e4873b4f549f7d948faf1da9dc1d3ef89cde6d1f36ba91be77 +EBUILD cedilla-0.6.ebuild 697 BLAKE2B c1f1bcb2967e8c6068d3b6906dee9ca5279360689e4aa80836d72aeca426db5d94631ee8f541acd3b71c89084965e87919b9e2a64a7ed837ddcb93c25e9c2e04 SHA512 61c7d132115f2e255de5b1aad34397541f89fdaa1ebd24dab36e7b2d71bac7e592884a78d36bc3addd8108133091455bd0025c28c672787f0a995b0bba919fae +EBUILD cedilla-0.7.ebuild 654 BLAKE2B b784971be122031e96b156d0cf2d2b6930bb97236101a931b92094c0860e817618654fbc42ca3828222daa1208065722b62ba1b60d13c13c7ec163f9b2d4f92f SHA512 66dc5955c4b7391b91fa8f0cf521b5f1a7b8962c2ba8ded1c379dc678ed197db3217bf661da9cfa55569161acf45f70af95955d44e092d703237bf7afb01ade3 +MISC metadata.xml 253 BLAKE2B 34807135fdbc8396660d3fa85339e80c0c14693b937e360de963062b40d1a4306d86c3f6fbe60c45146632f934695d26c06083a2977031c36bdee17f57140f72 SHA512 06255a02d9a177532c33fb7a9271f8f538cef82354feb7689c839e2eb1516d53fd0e78aca22fee2f9a19dbf1e3f7ad96dea23c8d97efdac952e4b754314664d9 diff --git a/app-text/cedilla/cedilla-0.6.ebuild b/app-text/cedilla/cedilla-0.6.ebuild new file mode 100644 index 000000000000..720592e2a72d --- /dev/null +++ b/app-text/cedilla/cedilla-0.6.ebuild @@ -0,0 +1,33 @@ +# 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 +} diff --git a/app-text/cedilla/cedilla-0.7.ebuild b/app-text/cedilla/cedilla-0.7.ebuild new file mode 100644 index 000000000000..d6e687479ec5 --- /dev/null +++ b/app-text/cedilla/cedilla-0.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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" + +DEPEND="dev-lisp/clisp" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/cedilla-gentoo-r1.patch ) + +src_compile() { + ./compile-cedilla || die "Compile failed." +} + +src_install() { + sed "s#${ED%/}##g" -i cedilla || die "sed failed" + dodir /usr/share/man/man1/ + + ./install-cedilla || die "Install failed." + + einstalldocs +} 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 new file mode 100644 index 000000000000..b3c1d365eaad --- /dev/null +++ b/app-text/cedilla/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>titanofold@gentoo.org</email> + <name>Aaron W. Swenson</name> + </maintainer> +</pkgmetadata> |