diff options
-rw-r--r-- | app-text/dgs/dgs-0.5.9.1.ebuild | 28 | ||||
-rw-r--r-- | app-text/dgs/files/digest-dgs-0.5.9.1 | 1 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-0.44 (renamed from app-text/sablotron/files/digest-sablotron-0.43-r1) | 2 | ||||
-rw-r--r-- | x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3 | 1 | ||||
-rw-r--r-- | x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild | 28 |
5 files changed, 59 insertions, 1 deletions
diff --git a/app-text/dgs/dgs-0.5.9.1.ebuild b/app-text/dgs/dgs-0.5.9.1.ebuild new file mode 100644 index 000000000000..3ecfa7812097 --- /dev/null +++ b/app-text/dgs/dgs-0.5.9.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.9.1.ebuild,v 1.1 2000/09/20 18:05:20 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/dgs-0.5.9 +DESCRIPTION="A Ghostscript based DPS server" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dgs/${A}" +HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/dgs/index.html" + + +src_compile() { + + cd ${S} + try ./configure --prefix=/usr --host=${CHOST} --with-x + try make + +} + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + prepman + dodoc ANNOUNCE ChangeLog FAQ NEWS NOTES README STATUS TODO Version +} + diff --git a/app-text/dgs/files/digest-dgs-0.5.9.1 b/app-text/dgs/files/digest-dgs-0.5.9.1 new file mode 100644 index 000000000000..d2d21ce0fcea --- /dev/null +++ b/app-text/dgs/files/digest-dgs-0.5.9.1 @@ -0,0 +1 @@ +MD5 7f1c0cb0f7fe1d1899b88e4d89809ac4 dgs-0.5.9.1.tar.gz diff --git a/app-text/sablotron/files/digest-sablotron-0.43-r1 b/app-text/sablotron/files/digest-sablotron-0.44 index 299ab6425ccf..3ae4b7e2d3b7 100644 --- a/app-text/sablotron/files/digest-sablotron-0.43-r1 +++ b/app-text/sablotron/files/digest-sablotron-0.44 @@ -1,2 +1,2 @@ -MD5 3ae4726fc2d2be95ce621601ca674f66 Sablot-0.43.tar.gz +MD5 35874ea80215fea45f1af28a419c2ce2 Sablot-0.44.tar.gz MD5 c2607a890d8f31cdd0ab3d3dc6c896a6 Sablot-Expat-1.1.2.tar.gz diff --git a/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3 b/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3 new file mode 100644 index 000000000000..f8b5d71485e1 --- /dev/null +++ b/x11-libs/gtkDPS/files/digest-gtkDPS-0.3.3 @@ -0,0 +1 @@ +MD5 bf61b49aad4145eb303c8cc24779d0a2 gtkDPS-0.3.3.tar.gz diff --git a/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild b/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild new file mode 100644 index 000000000000..c3e9932dcacc --- /dev/null +++ b/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkDPS/gtkDPS-0.3.3.ebuild,v 1.1 2000/09/20 18:05:09 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Set of functions, objects and widgets to use DPS easily with GTK" +SRC_URI="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/dist/${A}" +HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/gtkDPS/" + + +src_compile() { + + cd ${S} + try ./configure --prefix=/usr/X11R6 --host=${CHOST} \ + --with-catgets --with-x --with-dps + try make + +} + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + dodoc COPYING* ChangeLog GTKDPS-VERSION HACKING NEWS README TODO +} + |