summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-30 17:09:25 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-30 17:09:25 +0000
commit695581df80eeee6315dea28ba8dd27d529323bc8 (patch)
tree0e9c5cd33582af96de771ac0721eb30e4e06c4c5 /net-nntp
parentClean up old revisions. (diff)
downloadgentoo-2-695581df80eeee6315dea28ba8dd27d529323bc8.tar.gz
gentoo-2-695581df80eeee6315dea28ba8dd27d529323bc8.tar.bz2
gentoo-2-695581df80eeee6315dea28ba8dd27d529323bc8.zip
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/pan/ChangeLog7
-rw-r--r--net-nntp/pan/pan-0.137.ebuild41
2 files changed, 5 insertions, 43 deletions
diff --git a/net-nntp/pan/ChangeLog b/net-nntp/pan/ChangeLog
index 00b387d415bc..f04ba8779303 100644
--- a/net-nntp/pan/ChangeLog
+++ b/net-nntp/pan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/pan
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.100 2012/11/04 09:17:06 tetromino Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.101 2013/03/30 17:09:25 eva Exp $
+
+ 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -pan-0.137.ebuild:
+ Clean up old revision.
*pan-0.139 (04 Nov 2012)
diff --git a/net-nntp/pan/pan-0.137.ebuild b/net-nntp/pan/pan-0.137.ebuild
deleted file mode 100644
index a530b28b0969..000000000000
--- a/net-nntp/pan/pan-0.137.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.137.ebuild,v 1.1 2012/05/06 10:35:14 tetromino Exp $
-
-EAPI="4"
-
-DESCRIPTION="A newsreader for GNOME"
-HOMEPAGE="http://pan.rebelbase.com/"
-SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gnome-keyring libnotify spell ssl"
-
-RDEPEND=">=dev-libs/glib-2.26:2
- >=x11-libs/gtk+-2.16:2
- dev-libs/gmime:2.6
- gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 )
- libnotify? ( >=x11-libs/libnotify-0.4.1 )
- spell? (
- >=app-text/enchant-1.6
- >=app-text/gtkspell-2.0.7:2 )
- ssl? ( >=net-libs/gnutls-2.12.10 )"
-
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- >=dev-util/intltool-0.35.5
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_configure() {
- econf \
- --without-gtk3 \
- $(use_enable gnome-keyring gkr) \
- $(use_with spell gtkspell) \
- $(use_enable libnotify) \
- $(use_with ssl gnutls)
-}