diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 13:17:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-09 13:17:15 +0000 |
commit | 0d03b427e9b2e001b3e79fe794e4c0f5f1065038 (patch) | |
tree | 5d8cffd645da96618a81d06be19a587020c51f92 /gnome-extra/eiciel | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-0d03b427e9b2e001b3e79fe794e4c0f5f1065038.tar.gz gentoo-2-0d03b427e9b2e001b3e79fe794e4c0f5f1065038.tar.bz2 gentoo-2-0d03b427e9b2e001b3e79fe794e4c0f5f1065038.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/eiciel')
-rw-r--r-- | gnome-extra/eiciel/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/eiciel/eiciel-0.9.8.2.ebuild | 35 |
2 files changed, 42 insertions, 2 deletions
diff --git a/gnome-extra/eiciel/ChangeLog b/gnome-extra/eiciel/ChangeLog index 0438aafc330a..d31b01e3a08f 100644 --- a/gnome-extra/eiciel/ChangeLog +++ b/gnome-extra/eiciel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/eiciel -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/eiciel/ChangeLog,v 1.7 2013/12/08 18:42:08 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/eiciel/ChangeLog,v 1.8 2014/02/09 13:17:15 pacho Exp $ + +*eiciel-0.9.8.2 (09 Feb 2014) + + 09 Feb 2014; Pacho Ramos <pacho@gentoo.org> +eiciel-0.9.8.2.ebuild: + Version bump 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> eiciel-0.9.8.1.ebuild: x86 stable, bug #478252 diff --git a/gnome-extra/eiciel/eiciel-0.9.8.2.ebuild b/gnome-extra/eiciel/eiciel-0.9.8.2.ebuild new file mode 100644 index 000000000000..3fbb9a19d7ad --- /dev/null +++ b/gnome-extra/eiciel/eiciel-0.9.8.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/eiciel/eiciel-0.9.8.2.ebuild,v 1.1 2014/02/09 13:17:15 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="ACL editor for GNOME, with Nautilus extension" +HOMEPAGE="http://rofi.roger-ferrer.org/eiciel/" +SRC_URI="http://rofi.roger-ferrer.org/eiciel/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="xattr" + +RDEPEND=" + >=sys-apps/acl-2.2.32 + >=dev-cpp/gtkmm-3:3.0 + >=gnome-base/nautilus-3 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=sys-devel/gettext-0.18.1 +" + +src_configure() { + gnome2_src_configure \ + --disable-static \ + --with-gnome-version=3 \ + $(use_enable xattr user-attributes) +} |