diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-18 14:57:33 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-18 14:57:33 +0000 |
commit | aad3589f0cbb4710f9b328ff5c91c15c2a771ffc (patch) | |
tree | 35aa4e75548b3de1722199670b3f7b32e17d6705 /net-news/pan | |
parent | updated to latest (diff) | |
download | historical-aad3589f0cbb4710f9b328ff5c91c15c2a771ffc.tar.gz historical-aad3589f0cbb4710f9b328ff5c91c15c2a771ffc.tar.bz2 historical-aad3589f0cbb4710f9b328ff5c91c15c2a771ffc.zip |
removed old buggy version
Diffstat (limited to 'net-news/pan')
-rw-r--r-- | net-news/pan/files/digest-pan-0.10.0.92 | 1 | ||||
-rw-r--r-- | net-news/pan/pan-0.10.0.92.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/net-news/pan/files/digest-pan-0.10.0.92 b/net-news/pan/files/digest-pan-0.10.0.92 deleted file mode 100644 index 68c81678c694..000000000000 --- a/net-news/pan/files/digest-pan-0.10.0.92 +++ /dev/null @@ -1 +0,0 @@ -MD5 c3542da35ee85beb145500a61b54e9cb pan-0.10.0.92.tar.bz2 diff --git a/net-news/pan/pan-0.10.0.92.ebuild b/net-news/pan/pan-0.10.0.92.ebuild deleted file mode 100644 index 76a2dd84e847..000000000000 --- a/net-news/pan/pan-0.10.0.92.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Erik Van Reeth <erik@vanreeth.org> -# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.10.0.92.ebuild,v 1.2 2001/10/10 09:12:11 hallski Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="A newsreader for GNOME." -SRC_URI="http://pan.rebelbase.com/download/${PV}/SOURCE/${P}.tar.bz2" -HOMEPAGE="http://pan.rebelbase.com/" - -DEPEND="virtual/x11 - nls? ( sys-devel/gettext ) - >=gnome-base/gnome-libs-1.4.1.2-r1 - >=media-libs/gdk-pixbuf-0.11.0-r1 - >=dev-libs/libxml-1.8.11 - gtkhtml? ( >=gnome-extra/gtkhtml-0.14.0-r1 )" - -src_compile() { - local myconf - - use nls || myconf=--disable-nls - use gtkhtml && myconf="$myconf --enable-html" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - $myconf || die - - # Doesn't work with -j 4 (hallski) - make || die -} - -src_install () { - make prefix=${D}/usr sysconfdir=${D}/etc install - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} |