diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-06-18 03:51:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-06-18 03:51:10 +0000 |
commit | 6a5b3f65c5be6023d8c0faa4e4177c498d67a3f3 (patch) | |
tree | 324845fe14c73bf214cc61ba1f90ef8cf57b9d28 /sys-apps/gpet | |
parent | Small linking fix #473580, works unconditionally (diff) | |
download | gentoo-2-6a5b3f65c5be6023d8c0faa4e4177c498d67a3f3.tar.gz gentoo-2-6a5b3f65c5be6023d8c0faa4e4177c498d67a3f3.tar.bz2 gentoo-2-6a5b3f65c5be6023d8c0faa4e4177c498d67a3f3.zip |
clean old; add slot dep for gtk+
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/gpet')
-rw-r--r-- | sys-apps/gpet/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/gpet/gpet-0.3.ebuild | 23 | ||||
-rw-r--r-- | sys-apps/gpet/gpet-0.4.ebuild | 6 |
3 files changed, 9 insertions, 29 deletions
diff --git a/sys-apps/gpet/ChangeLog b/sys-apps/gpet/ChangeLog index a7a76ba890d5..06aad05a69a7 100644 --- a/sys-apps/gpet/ChangeLog +++ b/sys-apps/gpet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/gpet -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpet/ChangeLog,v 1.3 2012/05/04 09:17:27 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpet/ChangeLog,v 1.4 2013/06/18 03:51:10 mr_bones_ Exp $ + + 18 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> -gpet-0.3.ebuild, + gpet-0.4.ebuild: + clean old; add slot dep for gtk+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gpet-0.3.ebuild, gpet-0.4.ebuild: @@ -15,4 +19,3 @@ 05 Sep 2011; Naohiro Aota <naota@gentoo.org> +gpet-0.3.ebuild, +metadata.xml: New package sys-apps/gpet - diff --git a/sys-apps/gpet/gpet-0.3.ebuild b/sys-apps/gpet/gpet-0.3.ebuild deleted file mode 100644 index 9393e9207d2b..000000000000 --- a/sys-apps/gpet/gpet-0.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpet/gpet-0.3.ebuild,v 1.2 2012/05/04 09:17:27 jdhore Exp $ - -EAPI=4 - -DESCRIPTION="GTK+ based TOMOYO policy editor" -HOMEPAGE="http://en.sourceforge.jp/projects/gpet/" -SRC_URI="mirror://sourceforge.jp/gpet/52987/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="gnome-base/gconf - sys-devel/gettext - x11-libs/cairo - x11-libs/gtk+ - x11-libs/pango" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" diff --git a/sys-apps/gpet/gpet-0.4.ebuild b/sys-apps/gpet/gpet-0.4.ebuild index 6ff349791baa..a041b50993d7 100644 --- a/sys-apps/gpet/gpet-0.4.ebuild +++ b/sys-apps/gpet/gpet-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpet/gpet-0.4.ebuild,v 1.2 2012/05/04 09:17:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpet/gpet-0.4.ebuild,v 1.3 2013/06/18 03:51:10 mr_bones_ Exp $ EAPI=4 @@ -16,7 +16,7 @@ IUSE="" RDEPEND="gnome-base/gconf sys-devel/gettext x11-libs/cairo - x11-libs/gtk+ + x11-libs/gtk+:2 x11-libs/pango" DEPEND="${RDEPEND} dev-util/intltool |