summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-20 11:50:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-20 11:50:54 +0000
commit43b7f67204ca0c888a39e6492a95e7ec300c5d85 (patch)
tree49203ddbad8c828d3f806557cee40540bafb63dc /net-news
parentversion bump (diff)
downloadgentoo-2-43b7f67204ca0c888a39e6492a95e7ec300c5d85.tar.gz
gentoo-2-43b7f67204ca0c888a39e6492a95e7ec300c5d85.tar.bz2
gentoo-2-43b7f67204ca0c888a39e6492a95e7ec300c5d85.zip
cleanup of old stuff
Diffstat (limited to 'net-news')
-rw-r--r--net-news/pan/files/digest-pan-0.11.41
-rw-r--r--net-news/pan/files/digest-pan-0.12.11
-rw-r--r--net-news/pan/files/digest-pan-0.12.911
-rw-r--r--net-news/pan/files/digest-pan-0.12.92-r11
-rw-r--r--net-news/pan/pan-0.11.4.ebuild53
-rw-r--r--net-news/pan/pan-0.12.1.ebuild57
-rw-r--r--net-news/pan/pan-0.12.91.ebuild64
-rw-r--r--net-news/pan/pan-0.12.92-r1.ebuild42
8 files changed, 0 insertions, 220 deletions
diff --git a/net-news/pan/files/digest-pan-0.11.4 b/net-news/pan/files/digest-pan-0.11.4
deleted file mode 100644
index 0dfb07235922..000000000000
--- a/net-news/pan/files/digest-pan-0.11.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22993c47af617086b34211f707a84ace pan-0.11.4.tar.bz2 1629832
diff --git a/net-news/pan/files/digest-pan-0.12.1 b/net-news/pan/files/digest-pan-0.12.1
deleted file mode 100644
index 60e5d303455b..000000000000
--- a/net-news/pan/files/digest-pan-0.12.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 50a21cd505840894ff6e6ae8027388e4 pan-0.12.1.tar.bz2 1651399
diff --git a/net-news/pan/files/digest-pan-0.12.91 b/net-news/pan/files/digest-pan-0.12.91
deleted file mode 100644
index cb68ea7b270c..000000000000
--- a/net-news/pan/files/digest-pan-0.12.91
+++ /dev/null
@@ -1 +0,0 @@
-MD5 94a35b118f78c2d3c4dfb033924d06c1 pan-0.12.91.tar.bz2 1625392
diff --git a/net-news/pan/files/digest-pan-0.12.92-r1 b/net-news/pan/files/digest-pan-0.12.92-r1
deleted file mode 100644
index af29b9b002d0..000000000000
--- a/net-news/pan/files/digest-pan-0.12.92-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 175c036783dc9cb78ee5dfa981b72806 pan-0.12.92.tar.bz2 1620211
diff --git a/net-news/pan/pan-0.11.4.ebuild b/net-news/pan/pan-0.11.4.ebuild
deleted file mode 100644
index f5ad0c3e2089..000000000000
--- a/net-news/pan/pan-0.11.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.11.4.ebuild,v 1.1 2002/07/17 09:40:40 stroke Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A newsreader for GNOME."
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCES/${P}.tar.bz2"
-HOMEPAGE="http://pan.rebelbase.com/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND="virtual/x11
- nls? ( sys-devel/gettext )
- >=gnome-base/gnome-libs-1.4.1.7
- >=media-libs/gdk-pixbuf-0.18.0-r1
- >=dev-libs/libxml-1.8.17-r2
- gtkhtml? ( >=gnome-extra/gtkhtml-0.14.0-r1 )"
-
-RDEPEND="${DEPEND}"
-
-
-src_compile() {
- local myconf=""
-
- if [ -z "`use nls`" ]
- then
- myconf="${myconf} --disable-nls"
- mkdir intl
- touch intl/libgettext.h
- fi
-
- 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.12.1.ebuild b/net-news/pan/pan-0.12.1.ebuild
deleted file mode 100644
index f8c578e9b5d3..000000000000
--- a/net-news/pan/pan-0.12.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.12.1.ebuild,v 1.1 2002/07/13 14:07:57 phoenix Exp $
-
-# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-# force debug information
-CFLAGS="${CFLAGS} -g"
-CXXFLAGS="${CXXFLAGS} -g"
-
-
-DESCRIPTION="A newsreader for the Gnome2 desktop"
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCE/${P}.tar.bz2"
-HOMEPAGE="http://pan.rebelbase.com"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-#libglade
-RDEPEND=">=dev-libs/glib-2.0.4
- >=x11-libs/gtk+-2.0.5
- >=dev-libs/libxml2-2.4.22"
-
-DEPEND="$RDEPEND"
-
-export CONFIG_PROTECT_MASK="/etc/gconf"
-
-src_compile() {
-
- local myconf
- use nls || myconf="--disable-nls"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --enable-debug=yes \
- ${myconf} || die "configure failure"
-
- emake || die "compile failure"
-}
-
-src_install() {
- emake prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- localstatedir=${D}/var/lib \
- install || die "installation failed"
-
- dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
-}
-
-
diff --git a/net-news/pan/pan-0.12.91.ebuild b/net-news/pan/pan-0.12.91.ebuild
deleted file mode 100644
index 5a8c9754a4df..000000000000
--- a/net-news/pan/pan-0.12.91.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.12.91.ebuild,v 1.1 2002/07/28 17:56:36 stroke Exp $
-
-# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-# force debug information
-CFLAGS="${CFLAGS} -g"
-CXXFLAGS="${CXXFLAGS} -g"
-
-DESCRIPTION="A newsreader for the Gnome2 desktop"
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCE/${P}.tar.bz2"
-HOMEPAGE="http://pan.rebelbase.com"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-RDEPEND=">=dev-libs/glib-2.0.4
- >=x11-libs/gtk+-2.0.5
- >=dev-libs/libxml2-2.4.22
- spell? ( >=app-text/gtkspell-2.0.0 )"
-
-DEPEND="$RDEPEND"
-
-export CONFIG_PROTECT_MASK="/etc/gconf"
-
-src_compile() {
-
- local myconf
-
- use nls || myconf="--disable-nls"
-
- if [ -n "`use gtkspell`" ] ; then
- myconf="${myconf} --enable-gtkspell=yes"
- else
- myconf="${myconf} --enable-gtkspell=no"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --enable-debug=yes \
- ${myconf} || die "configure failure"
-
- emake || die "compile failure"
-}
-
-src_install() {
- emake prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- localstatedir=${D}/var/lib \
- install || die "installation failed"
-
- dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
-}
-
-
diff --git a/net-news/pan/pan-0.12.92-r1.ebuild b/net-news/pan/pan-0.12.92-r1.ebuild
deleted file mode 100644
index 99e9ab2d70ec..000000000000
--- a/net-news/pan/pan-0.12.92-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.12.92-r1.ebuild,v 1.2 2002/08/04 17:35:24 spider Exp $
-
-inherit debug
-
-DESCRIPTION="A newsreader for the Gnome2 desktop"
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCE/${P}.tar.bz2"
-HOMEPAGE="http://pan.rebelbase.com"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND=">=dev-libs/glib-2.0.4
- >=x11-libs/gtk+-2.0.5
- >=dev-libs/libxml2-2.4.22
- dev-libs/libunicode
- spell? ( >=app-text/gtkspell-2.0.0 )"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-export CONFIG_PROTECT_MASK="/etc/gconf"
-
-src_compile() {
- local myconf=""
-
- use nls || myconf="--disable-nls"
- use spell || myconf="$myconf --disable-gtkspell"
-
- # gtkspell breaks things now.
- myconf="${myconf} --disable-gtkspell"
- econf --enable-debug=yes $myconf || die "Configure failure"
-
- emake || die "Compilation failure"
-}
-
-src_install() {
- einstall || die "Installation failed"
-
- dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
-}