diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-07 18:31:25 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-07 18:31:25 +0000 |
commit | 012507c709b11a990f98e93169b1ece8ad4a53d2 (patch) | |
tree | 95717820b324fab6b5900b118c871d1dc4865d2b /net-news | |
parent | New version (diff) | |
download | gentoo-2-012507c709b11a990f98e93169b1ece8ad4a53d2.tar.gz gentoo-2-012507c709b11a990f98e93169b1ece8ad4a53d2.tar.bz2 gentoo-2-012507c709b11a990f98e93169b1ece8ad4a53d2.zip |
New version.
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/pan/ChangeLog | 9 | ||||
-rw-r--r-- | net-news/pan/files/digest-pan-0.12.92 | 1 | ||||
-rw-r--r-- | net-news/pan/files/digest-pan-0.12.93 | 1 | ||||
-rw-r--r-- | net-news/pan/pan-0.12.92.ebuild | 64 | ||||
-rw-r--r-- | net-news/pan/pan-0.12.93.ebuild | 42 |
5 files changed, 49 insertions, 68 deletions
diff --git a/net-news/pan/ChangeLog b/net-news/pan/ChangeLog index 3080ab853505..618b4bc1c0db 100644 --- a/net-news/pan/ChangeLog +++ b/net-news/pan/ChangeLog @@ -1,13 +1,16 @@ # ChangeLog for net-news/pan # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-news/pan/ChangeLog,v 1.17 2002/08/04 17:35:24 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/pan/ChangeLog,v 1.18 2002/08/07 18:31:25 stroke Exp $ + +*pan-0.12.93 (07 Aug 2002) + 07 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> pan-0.12.93.ebuild: + New beta version. *pan-0.12.92-r1 (4 Aug 2002) 4 Aug 2002; Spider <spider@gentoo.org> pan-0.12.92-r1.ebuild : gtk-spell support is broken, mask out (it crashes with aspell) inherit debug instead of the manaual debug info - - + 4 Aug 2002; Leonardo Boshell <leonardop@gentoo.org> pan-0.12.92-r1.ebuild: Dependencies corrections. libunicode was missing. Closes bug #5879. diff --git a/net-news/pan/files/digest-pan-0.12.92 b/net-news/pan/files/digest-pan-0.12.92 deleted file mode 100644 index af29b9b002d0..000000000000 --- a/net-news/pan/files/digest-pan-0.12.92 +++ /dev/null @@ -1 +0,0 @@ -MD5 175c036783dc9cb78ee5dfa981b72806 pan-0.12.92.tar.bz2 1620211 diff --git a/net-news/pan/files/digest-pan-0.12.93 b/net-news/pan/files/digest-pan-0.12.93 new file mode 100644 index 000000000000..223e71a8fa6d --- /dev/null +++ b/net-news/pan/files/digest-pan-0.12.93 @@ -0,0 +1 @@ +MD5 af7e6ed0b10565ba3de1b93445c5e0f2 pan-0.12.93.tar.bz2 1619305 diff --git a/net-news/pan/pan-0.12.92.ebuild b/net-news/pan/pan-0.12.92.ebuild deleted file mode 100644 index 12bcac781656..000000000000 --- a/net-news/pan/pan-0.12.92.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.12.92.ebuild,v 1.1 2002/08/01 14:37:25 stroke Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - -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" -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.0 )" - -DEPEND="$RDEPEND" - -export CONFIG_PROTECT_MASK="/etc/gconf" - -src_compile() { - - local myconf - - use nls || myconf="--disable-nls" - - if [ -n "`use gtkspell`" ] ; then - myconf="${myconf} --enable-gtkspell=yes" - else - myconf="${myconf} --enable-gtkspell=no" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --localstatedir=/var/lib \ - --enable-debug=yes \ - ${myconf} || die "configure failure" - - emake || die "compile failure" -} - -src_install() { - emake prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - localstatedir=${D}/var/lib \ - install || die "installation failed" - - dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO -} - - diff --git a/net-news/pan/pan-0.12.93.ebuild b/net-news/pan/pan-0.12.93.ebuild new file mode 100644 index 000000000000..9cc445183b77 --- /dev/null +++ b/net-news/pan/pan-0.12.93.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.12.93.ebuild,v 1.1 2002/08/07 18:31:25 stroke Exp $ + +inherit debug + +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" +SLOT="0" + +DEPEND=">=dev-libs/glib-2.0.4 + >=x11-libs/gtk+-2.0.5 + >=dev-libs/libxml2-2.4.22 + dev-libs/libunicode + spell? ( >=app-text/gtkspell-2.0.0 )" + +RDEPEND="nls? ( sys-devel/gettext )" + +export CONFIG_PROTECT_MASK="/etc/gconf" + +src_compile() { + local myconf="" + + use nls || myconf="--disable-nls" + use spell || myconf="$myconf --disable-gtkspell" + + # gtkspell breaks things now. + myconf="${myconf} --disable-gtkspell" + econf --enable-debug=yes $myconf || die "Configure failure" + + emake || die "Compilation failure" +} + +src_install() { + einstall || die "Installation failed" + + dodoc ANNOUNCE AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README TODO +} |