summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2003-09-04 23:52:20 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2003-09-04 23:52:20 +0000
commit0c60b8ad5c852604360f3bcac41ef2fd8abb8dd9 (patch)
tree4cef0c7dc6025cfa8e602269f093a4efbe2c6e01 /net-news/pan
parentCleaned out syntax errors (trailing tab and spaces) and added the latest ver... (diff)
downloadhistorical-0c60b8ad5c852604360f3bcac41ef2fd8abb8dd9.tar.gz
historical-0c60b8ad5c852604360f3bcac41ef2fd8abb8dd9.tar.bz2
historical-0c60b8ad5c852604360f3bcac41ef2fd8abb8dd9.zip
Cleaned out syntax errors (trailing tab and spaces) and added the latest version
Diffstat (limited to 'net-news/pan')
-rw-r--r--net-news/pan/Manifest12
-rw-r--r--net-news/pan/files/digest-pan-0.14.21
-rw-r--r--net-news/pan/pan-0.13.0.ebuild6
-rw-r--r--net-news/pan/pan-0.13.3.ebuild4
-rw-r--r--net-news/pan/pan-0.13.4.ebuild6
-rw-r--r--net-news/pan/pan-0.14.0.ebuild6
-rw-r--r--net-news/pan/pan-0.14.2.ebuild48
7 files changed, 66 insertions, 17 deletions
diff --git a/net-news/pan/Manifest b/net-news/pan/Manifest
index 1a15362c43e6..827b40b32169 100644
--- a/net-news/pan/Manifest
+++ b/net-news/pan/Manifest
@@ -1,10 +1,10 @@
-MD5 bc8bfe3865fc56e57033a3cfad9b3aa6 pan-0.13.4.ebuild 1295
-MD5 f925b49585830f8d1434e7c43eeb65f0 pan-0.13.3.ebuild 1113
-MD5 96021cac39fd14cce3a90ca403eccfa5 pan-0.13.0.ebuild 1108
-MD5 43beaa71740ee14a8c98ffad9d553a97 ChangeLog 4576
+MD5 96eac69b3fa574b4351480b5e8400f1e pan-0.13.4.ebuild 1288
+MD5 a483d0c191a0111ec189a7d79748f95e pan-0.13.3.ebuild 1109
+MD5 4944c6e8a33844e2f524ac4309affc64 pan-0.13.0.ebuild 1103
+MD5 76478b3d64d745916977ee64d1427d13 ChangeLog 4806
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 5c8f0d9d82ab38825148f579e981963c pan-0.14.0.ebuild 1290
-MD5 5c8f0d9d82ab38825148f579e981963c pan-0.14.2.ebuild 1290
+MD5 150be490ed18ae831d6470285bd08074 pan-0.14.0.ebuild 1282
+MD5 12f462abe392d3c0e83550cc884001be pan-0.14.2.ebuild 1283
MD5 cff0105db43ec12604bd9c2987c0ab89 files/digest-pan-0.13.0 64
MD5 e67e883e39b3cba048e38d29f5808479 files/digest-pan-0.13.3 64
MD5 c5d7d32aaa4f21e5935f14527f971c78 files/digest-pan-0.13.4 125
diff --git a/net-news/pan/files/digest-pan-0.14.2 b/net-news/pan/files/digest-pan-0.14.2
new file mode 100644
index 000000000000..5001d5275c91
--- /dev/null
+++ b/net-news/pan/files/digest-pan-0.14.2
@@ -0,0 +1 @@
+MD5 ed3188e7059bb6d6c209ee5d46ac1852 pan-0.14.2.tar.bz2 1834784
diff --git a/net-news/pan/pan-0.13.0.ebuild b/net-news/pan/pan-0.13.0.ebuild
index 106e6496532f..25f018243485 100644
--- a/net-news/pan/pan-0.13.0.ebuild
+++ b/net-news/pan/pan-0.13.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.0.ebuild,v 1.4 2003/02/13 15:16:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.0.ebuild,v 1.5 2003/09/04 23:52:15 spider Exp $
IUSE="nls spell"
@@ -29,7 +29,7 @@ src_compile() {
use spell || myconf="$myconf --disable-gtkspell"
# gtkspell breaks things now.
- myconf="${myconf} --disable-gtkspell"
+ myconf="${myconf} --disable-gtkspell"
econf --enable-debug=yes $myconf || die "Configure failure"
emake || die "Compilation failure"
@@ -37,6 +37,6 @@ src_compile() {
src_install() {
einstall || die "Installation failed"
-
+
dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
}
diff --git a/net-news/pan/pan-0.13.3.ebuild b/net-news/pan/pan-0.13.3.ebuild
index c025c5128701..b95080eb9c2f 100644
--- a/net-news/pan/pan-0.13.3.ebuild
+++ b/net-news/pan/pan-0.13.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.3.ebuild,v 1.3 2003/02/13 15:17:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.3.ebuild,v 1.4 2003/09/04 23:52:15 spider Exp $
IUSE="nls spell"
@@ -40,6 +40,6 @@ src_compile() {
src_install() {
einstall || die "Installation failed"
-
+
dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
}
diff --git a/net-news/pan/pan-0.13.4.ebuild b/net-news/pan/pan-0.13.4.ebuild
index 667092b250c0..ace46bb89beb 100644
--- a/net-news/pan/pan-0.13.4.ebuild
+++ b/net-news/pan/pan-0.13.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.4.ebuild,v 1.5 2003/04/06 04:07:02 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.4.ebuild,v 1.6 2003/09/04 23:52:15 spider Exp $
IUSE="spell"
@@ -32,7 +32,7 @@ src_compile() {
if [ -z "`use nls`" ]; then
ewarn "Pan requires glibc to be merged with 'nls' in your USE flags."
fi
-
+
use spell \
&& myconf="${myconf} --enable-gtkspell" \
|| myconf="${myconf} --disable-gtkspell"
@@ -44,6 +44,6 @@ src_compile() {
src_install() {
einstall || die "Installation failed"
-
+
dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
}
diff --git a/net-news/pan/pan-0.14.0.ebuild b/net-news/pan/pan-0.14.0.ebuild
index dab2be1508ea..3ab73475d220 100644
--- a/net-news/pan/pan-0.14.0.ebuild
+++ b/net-news/pan/pan-0.14.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.14.0.ebuild,v 1.5 2003/08/21 21:15:57 trance Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.14.0.ebuild,v 1.6 2003/09/04 23:52:15 spider Exp $
IUSE="spell"
@@ -32,7 +32,7 @@ src_compile() {
if [ -z "`use nls`" ]; then
ewarn "Pan requires glibc to be merged with 'nls' in your USE flags."
fi
-
+
use spell \
&& myconf="${myconf} --enable-gtkspell" \
|| myconf="${myconf} --disable-gtkspell"
@@ -44,6 +44,6 @@ src_compile() {
src_install() {
einstall || die "Installation failed"
-
+
dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
}
diff --git a/net-news/pan/pan-0.14.2.ebuild b/net-news/pan/pan-0.14.2.ebuild
new file mode 100644
index 000000000000..0c04a788e372
--- /dev/null
+++ b/net-news/pan/pan-0.14.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.14.2.ebuild,v 1.1 2003/09/04 23:52:15 spider Exp $
+
+IUSE="spell"
+
+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 ~hppa ~ppc"
+SLOT="0"
+
+RDEPEND=">=dev-libs/glib-2.0.4
+ >=x11-libs/gtk+-2.0.5
+ >=dev-libs/libxml2-2.4.22
+ <net-libs/gnet-2
+ spell? ( >=app-text/gtkspell-2.0.2 )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.21
+ sys-devel/gettext"
+
+export CONFIG_PROTECT_MASK="/etc/gconf"
+
+src_compile() {
+ local myconf=""
+
+ # Likely that glibc might of been compiled with nls turned off.
+ # Warn people that Pan requires glibc to have nls support.
+ if [ -z "`use nls`" ]; then
+ ewarn "Pan requires glibc to be merged with 'nls' in your USE flags."
+ fi
+
+ use spell \
+ && myconf="${myconf} --enable-gtkspell" \
+ || myconf="${myconf} --disable-gtkspell"
+
+ econf ${myconf} || die "Configure failure"
+
+ emake || die "Compilation failure"
+}
+
+src_install() {
+ einstall || die "Installation failed"
+ dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO
+}