summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-06-22 00:16:37 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-06-22 00:16:37 +0000
commit093200a423e08686a05264f01ffa08480347dce3 (patch)
tree946bb5b574e2551a46f929c3ebca7c7c96385e38 /net-news
parentadjusted ARCH check and update env vars in script (diff)
downloadgentoo-2-093200a423e08686a05264f01ffa08480347dce3.tar.gz
gentoo-2-093200a423e08686a05264f01ffa08480347dce3.tar.bz2
gentoo-2-093200a423e08686a05264f01ffa08480347dce3.zip
cleanup and slotify
Diffstat (limited to 'net-news')
-rw-r--r--net-news/pan/files/digest-pan-0.11.2-r11
-rw-r--r--net-news/pan/files/digest-pan-0.11.2.911
-rw-r--r--net-news/pan/files/digest-pan-0.11.921
-rw-r--r--net-news/pan/files/digest-pan-0.11.931
-rw-r--r--net-news/pan/files/digest-pan-0.11.941
-rw-r--r--net-news/pan/pan-0.11.2-r1.ebuild46
-rw-r--r--net-news/pan/pan-0.11.2.91.ebuild46
-rw-r--r--net-news/pan/pan-0.11.3.ebuild12
-rw-r--r--net-news/pan/pan-0.11.92.ebuild55
-rw-r--r--net-news/pan/pan-0.11.93.ebuild55
-rw-r--r--net-news/pan/pan-0.11.94.ebuild60
11 files changed, 7 insertions, 272 deletions
diff --git a/net-news/pan/files/digest-pan-0.11.2-r1 b/net-news/pan/files/digest-pan-0.11.2-r1
deleted file mode 100644
index 3ad43091d5c4..000000000000
--- a/net-news/pan/files/digest-pan-0.11.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 07e80deb0e1478634b7de71eb3127ccc pan-0.11.2.tar.bz2 1544901
diff --git a/net-news/pan/files/digest-pan-0.11.2.91 b/net-news/pan/files/digest-pan-0.11.2.91
deleted file mode 100644
index 107c27a62afd..000000000000
--- a/net-news/pan/files/digest-pan-0.11.2.91
+++ /dev/null
@@ -1 +0,0 @@
-MD5 07cf0a1634fac61ccb25eb77079e3dd6 pan-0.11.2.91.tar.bz2 1583387
diff --git a/net-news/pan/files/digest-pan-0.11.92 b/net-news/pan/files/digest-pan-0.11.92
deleted file mode 100644
index bd85300ab8f1..000000000000
--- a/net-news/pan/files/digest-pan-0.11.92
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6381671cc92925b9632cd1cdf22a56af pan-0.11.92.tar.bz2 1577709
diff --git a/net-news/pan/files/digest-pan-0.11.93 b/net-news/pan/files/digest-pan-0.11.93
deleted file mode 100644
index 554091f16d61..000000000000
--- a/net-news/pan/files/digest-pan-0.11.93
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3418ddd3b9dac21a6163a1bce6e633ca pan-0.11.93.tar.bz2 1620935
diff --git a/net-news/pan/files/digest-pan-0.11.94 b/net-news/pan/files/digest-pan-0.11.94
deleted file mode 100644
index bdb115bf1eb8..000000000000
--- a/net-news/pan/files/digest-pan-0.11.94
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b1553fa8cd83348b0b8110ec4c745b82 pan-0.11.94.tar.bz2 1604716
diff --git a/net-news/pan/pan-0.11.2-r1.ebuild b/net-news/pan/pan-0.11.2-r1.ebuild
deleted file mode 100644
index 68f1149aaf58..000000000000
--- a/net-news/pan/pan-0.11.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.2-r1.ebuild,v 1.2 2002/03/29 03:55:52 seemant 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
-
- 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.11.2.91.ebuild b/net-news/pan/pan-0.11.2.91.ebuild
deleted file mode 100644
index c15fe25b8c3b..000000000000
--- a/net-news/pan/pan-0.11.2.91.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.2.91.ebuild,v 1.1 2002/04/07 04:03:10 jhhudso 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
-
- 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.11.3.ebuild b/net-news/pan/pan-0.11.3.ebuild
index 14cdb3ac5809..47408897bfd1 100644
--- a/net-news/pan/pan-0.11.3.ebuild
+++ b/net-news/pan/pan-0.11.3.ebuild
@@ -6,6 +6,7 @@ S=${WORKDIR}/${P}
DESCRIPTION="A newsreader for GNOME."
SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCE/${P}.tar.bz2"
HOMEPAGE="http://pan.rebelbase.com/"
+SLOT="0"
DEPEND="virtual/x11
nls? ( sys-devel/gettext )
@@ -16,7 +17,7 @@ DEPEND="virtual/x11
src_compile() {
- local myconf
+ local myconf=""
if [ -z "`use nls`" ]
then
@@ -27,16 +28,16 @@ src_compile() {
use gtkhtml && myconf="${myconf} --enable-html"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc \
${myconf} || die
# Doesn't work with -j 4 (hallski)
make || die
}
-src_install () {
+src_install() {
make \
prefix=${D}/usr \
sysconfdir=${D}/etc \
@@ -44,3 +45,4 @@ src_install () {
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}
+
diff --git a/net-news/pan/pan-0.11.92.ebuild b/net-news/pan/pan-0.11.92.ebuild
deleted file mode 100644
index 18c00acbf026..000000000000
--- a/net-news/pan/pan-0.11.92.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Spider <spider@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.11.92.ebuild,v 1.1 2002/05/23 00:29:23 spider 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"
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A newsreader for the Gnome2 desktop"
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/${P}.tar.bz2"
-HOMEPAGE="http://pan.rebelbase.com"
-LICENSE="GPL-2"
-SLOT="0"
-
-#libglade
-RDEPEND=">=dev-libs/glib-2.0.0
- >=x11-libs/gtk+-2.0.0
- >=gnome-base/libgnome-1.114.0
- dev-libs/libxml2"
-
-DEPEND="$RDEPEND"
-
-export CONFIG_PROTECT_MASK="/etc/gconf"
-
-src_compile() {
- libtoolize --copy --force
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --enable-debug=yes || die "configure failure"
-
- emake || die "compile failure"
-}
-
-src_install() {
- make 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.11.93.ebuild b/net-news/pan/pan-0.11.93.ebuild
deleted file mode 100644
index 746a6fbcbaf0..000000000000
--- a/net-news/pan/pan-0.11.93.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Spider <spider@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.11.93.ebuild,v 1.1 2002/05/23 19:15:18 spider 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"
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A newsreader for the Gnome2 desktop"
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/${P}.tar.bz2"
-HOMEPAGE="http://pan.rebelbase.com"
-LICENSE="GPL-2"
-SLOT="0"
-
-#libglade
-RDEPEND=">=dev-libs/glib-2.0.0
- >=x11-libs/gtk+-2.0.0
- >=gnome-base/libgnome-1.114.0
- dev-libs/libxml2"
-
-DEPEND="$RDEPEND"
-
-export CONFIG_PROTECT_MASK="/etc/gconf"
-
-src_compile() {
- libtoolize --copy --force
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --enable-debug=yes || die "configure failure"
-
- emake || die "compile failure"
-}
-
-src_install() {
- make 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.11.94.ebuild b/net-news/pan/pan-0.11.94.ebuild
deleted file mode 100644
index d41b62726edc..000000000000
--- a/net-news/pan/pan-0.11.94.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Spider <spider@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.11.94.ebuild,v 1.1 2002/06/08 05:05:13 seemant 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"
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A newsreader for the Gnome2 desktop"
-SRC_URI="http://pan.rebelbase.com/download/releases/0.11.94/SOURCE/${P}.tar.bz2"
-HOMEPAGE="http://pan.rebelbase.com"
-LICENSE="GPL-2"
-SLOT="0"
-
-#libglade
-RDEPEND=">=dev-libs/glib-2.0.0
- >=x11-libs/gtk+-2.0.0
- >=gnome-base/libgnome-1.114.0
- dev-libs/libxml2"
-
-DEPEND="$RDEPEND"
-
-export CONFIG_PROTECT_MASK="/etc/gconf"
-
-src_compile() {
-
- local myconf
- use nls || myconf="--disable-nls"
-
- libtoolize --copy --force
- ./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() {
- make 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
-}
-
-