diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-09-12 05:09:22 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-09-12 05:09:22 +0000 |
commit | 8c12427919f3bb5cf870a7cd499034ed71ff08d3 (patch) | |
tree | ae3d98dfc9fc9fa606d9fe9f1c5d7bef4cc6f4b1 /sys-apps/gpet | |
parent | Add dev-vcs/veracity-1.0.0.10517, a young DVCS (requested by jdhore). (diff) | |
download | gentoo-2-8c12427919f3bb5cf870a7cd499034ed71ff08d3.tar.gz gentoo-2-8c12427919f3bb5cf870a7cd499034ed71ff08d3.tar.bz2 gentoo-2-8c12427919f3bb5cf870a7cd499034ed71ff08d3.zip |
Verion bump.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/gpet')
-rw-r--r-- | sys-apps/gpet/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/gpet/gpet-0.4.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/sys-apps/gpet/ChangeLog b/sys-apps/gpet/ChangeLog index a219e5ff4f28..f45cb90b7c69 100644 --- a/sys-apps/gpet/ChangeLog +++ b/sys-apps/gpet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/gpet # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpet/ChangeLog,v 1.1 2011/09/05 14:19:45 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpet/ChangeLog,v 1.2 2011/09/12 05:09:22 naota Exp $ + +*gpet-0.4 (12 Sep 2011) + + 12 Sep 2011; Naohiro Aota <naota@gentoo.org> +gpet-0.4.ebuild: + Verion bump. *gpet-0.3 (05 Sep 2011) diff --git a/sys-apps/gpet/gpet-0.4.ebuild b/sys-apps/gpet/gpet-0.4.ebuild new file mode 100644 index 000000000000..10cffd48c0ea --- /dev/null +++ b/sys-apps/gpet/gpet-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 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.1 2011/09/12 05:09:22 naota Exp $ + +EAPI=4 + +DESCRIPTION="GTK+ based TOMOYO policy editor" +HOMEPAGE="http://en.sourceforge.jp/projects/gpet/" +SRC_URI="mirror://sourceforge.jp/gpet/53178/${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 + dev-util/pkgconfig" |