diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-05 13:30:52 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-05 13:30:52 +0000 |
commit | 3e46b9074418b784156e236f4ef5e767ffad8469 (patch) | |
tree | a5a9e62e8793d8e757dc388a49e7feb1de935546 /net-news | |
parent | and back in, stable x86 gtk2 version (diff) | |
download | historical-3e46b9074418b784156e236f4ef5e767ffad8469.tar.gz historical-3e46b9074418b784156e236f4ef5e767ffad8469.tar.bz2 historical-3e46b9074418b784156e236f4ef5e767ffad8469.zip |
mark .4 x86 and cleanup
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/pan/files/digest-pan-0.13.1 | 1 | ||||
-rw-r--r-- | net-news/pan/files/digest-pan-0.13.2 | 1 | ||||
-rw-r--r-- | net-news/pan/pan-0.13.1.ebuild | 39 | ||||
-rw-r--r-- | net-news/pan/pan-0.13.2.ebuild | 45 | ||||
-rw-r--r-- | net-news/pan/pan-0.13.4.ebuild | 6 |
5 files changed, 3 insertions, 89 deletions
diff --git a/net-news/pan/files/digest-pan-0.13.1 b/net-news/pan/files/digest-pan-0.13.1 deleted file mode 100644 index 74333d1d9d48..000000000000 --- a/net-news/pan/files/digest-pan-0.13.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c46a27d30fc3f83ada9efd0d2df7509 pan-0.13.1.tar.bz2 1658444 diff --git a/net-news/pan/files/digest-pan-0.13.2 b/net-news/pan/files/digest-pan-0.13.2 deleted file mode 100644 index 90ee3d043adb..000000000000 --- a/net-news/pan/files/digest-pan-0.13.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ce3c121b109d2e2c9bb04730b776d50c pan-0.13.2.tar.bz2 1657932 diff --git a/net-news/pan/pan-0.13.1.ebuild b/net-news/pan/pan-0.13.1.ebuild deleted file mode 100644 index 5a9775dd5fc1..000000000000 --- a/net-news/pan/pan-0.13.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.1.ebuild,v 1.3 2003/02/13 15:16:48 vapier Exp $ - -IUSE="nls 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 ~ppc" -SLOT="0" - -DEPEND=">=dev-libs/glib-2.0.4 - >=x11-libs/gtk+-2.0.4 - >=dev-libs/libxml2-2.4.22 - spell? ( >=app-text/gtkspell-2.0.2 )" - -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" - - 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 -} diff --git a/net-news/pan/pan-0.13.2.ebuild b/net-news/pan/pan-0.13.2.ebuild deleted file mode 100644 index 70f2095cf428..000000000000 --- a/net-news/pan/pan-0.13.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.2.ebuild,v 1.3 2003/02/13 15:16:54 vapier Exp $ - -IUSE="nls 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 ~ppc" -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.2 )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.21 - nls? ( sys-devel/gettext )" - -export CONFIG_PROTECT_MASK="/etc/gconf" - -src_compile() { - local myconf="" - - use nls \ - && myconf="--enable-nls" \ - || myconf="--disable-nls" - 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 -} diff --git a/net-news/pan/pan-0.13.4.ebuild b/net-news/pan/pan-0.13.4.ebuild index ec1341bdfefc..bfa4ef933391 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.3 2003/03/02 13:15:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.13.4.ebuild,v 1.4 2003/03/05 13:30:52 foser Exp $ IUSE="spell" @@ -9,7 +9,7 @@ SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCE/${P}.tar.bz2" HOMEPAGE="http://pan.rebelbase.com" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="0" RDEPEND=">=dev-libs/glib-2.0.4 @@ -28,7 +28,7 @@ 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. + # 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 |