summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-06-21 13:52:53 +0000
committerMarinus Schraal <foser@gentoo.org>2005-06-21 13:52:53 +0000
commit1245b928d7ac3623077b7f68b2770e500b56bd36 (patch)
tree2c8e050a3613979f0e7e29116f3d99aae49b0dc5 /net-news
parentBump with some key fixes to the 1.1.8 release, and remove the duff 1.1.8 rele... (diff)
downloadgentoo-2-1245b928d7ac3623077b7f68b2770e500b56bd36.tar.gz
gentoo-2-1245b928d7ac3623077b7f68b2770e500b56bd36.tar.bz2
gentoo-2-1245b928d7ac3623077b7f68b2770e500b56bd36.zip
mark x86
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-news')
-rw-r--r--net-news/straw/files/digest-straw-0.21.21
-rw-r--r--net-news/straw/files/digest-straw-0.221
-rw-r--r--net-news/straw/files/digest-straw-0.22.11
-rw-r--r--net-news/straw/files/digest-straw-0.231
-rw-r--r--net-news/straw/straw-0.21.2.ebuild73
-rw-r--r--net-news/straw/straw-0.22.1.ebuild65
-rw-r--r--net-news/straw/straw-0.22.ebuild56
-rw-r--r--net-news/straw/straw-0.23.ebuild69
-rw-r--r--net-news/straw/straw-0.25.1.ebuild4
9 files changed, 2 insertions, 269 deletions
diff --git a/net-news/straw/files/digest-straw-0.21.2 b/net-news/straw/files/digest-straw-0.21.2
deleted file mode 100644
index 019eb0dc37f6..000000000000
--- a/net-news/straw/files/digest-straw-0.21.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b38a44e252078209653f90a58c9b315f straw-0.21.2.tar.bz2 111910
diff --git a/net-news/straw/files/digest-straw-0.22 b/net-news/straw/files/digest-straw-0.22
deleted file mode 100644
index 47be618c060b..000000000000
--- a/net-news/straw/files/digest-straw-0.22
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8cdd2ad3c6d8f4e120eae003831152a0 straw-0.22.tar.bz2 138825
diff --git a/net-news/straw/files/digest-straw-0.22.1 b/net-news/straw/files/digest-straw-0.22.1
deleted file mode 100644
index 5a56cfe6814a..000000000000
--- a/net-news/straw/files/digest-straw-0.22.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 977930b03ba049513f5d1bd981bc3b2f straw-0.22.1.tar.bz2 139164
diff --git a/net-news/straw/files/digest-straw-0.23 b/net-news/straw/files/digest-straw-0.23
deleted file mode 100644
index 57762e550eae..000000000000
--- a/net-news/straw/files/digest-straw-0.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8dbdb3bbb7a20554a069bca11712d8c3 straw-0.23.tar.bz2 158777
diff --git a/net-news/straw/straw-0.21.2.ebuild b/net-news/straw/straw-0.21.2.ebuild
deleted file mode 100644
index c5d10034a39d..000000000000
--- a/net-news/straw/straw-0.21.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/straw/straw-0.21.2.ebuild,v 1.1 2005/03/18 14:22:06 seemant Exp $
-
-inherit gnome2 python distutils eutils
-
-DESCRIPTION="RSS/RDF News Aggregator"
-HOMEPAGE="http://www.nongnu.org/straw/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${PN}.pkg/${PV}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-RDEPEND=">=dev-lang/python-2.2.3-r3
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2.0.1
- >=dev-python/gnome-python-1.99.13
- >=dev-python/pygtk-1.99.13-r1
- >=dev-python/bsddb3-3.4.0
- >=dev-python/egenix-mx-base-2
- >=dev-python/adns-python-1.0.0"
-
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-# boo-boo by upstream devs, remove in next version
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- python_version
- sed -e "s:-d \$(BINDIR) \$(LIBDIR) \$(DATADIR):-d \$(BINDIR) \$(LIBDIR) \$(DATADIR) \$(APPLICATIONSDIR) \$(ICONDIR):" \
- -e "s:^\(PYTHON.*\)python2.2:\1python${PYVER}:" \
- -e "s:^\(LIBDIR.*\)python2.2\(.*\):\1python${PYVER}\2:" \
- -e "s:py\[co\]:py:" \
- -i ${S}/Makefile || die "sed failed"
- sed -e "s:/usr/bin/env python2.2:/usr/bin/env python${PYVER}:" \
- -i ${S}/src/straw
- # probably can remove in next version - fixes f.truncate() errors.
- # http://savannah.nongnu.org/bugs/?func=detailitem&item_id=6816
- EPATCH_OPTS="-d ${S}/src/lib" epatch ${FILESDIR}/${P}-convert_config.patch
-}
-
-src_compile() {
- export LC_ALL="C"
- # disable gconftool from violating sandbox, reported upstream.
- # remove in next version.
- export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
- emake || die "make failed"
- unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
-}
-
-src_install() {
- export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
- make PREFIX=${D}/usr \
- SYSCONFDIR=${D}/etc \
- SCHEMADIR=${D}/etc/gconf/schemas \
- install || die "install failed"
- unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
- dodoc NEWS README TODO
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- gnome2_pkg_postinst # need this for gconf schemas
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_pkg_postrm
-}
diff --git a/net-news/straw/straw-0.22.1.ebuild b/net-news/straw/straw-0.22.1.ebuild
deleted file mode 100644
index 5b70a5a9fddf..000000000000
--- a/net-news/straw/straw-0.22.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/straw/straw-0.22.1.ebuild,v 1.1 2005/03/18 14:22:07 seemant Exp $
-
-inherit gnome2 python distutils virtualx
-
-DESCRIPTION="RSS/RDF News Aggregator"
-HOMEPAGE="http://www.nongnu.org/straw/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2.3-r3"
-
-RDEPEND="${DEPEND}
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2.0.1
- >=dev-python/gnome-python-1.99.13
- >=dev-python/pygtk-1.99.13-r1
- >=dev-python/bsddb3-3.4.0
- >=dev-python/egenix-mx-base-2
- !ppc? ( >=dev-python/adns-python-1.0.0 )"
-# REMIND : egenix-mx-base is only needed for the conversion of
-# pre 0.22 straw databases. It should be removed at some point.
-# foser <foser@gentoo.org> 18 Feb 2004
-
-pkg_setup() {
- export maketype="python"
- if ! echo "import gtkhtml2" | virtualmake; then
- eerror "The gnome-python gtkhtml2 module was not found."
- eerror "Rebuild gnome-python using:"
- eerror " USE=\"gtkhtml\" emerge gnome-python"
- die "missing gtkhtml2 python module"
- fi
-}
-
-src_install() {
-
- distutils_src_install \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-schemas-install
-
-}
-
-pkg_postinst() {
-
- distutils_pkg_postinst
- gnome2_pkg_postinst # need this for gconf schemas
-
- echo
- einfo "Consult the README if you have database conversion problems on startup."
- echo
-
-}
-
-pkg_postrm() {
-
- distutils_pkg_postrm
- gnome2_pkg_postrm
-
-}
diff --git a/net-news/straw/straw-0.22.ebuild b/net-news/straw/straw-0.22.ebuild
deleted file mode 100644
index 69b80f93b413..000000000000
--- a/net-news/straw/straw-0.22.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/straw/straw-0.22.ebuild,v 1.1 2005/03/18 14:22:07 seemant Exp $
-
-inherit gnome2 python distutils
-
-DESCRIPTION="RSS/RDF News Aggregator"
-HOMEPAGE="http://www.nongnu.org/straw/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2.3-r3"
-
-RDEPEND="${DEPEND}
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2.0.1
- >=dev-python/gnome-python-1.99.13
- >=dev-python/pygtk-1.99.13-r1
- >=dev-python/bsddb3-3.4.0
- >=dev-python/egenix-mx-base-2
- >=dev-python/adns-python-1.0.0"
-# REMIND : egenix-mx-base is only needed for the conversion of
-# pre 0.22 straw databases. It should be removed at some point.
-# foser <foser@gentoo.org> 18 Feb 2004
-
-
-src_install() {
-
- distutils_src_install \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-schemas-install
-
-}
-
-pkg_postinst() {
-
- distutils_pkg_postinst
- gnome2_pkg_postinst # need this for gconf schemas
-
- echo
- einfo "Consult the README if you have database conversion problems on startup."
- echo
-
-}
-
-pkg_postrm() {
-
- distutils_pkg_postrm
- gnome2_pkg_postrm
-
-}
diff --git a/net-news/straw/straw-0.23.ebuild b/net-news/straw/straw-0.23.ebuild
deleted file mode 100644
index 065300aa623d..000000000000
--- a/net-news/straw/straw-0.23.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/straw/straw-0.23.ebuild,v 1.1 2005/03/18 14:22:07 seemant Exp $
-
-inherit gnome2 python distutils virtualx
-
-DESCRIPTION="RSS/RDF News Aggregator"
-HOMEPAGE="http://www.nongnu.org/straw/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2.3-r3"
-
-RDEPEND="${DEPEND}
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2.0.1
- >=dev-python/gnome-python-1.99.13
- >=dev-python/pygtk-1.99.13-r1
- >=dev-python/bsddb3-3.4.0
- >=dev-python/egenix-mx-base-2
- !ppc? ( >=dev-python/adns-python-1.0.0 )"
-
-# REMIND : egenix-mx-base is only needed for the conversion of
-# pre 0.22 straw databases. It should be removed at some point.
-# foser <foser@gentoo.org> 18 Feb 2004
-
-pkg_setup() {
- export maketype="python"
- if ! echo "import gtkhtml2" | virtualmake; then
- eerror "The gnome-python gtkhtml2 module was not found."
- eerror "Rebuild gnome-python using:"
- eerror " USE=\"gtkhtml\" emerge gnome-python"
- die "missing gtkhtml2 python module"
- fi
-}
-
-src_compile() {
- return
-}
-
-src_install() {
- # work around bug in straw's install script
- distutils_src_install \
- --prefix=/usr \
- --sysconfdir=${D}/etc \
- --disable-schemas-install
-}
-
-pkg_postinst() {
-
- distutils_pkg_postinst
- gnome2_pkg_postinst # need this for gconf schemas
-
- echo
- einfo "Consult the README if you have database conversion problems on startup."
- echo
-
-}
-
-pkg_postrm() {
-
- distutils_pkg_postrm
- gnome2_pkg_postrm
-
-}
diff --git a/net-news/straw/straw-0.25.1.ebuild b/net-news/straw/straw-0.25.1.ebuild
index 2341de8ce1e5..353e5d5d1243 100644
--- a/net-news/straw/straw-0.25.1.ebuild
+++ b/net-news/straw/straw-0.25.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/straw/straw-0.25.1.ebuild,v 1.1 2005/03/18 14:22:07 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/straw/straw-0.25.1.ebuild,v 1.2 2005/06/21 13:52:53 foser Exp $
inherit gnome2 python distutils virtualx
@@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND=">=dev-lang/python-2.2.3-r3"