summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-08-23 00:57:10 +0000
committerChuck Short <zul@gentoo.org>2003-08-23 00:57:10 +0000
commitbefc3b1d5230dee7424957a4fb58bb5d3634404b (patch)
tree220daa3bf1d5f4bc80b6ea22737eabd68efabf35 /app-text/cedilla
parentInitial Version. Closes #22067 (diff)
downloadgentoo-2-befc3b1d5230dee7424957a4fb58bb5d3634404b.tar.gz
gentoo-2-befc3b1d5230dee7424957a4fb58bb5d3634404b.tar.bz2
gentoo-2-befc3b1d5230dee7424957a4fb58bb5d3634404b.zip
Initial Version. Closes #22067
Diffstat (limited to 'app-text/cedilla')
-rw-r--r--app-text/cedilla/ChangeLog7
-rw-r--r--app-text/cedilla/Manifest3
-rw-r--r--app-text/cedilla/cedilla-0.3.ebuild33
-rw-r--r--app-text/cedilla/files/cedilla-gentoo.patch22
-rw-r--r--app-text/cedilla/files/digest-cedilla-0.31
5 files changed, 65 insertions, 1 deletions
diff --git a/app-text/cedilla/ChangeLog b/app-text/cedilla/ChangeLog
new file mode 100644
index 000000000000..f0a743c87932
--- /dev/null
+++ b/app-text/cedilla/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-text/cedilla
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cedilla/ChangeLog,v 1.1 2003/08/23 00:57:00 zul Exp $
+
+ 22 Aug 2003; Chuck Short <zul@gentoo.org> files/cedilla-gentoo.patch:
+ Initial Version. Closes #22067.
+
diff --git a/app-text/cedilla/Manifest b/app-text/cedilla/Manifest
index fc37fd52a40d..f2cbac3329ee 100644
--- a/app-text/cedilla/Manifest
+++ b/app-text/cedilla/Manifest
@@ -1,3 +1,4 @@
-MD5 906756c3a635877cf94d9ebdc9bec8f5 cedilla-0.3.ebuild 699
+MD5 52ef439975f40993ca5ce614863402fd cedilla-0.3.ebuild 767
+MD5 700f80cf0273262424b53496016f1165 ChangeLog 318
MD5 2325d2b8265c1bd954d3913c90206b2b files/cedilla-gentoo.patch 633
MD5 f9868caff371960cf00313c91b05e89b files/digest-cedilla-0.3 63
diff --git a/app-text/cedilla/cedilla-0.3.ebuild b/app-text/cedilla/cedilla-0.3.ebuild
new file mode 100644
index 000000000000..c227867bfcf4
--- /dev/null
+++ b/app-text/cedilla/cedilla-0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 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.1 2003/08/23 00:57:00 zul Exp $
+
+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"
+RDEPEND=""
+
+S="${WORKDIR}/${P}"
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/cedilla-gentoo.patch
+}
+src_compile() {
+ ./compile-cedilla || die "Compile failed"
+}
+
+src_install() {
+ ./install-cedilla || die "Install failed"
+
+ newman cedilla.man cedilla.1
+ dodoc COPYING NEWS README
+
+}
diff --git a/app-text/cedilla/files/cedilla-gentoo.patch b/app-text/cedilla/files/cedilla-gentoo.patch
new file mode 100644
index 000000000000..20646d76b9fd
--- /dev/null
+++ b/app-text/cedilla/files/cedilla-gentoo.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=${D}/usr/bin
+
+ # Where the cedilla-config.lisp file lives
+-ETCDIR=/etc
++ETCDIR=${D}/etc
+
+ # Where Cedilla's FASL files will be kept
+-LIBDIR=/usr/lib/cedilla
++LIBDIR=${D}/usr/lib/cedilla
+
+ # Where the cedilla(1) manual page will be installed
+-MANDIR=/usr/share/man/man1
++MANDIR=${D}/usr/share/man/man1
+
diff --git a/app-text/cedilla/files/digest-cedilla-0.3 b/app-text/cedilla/files/digest-cedilla-0.3
new file mode 100644
index 000000000000..d30ccaebc7c1
--- /dev/null
+++ b/app-text/cedilla/files/digest-cedilla-0.3
@@ -0,0 +1 @@
+MD5 abfb9d0462ba4d3759115e30c56f1ade cedilla-0.3.tar.gz 128037