diff options
author | 2008-01-15 22:19:58 +0000 | |
---|---|---|
committer | 2008-01-15 22:19:58 +0000 | |
commit | 93dcb02ec036cfcdb0f6ad08e943ec8fb9c5d69b (patch) | |
tree | 967c7842b2cd15043e4c98d6744de6287d955210 /dev-python/python-bibtex | |
parent | change dev-util/xdelta dep. to =dev-util/xdelta-1* (diff) | |
download | gentoo-2-93dcb02ec036cfcdb0f6ad08e943ec8fb9c5d69b.tar.gz gentoo-2-93dcb02ec036cfcdb0f6ad08e943ec8fb9c5d69b.tar.bz2 gentoo-2-93dcb02ec036cfcdb0f6ad08e943ec8fb9c5d69b.zip |
Added dev-util/pkgconfig dep (bug #206011).
(Portage version: 2.1.4)
Diffstat (limited to 'dev-python/python-bibtex')
5 files changed, 25 insertions, 16 deletions
diff --git a/dev-python/python-bibtex/ChangeLog b/dev-python/python-bibtex/ChangeLog index 3cbd60f6b4af..cde04329cf2a 100644 --- a/dev-python/python-bibtex/ChangeLog +++ b/dev-python/python-bibtex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-bibtex -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.13 2007/10/21 20:37:47 maekke Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.14 2008/01/15 22:19:58 lucass Exp $ + + 15 Jan 2008; Lukasz Strzygowski <lucass@gentoo.org> + python-bibtex-1.2.1.ebuild, python-bibtex-1.2.2.ebuild, + python-bibtex-1.2.3.ebuild, python-bibtex-1.2.4.ebuild: + Added dev-util/pkgconfig dep (bug #206011). 21 Oct 2007; Markus Meier <maekke@gentoo.org> python-bibtex-1.2.3.ebuild: x86 stable, bug #175169 diff --git a/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild index ad0ecdfed912..2de7a17a5a46 100644 --- a/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild +++ b/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild,v 1.7 2006/07/12 16:08:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.1.ebuild,v 1.8 2008/01/15 22:19:58 lucass Exp $ inherit distutils @@ -15,4 +15,5 @@ KEYWORDS="~amd64 ia64 ppc x86" IUSE="" DEPEND=">=dev-libs/glib-2 - >=app-text/recode-3.6-r1" + >=app-text/recode-3.6-r1 + dev-util/pkgconfig" diff --git a/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild index 2cc4e73917bd..b5344dfa49ef 100644 --- a/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild +++ b/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild,v 1.1 2006/07/18 12:09:21 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild,v 1.2 2008/01/15 22:19:58 lucass Exp $ inherit distutils @@ -15,4 +15,5 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND=">=dev-libs/glib-2 - >=app-text/recode-3.6-r1" + >=app-text/recode-3.6-r1 + dev-util/pkgconfig" diff --git a/dev-python/python-bibtex/python-bibtex-1.2.3.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.3.ebuild index 670dc2e38881..fda079b5a63a 100644 --- a/dev-python/python-bibtex/python-bibtex-1.2.3.ebuild +++ b/dev-python/python-bibtex/python-bibtex-1.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.3.ebuild,v 1.3 2007/10/21 20:37:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.3.ebuild,v 1.4 2008/01/15 22:19:58 lucass Exp $ inherit distutils @@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~ia64 ppc x86" IUSE="" DEPEND=">=dev-libs/glib-2 - >=app-text/recode-3.6-r1" + >=app-text/recode-3.6-r1 + dev-util/pkgconfig" src_test() { - ${python} setup.py check || die "tests failed" + "${python}" setup.py check || die "tests failed" } diff --git a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild index 27aeb4f56d52..bce2443cace7 100644 --- a/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild +++ b/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.1 2007/10/05 14:42:09 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.4.ebuild,v 1.2 2008/01/15 22:19:58 lucass Exp $ inherit distutils @@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND=">=dev-libs/glib-2 - >=app-text/recode-3.6-r1" + >=app-text/recode-3.6-r1 + dev-util/pkgconfig" src_test() { - ${python} setup.py check || die "tests failed" + "${python}" setup.py check || die "tests failed" } |