summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-10-07 09:15:12 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-10-07 09:15:12 +0000
commit5c552c96c44fd04ae588afe3ee7811bb57203ba5 (patch)
tree37973cf4c3e52fff1a53b8debc5c3f6a29940f06 /net-news
parentsysconfdir=/etc (diff)
downloadgentoo-2-5c552c96c44fd04ae588afe3ee7811bb57203ba5.tar.gz
gentoo-2-5c552c96c44fd04ae588afe3ee7811bb57203ba5.tar.bz2
gentoo-2-5c552c96c44fd04ae588afe3ee7811bb57203ba5.zip
updated to new location and updated to 0.10.0.92
Diffstat (limited to 'net-news')
-rw-r--r--net-news/pan/files/digest-pan-0.10.01
-rw-r--r--net-news/pan/files/digest-pan-0.10.0.921
-rw-r--r--net-news/pan/files/digest-pan-0.9.61
-rw-r--r--net-news/pan/files/digest-pan-0.9.71
-rw-r--r--net-news/pan/pan-0.10.0.92.ebuild (renamed from net-news/pan/pan-0.10.0.ebuild)20
-rw-r--r--net-news/pan/pan-0.9.6.ebuild31
-rw-r--r--net-news/pan/pan-0.9.7.ebuild36
7 files changed, 14 insertions, 77 deletions
diff --git a/net-news/pan/files/digest-pan-0.10.0 b/net-news/pan/files/digest-pan-0.10.0
deleted file mode 100644
index b96591c4908d..000000000000
--- a/net-news/pan/files/digest-pan-0.10.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 157889e9cd9a4e3b619076adf84b53e1 pan-0.10.0.tar.bz2
diff --git a/net-news/pan/files/digest-pan-0.10.0.92 b/net-news/pan/files/digest-pan-0.10.0.92
new file mode 100644
index 000000000000..68c81678c694
--- /dev/null
+++ b/net-news/pan/files/digest-pan-0.10.0.92
@@ -0,0 +1 @@
+MD5 c3542da35ee85beb145500a61b54e9cb pan-0.10.0.92.tar.bz2
diff --git a/net-news/pan/files/digest-pan-0.9.6 b/net-news/pan/files/digest-pan-0.9.6
deleted file mode 100644
index 800b604bd8d8..000000000000
--- a/net-news/pan/files/digest-pan-0.9.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0b94b871aa4c99a847fe10e1ba4be916 pan-0.9.6.tar.bz2
diff --git a/net-news/pan/files/digest-pan-0.9.7 b/net-news/pan/files/digest-pan-0.9.7
deleted file mode 100644
index d6d7980f9da7..000000000000
--- a/net-news/pan/files/digest-pan-0.9.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 594692df7cb6eb9dc167846a454b0f6d pan-0.9.7.tar.bz2
diff --git a/net-news/pan/pan-0.10.0.ebuild b/net-news/pan/pan-0.10.0.92.ebuild
index 92040d0068d0..7e52e7fe14e7 100644
--- a/net-news/pan/pan-0.10.0.ebuild
+++ b/net-news/pan/pan-0.10.0.92.ebuild
@@ -1,30 +1,36 @@
# 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.ebuild,v 1.1 2001/09/08 15:13:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.10.0.92.ebuild,v 1.1 2001/10/07 09:15:12 hallski Exp $
-A=${P}.tar.bz2
S=${WORKDIR}/${P}
DESCRIPTION="A newsreader for GNOME."
-SRC_URI="http://pan.rebelbase.com/download/${PV}/SOURCE/${A}"
+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.0.16
- gtkhtml? ( >=gnome-base/gtkhtml-0.8.3 )"
+ >=gnome-base/gnome-libs-1.4.1.2-r1
+ gtkhtml? ( >=gnome-extra/gtkhtml-0.14.0-r1 )"
src_compile() {
local myconf
+
use nls || myconf=--disable-nls
use gtkhtml && myconf="$myconf --enable-html"
- ./configure --prefix=/opt/gnome $myconf || die
+
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ $myconf || die
+
# Doesn't work with -j 4 (hallski)
make || die
}
src_install () {
- make prefix=${D}/opt/gnome install
+ make prefix=${D}/usr sysconfdir=${D}/etc install
+
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}
diff --git a/net-news/pan/pan-0.9.6.ebuild b/net-news/pan/pan-0.9.6.ebuild
deleted file mode 100644
index e1ac548932fc..000000000000
--- a/net-news/pan/pan-0.9.6.ebuild
+++ /dev/null
@@ -1,31 +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.9.6.ebuild,v 1.4 2001/08/31 03:23:39 pm Exp $
-
-
-#P=pan-0.9.6
-A=pan-0.9.6.tar.bz2
-S=${WORKDIR}/pan-0.9.6
-DESCRIPTION="A newsreader for GNOME."
-SRC_URI="http://pan.rebelbase.com/download/0.9.6/${A}"
-HOMEPAGE="http://pan.rebelbase.com/"
-
-DEPEND="virtual/x11
- >=gnome-base/gnome-libs-1.0.16"
-
-src_compile() {
-
- try ./configure --prefix=/opt/gnome
- try make clean
- try make # Doesn't work with -j 4 (hallski)
-
-}
-
-src_install () {
-
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING Changelog NEWS README TODO
-
-}
-
diff --git a/net-news/pan/pan-0.9.7.ebuild b/net-news/pan/pan-0.9.7.ebuild
deleted file mode 100644
index 629bec647a67..000000000000
--- a/net-news/pan/pan-0.9.7.ebuild
+++ /dev/null
@@ -1,36 +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.9.7.ebuild,v 1.5 2001/08/31 03:23:39 pm Exp $
-
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="A newsreader for GNOME."
-SRC_URI="http://pan.rebelbase.com/download/${PV}/${A}"
-HOMEPAGE="http://pan.rebelbase.com/"
-
-DEPEND="virtual/x11 nls? ( sys-devel/gettext )
- >=gnome-base/gnome-libs-1.0.16
- gtkhtml? ( >=gnome-base/gtkhtml-0.8.3 )"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
- if [ "`use gtkhtml`" ] ; then
- myconf="$myconf --enable-html"
- fi
- try ./configure --prefix=/opt/gnome $myconf
- try make # Doesn't work with -j 4 (hallski)
-
-}
-
-src_install () {
-
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-
-}
-