diff options
author | 2011-10-06 19:26:39 +0000 | |
---|---|---|
committer | 2011-10-06 19:26:39 +0000 | |
commit | b5d3f7868034646861941009f949fe93f778b320 (patch) | |
tree | 1e0e2ec235a71b6777775024df53725ab9b534e4 /app-admin/packagekit | |
parent | version bump (diff) | |
download | gentoo-2-b5d3f7868034646861941009f949fe93f778b320.tar.gz gentoo-2-b5d3f7868034646861941009f949fe93f778b320.tar.bz2 gentoo-2-b5d3f7868034646861941009f949fe93f778b320.zip |
version bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/packagekit')
-rw-r--r-- | app-admin/packagekit/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/packagekit/packagekit-0.6.19.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-admin/packagekit/ChangeLog b/app-admin/packagekit/ChangeLog index f8d4fe459f05..94927de76e66 100644 --- a/app-admin/packagekit/ChangeLog +++ b/app-admin/packagekit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/packagekit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit/ChangeLog,v 1.3 2011/09/05 15:03:24 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit/ChangeLog,v 1.4 2011/10/06 19:26:39 lxnay Exp $ + +*packagekit-0.6.19 (06 Oct 2011) + + 06 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> +packagekit-0.6.19.ebuild: + version bump *packagekit-0.6.18 (05 Sep 2011) diff --git a/app-admin/packagekit/packagekit-0.6.19.ebuild b/app-admin/packagekit/packagekit-0.6.19.ebuild new file mode 100644 index 000000000000..61646c7911b1 --- /dev/null +++ b/app-admin/packagekit/packagekit-0.6.19.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit/packagekit-0.6.19.ebuild,v 1.1 2011/10/06 19:26:39 lxnay Exp $ + +EAPI="3" + +MY_PN="PackageKit" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="PackageKit Package Manager interface (meta package)" +HOMEPAGE="http://www.packagekit.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk qt4" + +RDEPEND="gtk? ( ~app-admin/packagekit-gtk-${PV} ) + qt4? ( ~app-admin/packagekit-qt4-${PV} )" + +DEPEND="${RDEPEND}" |