| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/blogtk/Attic/blogtk-2.0.ebuild,v 1.4 2010/11/14 11:24:17 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/blogtk/Attic/blogtk-2.0.ebuild,v 1.5 2011/01/13 20:34:39 ranger Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | PYTHON_DEPEND="2:2.6" |
6 | PYTHON_DEPEND="2:2.6" |
| 7 | |
7 | |
| 8 | inherit eutils fdo-mime python |
8 | inherit eutils fdo-mime python |
| … | |
… | |
| 11 | HOMEPAGE="http://blogtk.sourceforge.net" |
11 | HOMEPAGE="http://blogtk.sourceforge.net" |
| 12 | SRC_URI="http://launchpad.net/${PN}/${PV}/${PV}/+download/${PF}.tar.gz" |
12 | SRC_URI="http://launchpad.net/${PN}/${PV}/${PV}/+download/${PF}.tar.gz" |
| 13 | |
13 | |
| 14 | LICENSE="BSD" |
14 | LICENSE="BSD" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="amd64 ~ppc x86" |
16 | KEYWORDS="amd64 ppc x86" |
| 17 | IUSE="" |
17 | IUSE="" |
| 18 | |
18 | |
| 19 | RESTRICT="mirror" |
19 | RESTRICT="mirror" |
| 20 | |
20 | |
| 21 | RDEPEND=">=dev-python/pygtk-2 |
21 | RDEPEND=">=dev-python/pygtk-2 |