summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/pan/pan-0.13.2.ebuild')
-rw-r--r--net-news/pan/pan-0.13.2.ebuild45
1 files changed, 0 insertions, 45 deletions
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
-}