Commit 419857384834323ba93e58f781e55b8b6128f1db

  • avatar
  • zerox <zerox @my…x.local>
  • Tue Jul 21 05:10:20 CEST 2009
Version bump to prerelease 349 revision 1
  
1# Copyright 1999-2009 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5EAPI="2"
6
7inherit distutils prefix
8
9DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
10with Python and GTK."
11HOMEPAGE="https://launchpad.net/gwibber"
12SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.gz"
13
14LICENSE="GPL-2"
15SLOT="0"
16KEYWORDS="~amd64 ~x86"
17IUSE="prefix"
18
19DEPEND=">=dev-python/python-distutils-extra-1.92_pre67
20 >=dev-python/dbus-python-0.82.4
21 >=dev-python/pywebkitgtk-1.1.5
22 >=dev-python/notify-python-0.1.1
23 >=dev-python/imaging-1.1.6
24 >=dev-python/simplejson-2.0.4
25 >=dev-python/egenix-mx-base-2.0.5
26 >=dev-python/feedparser-4.1
27 >=dev-python/gconf-python-2.18.0
28 >=dev-python/pyxdg-0.15
29 >=dev-python/mako-0.2.4
30 >=gnome-base/librsvg-2.22.2"
31RDEPEND="virtual/python"
32
33S=${WORKDIR}/${PN}
34
35src_prepare() {
36 epatch "$FILESDIR"/"${PN}-prefix.patch" || die "Patching failed"
37 if use prefix; then
38 sed -i -e 's:/usr:@GENTOO_PORTAGE_EPREFIX@/usr:' \
39 "${S}/setup.cfg" || die
40 eprefixify "${S}/setup.cfg"
41 fi
42 epatch "$FILESDIR"/"${PN}-resources.patch" || die "Patching failed"
43}
  
1# Copyright 1999-2009 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5EAPI="2"
6
7inherit distutils prefix
8
9DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
10with Python and GTK."
11HOMEPAGE="https://launchpad.net/gwibber"
12SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.gz"
13
14LICENSE="GPL-2"
15SLOT="0"
16KEYWORDS="~amd64 ~x86"
17IUSE="prefix"
18
19DEPEND=">=dev-python/python-distutils-extra-1.92_pre67
20 >=dev-python/dbus-python-0.82.4
21 >=dev-python/pywebkitgtk-1.1.5
22 >=dev-python/notify-python-0.1.1
23 >=dev-python/imaging-1.1.6
24 >=dev-python/simplejson-2.0.4
25 >=dev-python/egenix-mx-base-2.0.5
26 >=dev-python/feedparser-4.1
27 >=dev-python/gconf-python-2.18.0
28 >=dev-python/pyxdg-0.15
29 >=dev-python/mako-0.2.4
30 >=gnome-base/librsvg-2.22.2"
31RDEPEND="virtual/python"
32
33S=${WORKDIR}/${PN}
34
35src_prepare() {
36 epatch "$FILESDIR"/"${PN}-prefix.patch" || die "Patching failed"
37 if use prefix; then
38 sed -i -e 's:/usr:@GENTOO_PORTAGE_EPREFIX@/usr:' \
39 "${S}/setup.cfg" || die
40 eprefixify "${S}/setup.cfg"
41 fi
42 epatch "$FILESDIR"/"${PN}-resources.patch" || die "Patching failed"
43}