summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-30 08:30:45 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-30 08:30:45 +0000
commita9e566a0e4e6a20d277378dc385f92bdbdfa57cc (patch)
tree4127d00f74c5cbae807bd80ebd105f05848a6e5c /app-text/gmanedit
parentcloses bug #2265 (diff)
downloadhistorical-a9e566a0e4e6a20d277378dc385f92bdbdfa57cc.tar.gz
historical-a9e566a0e4e6a20d277378dc385f92bdbdfa57cc.tar.bz2
historical-a9e566a0e4e6a20d277378dc385f92bdbdfa57cc.zip
removed older ebuild and obsolete patch
Diffstat (limited to 'app-text/gmanedit')
-rw-r--r--app-text/gmanedit/files/digest-gmanedit-0.3.3-r11
-rw-r--r--app-text/gmanedit/files/gmanedit-0.3.3.diff11
-rw-r--r--app-text/gmanedit/gmanedit-0.3.3-r1.ebuild39
3 files changed, 0 insertions, 51 deletions
diff --git a/app-text/gmanedit/files/digest-gmanedit-0.3.3-r1 b/app-text/gmanedit/files/digest-gmanedit-0.3.3-r1
deleted file mode 100644
index 63e33d30a72b..000000000000
--- a/app-text/gmanedit/files/digest-gmanedit-0.3.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57c01c39d928f28644552e2b6491e390 gmanedit-0.3.3.tar.bz2 333208
diff --git a/app-text/gmanedit/files/gmanedit-0.3.3.diff b/app-text/gmanedit/files/gmanedit-0.3.3.diff
deleted file mode 100644
index 492854248bed..000000000000
--- a/app-text/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-text/gmanedit/gmanedit-0.3.3-r1.ebuild b/app-text/gmanedit/gmanedit-0.3.3-r1.ebuild
deleted file mode 100644
index de665aede4a7..000000000000
--- a/app-text/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-text/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
-}
-