diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:49:38 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:49:38 +0000 |
commit | 18d80c0a629cf175e6163c23edbac5fed7d277e8 (patch) | |
tree | 6e1418474424f73897909e150fec7e92d30290db /app-doc | |
parent | added app-doc/gmanedit and app-doc/tkinfo, use from app-text instead (diff) | |
download | gentoo-2-18d80c0a629cf175e6163c23edbac5fed7d277e8.tar.gz gentoo-2-18d80c0a629cf175e6163c23edbac5fed7d277e8.tar.bz2 gentoo-2-18d80c0a629cf175e6163c23edbac5fed7d277e8.zip |
moved to app-text where they belong
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gmanedit/files/digest-gmanedit-0.3.3-r1 | 1 | ||||
-rw-r--r-- | app-doc/gmanedit/files/gmanedit-0.3.3.diff | 11 | ||||
-rw-r--r-- | app-doc/gmanedit/gmanedit-0.3.3-r1.ebuild | 39 | ||||
-rw-r--r-- | app-doc/tkinfo/files/digest-tkinfo-2.5 | 1 | ||||
-rw-r--r-- | app-doc/tkinfo/tkinfo-2.5.ebuild | 32 |
5 files changed, 0 insertions, 84 deletions
diff --git a/app-doc/gmanedit/files/digest-gmanedit-0.3.3-r1 b/app-doc/gmanedit/files/digest-gmanedit-0.3.3-r1 deleted file mode 100644 index c6c7c79bda04..000000000000 --- a/app-doc/gmanedit/files/digest-gmanedit-0.3.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 57c01c39d928f28644552e2b6491e390 gmanedit-0.3.3.tar.bz2 335872 diff --git a/app-doc/gmanedit/files/gmanedit-0.3.3.diff b/app-doc/gmanedit/files/gmanedit-0.3.3.diff deleted file mode 100644 index 492854248bed..000000000000 --- a/app-doc/gmanedit/files/gmanedit-0.3.3.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.old Mon Jun 25 01:09:32 2001 -+++ configure Mon Jun 25 01:10:05 2001 -@@ -2170,7 +2170,7 @@ - ;; - esac - fi --GTK_CONFIG="$ac_cv_path_GTK_CONFIG" -+GTK_CONFIG="/usr/X11R6/bin/gtk-config" - if test -n "$GTK_CONFIG"; then - echo "$ac_t""$GTK_CONFIG" 1>&6 - else diff --git a/app-doc/gmanedit/gmanedit-0.3.3-r1.ebuild b/app-doc/gmanedit/gmanedit-0.3.3-r1.ebuild deleted file mode 100644 index 60bd1412e224..000000000000 --- a/app-doc/gmanedit/gmanedit-0.3.3-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-doc/gmanedit/gmanedit-0.3.3-r1.ebuild,v 1.2 2001/11/10 02:43:58 hallski Exp $ - -S=${WORKDIR}/${P}.orig -DESCRIPTION="Gnome based manpage editor" -SRC_URI="http://gmanedit.sourceforge.net/files/${P}.tar.bz2" -HOMEPAGE="http://gmanedit.sourceforge.net/" - -DEPEND="virtual/x11 - >=gnome-base/gnome-core-1.4.0.4-r1" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/gmanedit-0.3.3.diff -} - -src_compile() { - -local myconf -if [ -z "`use gnome`" ]; then - myconf="--with-gnome-includes=/usr/include\ - --with-gnome-libs=/usr/lib" -fi -# NOTE WILL NOT COMPILE WITHOUT --disable-nls - try ./configure --prefix=/usr --host=${CHOST}\ - --disable-nls ${myconf} - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog TODO README NEWS -} - diff --git a/app-doc/tkinfo/files/digest-tkinfo-2.5 b/app-doc/tkinfo/files/digest-tkinfo-2.5 deleted file mode 100644 index 87c39e5d1b39..000000000000 --- a/app-doc/tkinfo/files/digest-tkinfo-2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 e194131e1900d1214c4157b247054c0b tkinfo-2.5.tar.gz 57344 diff --git a/app-doc/tkinfo/tkinfo-2.5.ebuild b/app-doc/tkinfo/tkinfo-2.5.ebuild deleted file mode 100644 index 4d9f98445533..000000000000 --- a/app-doc/tkinfo/tkinfo-2.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/tkinfo/tkinfo-2.5.ebuild,v 1.2 2001/11/10 02:43:58 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Info Browser in TK" -SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz" -HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/" - -DEPEND=">=dev-lang/tcl-tk-8.0.5" - - -src_install () { - - dobin tkinfo - doman tkinfo.1 - dodoc README - -} - -pkg_postinst () { - -# Let's check to see if info has been setup completely -cd /usr/share/info -if [ -f dir ]; then - exit 0; -else - mkinfodir . > dir -fi -} - |