diff options
author | 2005-04-30 16:17:47 +0000 | |
---|---|---|
committer | 2005-04-30 16:17:47 +0000 | |
commit | 9b178fdf3db89f9a492892a5c455de8c8c492dea (patch) | |
tree | 7e87c5f99f13fdc34b2251a6988c0ade9ecda5dd /net-nntp/pan | |
parent | Check for opengl which in turn checks for xv. in xorg-x11. (diff) | |
download | gentoo-2-9b178fdf3db89f9a492892a5c455de8c8c492dea.tar.gz gentoo-2-9b178fdf3db89f9a492892a5c455de8c8c492dea.tar.bz2 gentoo-2-9b178fdf3db89f9a492892a5c455de8c8c492dea.zip |
Cleanup.
Diffstat (limited to 'net-nntp/pan')
-rw-r--r-- | net-nntp/pan/files/digest-pan-0.14.2.91 | 1 | ||||
-rw-r--r-- | net-nntp/pan/files/digest-pan-0.14.2.91-r1 | 1 | ||||
-rw-r--r-- | net-nntp/pan/pan-0.14.2.91-r1.ebuild | 58 | ||||
-rw-r--r-- | net-nntp/pan/pan-0.14.2.91.ebuild | 58 |
4 files changed, 0 insertions, 118 deletions
diff --git a/net-nntp/pan/files/digest-pan-0.14.2.91 b/net-nntp/pan/files/digest-pan-0.14.2.91 deleted file mode 100644 index 8d1304772a69..000000000000 --- a/net-nntp/pan/files/digest-pan-0.14.2.91 +++ /dev/null @@ -1 +0,0 @@ -MD5 4770d899a1c1ba968ce96bc5aeb07b62 pan-0.14.2.91.tar.bz2 1919099 diff --git a/net-nntp/pan/files/digest-pan-0.14.2.91-r1 b/net-nntp/pan/files/digest-pan-0.14.2.91-r1 deleted file mode 100644 index 8d1304772a69..000000000000 --- a/net-nntp/pan/files/digest-pan-0.14.2.91-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4770d899a1c1ba968ce96bc5aeb07b62 pan-0.14.2.91.tar.bz2 1919099 diff --git a/net-nntp/pan/pan-0.14.2.91-r1.ebuild b/net-nntp/pan/pan-0.14.2.91-r1.ebuild deleted file mode 100644 index 970eb6894c74..000000000000 --- a/net-nntp/pan/pan-0.14.2.91-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.14.2.91-r1.ebuild,v 1.1 2005/04/29 13:25:49 azarah Exp $ - -inherit eutils libtool - -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 ~hppa ~ppc ~sparc ~amd64 ppc64" -SLOT="0" - -RDEPEND=">=dev-libs/glib-2.0.4 - >=x11-libs/gtk+-2.0.5 - >=dev-libs/libxml2-2.4.22 - >=net-libs/gnet-1.1.8 - >=dev-libs/libpcre-4.0 - spell? ( >=app-text/gtkspell-2.0.2 )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.21 - sys-devel/gettext" - -export CONFIG_PROTECT_MASK="/etc/gconf" - -pkg_setup() { - # Likely that glibc might of been compiled with nls turned off. - # Warn people that Pan requires glibc to have nls support. - if ! use nls - then - ewarn "Pan requires glibc to be merged with 'nls' in your USE flags." - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - - # Fix for building with gcc4 - epatch ${FILESDIR}/${P}-gcc4.patch - - elibtoolize || die "elibtoolize failed" -} - -src_compile() { - econf $(use_enable spell gtkspell) || die "Configure failure" - emake || die "Compilation failure" -} - -src_install() { - make install DESTDIR=${D} || die "Installation failed" - dodoc AUTHORS ChangeLog CREDITS NEWS README TODO || die "dodoc failed" - dohtml ANNOUNCE.html docs/{pan-shortcuts,faq}.html || die "dodoc failed" -} diff --git a/net-nntp/pan/pan-0.14.2.91.ebuild b/net-nntp/pan/pan-0.14.2.91.ebuild deleted file mode 100644 index a2437fb821ee..000000000000 --- a/net-nntp/pan/pan-0.14.2.91.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.14.2.91.ebuild,v 1.3 2005/04/25 16:29:30 azarah Exp $ - -inherit eutils libtool - -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 ~hppa ~ppc ~sparc ~amd64 ppc64" -SLOT="0" - -RDEPEND=">=dev-libs/glib-2.0.4 - >=x11-libs/gtk+-2.0.5 - >=dev-libs/libxml2-2.4.22 - >=net-libs/gnet-1.1.8 - >=dev-libs/libpcre-4.0 - spell? ( >=app-text/gtkspell-2.0.2 )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.21 - sys-devel/gettext" - -export CONFIG_PROTECT_MASK="/etc/gconf" - -pkg_setup() { - # Likely that glibc might of been compiled with nls turned off. - # Warn people that Pan requires glibc to have nls support. - if ! use nls - then - ewarn "Pan requires glibc to be merged with 'nls' in your USE flags." - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - - # Fix for building with gcc4 - epatch ${FILESDIR}/${P}-gcc4.patch - - elibtoolize || die "elibtoolize failed" -} - -src_compile() { - econf $(use_enable spell gtkspell) || die "Configure failure" - emake || die "Compilation failure" -} - -src_install() { - make install DESTDIR=${D} || die "Installation failed" - dodoc AUTHORS ChangeLog CREDITS NEWS README TODO || die "dodoc failed" - dohtml ANNOUNCE.html docs/{pan-shortcuts,faq}.html || die "dodoc failed" -} |