summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nntp/pan/pan-0.105.ebuild')
-rw-r--r--net-nntp/pan/pan-0.105.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-nntp/pan/pan-0.105.ebuild b/net-nntp/pan/pan-0.105.ebuild
deleted file mode 100644
index cad3ae3de2bd..000000000000
--- a/net-nntp/pan/pan-0.105.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.105.ebuild,v 1.1 2006/08/01 19:14:51 swegener Exp $
-
-inherit eutils
-
-DESCRIPTION="A newsreader for the Gnome2 desktop"
-HOMEPAGE="http://pan.rebelbase.com/"
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/SOURCE/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.4.0
- >=x11-libs/gtk+-2.4.0
- >=dev-libs/libpcre-5.0
- >=dev-libs/gmime-2.1.0
- >=app-text/gtkspell-2.0.7
- >=gnome-base/libgnome-2.0"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.21
- sys-devel/gettext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/pan-0.14.2-update-desktop-file.patch
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
-}