diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 05:50:41 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 05:50:41 +0000 |
commit | ce6451f2721b00005e26a578f07a59658227b2a6 (patch) | |
tree | 85f100fcebe823fa385e56b6c7ad1c45913fa5c7 /lxde-base/lxshortcut | |
parent | Version bump. (diff) | |
download | gentoo-2-ce6451f2721b00005e26a578f07a59658227b2a6.tar.gz gentoo-2-ce6451f2721b00005e26a578f07a59658227b2a6.tar.bz2 gentoo-2-ce6451f2721b00005e26a578f07a59658227b2a6.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'lxde-base/lxshortcut')
-rw-r--r-- | lxde-base/lxshortcut/ChangeLog | 8 | ||||
-rw-r--r-- | lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild | 6 | ||||
-rw-r--r-- | lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/lxde-base/lxshortcut/ChangeLog b/lxde-base/lxshortcut/ChangeLog index 943061af9139..2693af3a9ad6 100644 --- a/lxde-base/lxshortcut/ChangeLog +++ b/lxde-base/lxshortcut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxshortcut -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.13 2011/10/09 16:48:40 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.14 2012/05/04 05:50:39 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> lxshortcut-0.1.1.ebuild, + lxshortcut-0.1.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 09 Oct 2011; Markus Meier <maekke@gentoo.org> lxshortcut-0.1.2.ebuild: arm stable, bug #385189 diff --git a/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild b/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild index 65a8e58a8c96..f4f072abce02 100644 --- a/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild +++ b/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.9 2011/03/07 20:32:05 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.10 2012/05/04 05:50:39 jdhore Exp $ EAPI="1" @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 DEPEND="${RDEPEND} sys-devel/gettext dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} diff --git a/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild b/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild index 6264a72ef574..24e9a4d09d6b 100644 --- a/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild +++ b/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild,v 1.4 2011/10/09 16:48:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild,v 1.5 2012/05/04 05:50:39 jdhore Exp $ EAPI="4" @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 DEPEND="${RDEPEND} sys-devel/gettext dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install |