diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-01-23 22:22:14 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-01-23 22:22:14 +0000 |
commit | d90cc69a5fa50f38c8f37c0756fc9915ec33939d (patch) | |
tree | 60a47bce3c0b4ccd0178a9b7dcfff9db6021f541 /net-news/pan | |
parent | mask new xfree and unmask vcron (diff) | |
download | gentoo-2-d90cc69a5fa50f38c8f37c0756fc9915ec33939d.tar.gz gentoo-2-d90cc69a5fa50f38c8f37c0756fc9915ec33939d.tar.bz2 gentoo-2-d90cc69a5fa50f38c8f37c0756fc9915ec33939d.zip |
new version; removed older
Diffstat (limited to 'net-news/pan')
-rw-r--r-- | net-news/pan/files/digest-pan-0.11.0.92 | 1 | ||||
-rw-r--r-- | net-news/pan/files/digest-pan-0.11.1 | 1 | ||||
-rw-r--r-- | net-news/pan/files/digest-pan-0.11.1.90 | 1 | ||||
-rw-r--r-- | net-news/pan/pan-0.11.0.92.ebuild | 38 | ||||
-rw-r--r-- | net-news/pan/pan-0.11.1.92.ebuild (renamed from net-news/pan/pan-0.11.1.90.ebuild) | 2 | ||||
-rw-r--r-- | net-news/pan/pan-0.11.1.ebuild | 38 |
6 files changed, 1 insertions, 80 deletions
diff --git a/net-news/pan/files/digest-pan-0.11.0.92 b/net-news/pan/files/digest-pan-0.11.0.92 deleted file mode 100644 index af772cefcf40..000000000000 --- a/net-news/pan/files/digest-pan-0.11.0.92 +++ /dev/null @@ -1 +0,0 @@ -MD5 11149345daa5392855a4660fe229db27 pan-0.11.0.92.tar.bz2 1380352 diff --git a/net-news/pan/files/digest-pan-0.11.1 b/net-news/pan/files/digest-pan-0.11.1 deleted file mode 100644 index 2b25043e70a0..000000000000 --- a/net-news/pan/files/digest-pan-0.11.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a72845ca049cef6f6b0fee67494e97d9 pan-0.11.1.tar.bz2 1437696 diff --git a/net-news/pan/files/digest-pan-0.11.1.90 b/net-news/pan/files/digest-pan-0.11.1.90 deleted file mode 100644 index b6eee345ce3e..000000000000 --- a/net-news/pan/files/digest-pan-0.11.1.90 +++ /dev/null @@ -1 +0,0 @@ -MD5 d22cc0e03c4b194ca8d4c8d3c6268418 pan-0.11.1.90.tar.bz2 1536000 diff --git a/net-news/pan/pan-0.11.0.92.ebuild b/net-news/pan/pan-0.11.0.92.ebuild deleted file mode 100644 index 9fa202ee83aa..000000000000 --- a/net-news/pan/pan-0.11.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.11.0.92.ebuild,v 1.1 2001/11/29 22:48:02 azarah 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 -} diff --git a/net-news/pan/pan-0.11.1.90.ebuild b/net-news/pan/pan-0.11.1.92.ebuild index c36d456ab288..99333097f88a 100644 --- a/net-news/pan/pan-0.11.1.90.ebuild +++ b/net-news/pan/pan-0.11.1.92.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.11.1.90.ebuild,v 1.1 2002/01/07 22:20:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.11.1.92.ebuild,v 1.1 2002/01/23 22:22:14 azarah Exp $ S=${WORKDIR}/${P} diff --git a/net-news/pan/pan-0.11.1.ebuild b/net-news/pan/pan-0.11.1.ebuild deleted file mode 100644 index 094b001e120a..000000000000 --- a/net-news/pan/pan-0.11.1.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.11.1.ebuild,v 1.1 2001/12/06 20:05:23 azarah 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 -} |