diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-04 09:17:11 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-11-04 09:17:11 +0000 |
commit | bf6295e599bd94849e258d0e8d86cbba24c17317 (patch) | |
tree | be464005eb262f154f84078a4e36fc25585cd41c /net-nntp/pan/pan-0.133-r1.ebuild | |
parent | Initial import. Forthcoming dependency for dev-ruby/adhearsion. (diff) | |
download | historical-bf6295e599bd94849e258d0e8d86cbba24c17317.tar.gz historical-bf6295e599bd94849e258d0e8d86cbba24c17317.tar.bz2 historical-bf6295e599bd94849e258d0e8d86cbba24c17317.zip |
Version bump with various bugfixes (bug #427650, thanks to Emmanuel Andry and Chris Smith). Drop old.
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0xCF0ADD61
Diffstat (limited to 'net-nntp/pan/pan-0.133-r1.ebuild')
-rw-r--r-- | net-nntp/pan/pan-0.133-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-nntp/pan/pan-0.133-r1.ebuild b/net-nntp/pan/pan-0.133-r1.ebuild deleted file mode 100644 index 38d56feff047..000000000000 --- a/net-nntp/pan/pan-0.133-r1.ebuild +++ /dev/null @@ -1,43 +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.133-r1.ebuild,v 1.10 2012/05/03 04:32:51 jdhore Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="A newsreader for GNOME" -HOMEPAGE="http://pan.rebelbase.com/" -SRC_URI=" - http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2 - http://dev.gentoo.org/~jer/${P}-gmime-2.4.patch -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="spell" - -RDEPEND=">=dev-libs/glib-2.4:2 - >=x11-libs/gtk+-2.4:2 - >=dev-libs/libpcre-5 - dev-libs/gmime:2.4 - spell? ( >=app-text/gtkspell-2.0.7:2 )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.21 - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch "${DISTDIR}"/${P}-gmime-2.4.patch -} - -src_configure() { - econf $(use_with spell gtkspell) -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" -} |