* [gentoo-commits] gentoo-x86 commit in app-admin/sulfur: sulfur-1.0_rc29.ebuild ChangeLog
@ 2011-08-02 16:55 Fabio Erculiani (lxnay)
0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2011-08-02 16:55 UTC (permalink / raw
To: gentoo-commits
lxnay 11/08/02 16:55:15
Modified: ChangeLog
Added: sulfur-1.0_rc29.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Revision Changes Path
1.2 app-admin/sulfur/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sulfur/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 19 Jul 2011 12:47:28 -0000 1.1
+++ ChangeLog 2 Aug 2011 16:55:15 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/sulfur
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sulfur/ChangeLog,v 1.1 2011/07/19 12:47:28 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sulfur/ChangeLog,v 1.2 2011/08/02 16:55:15 lxnay Exp $
+
+*sulfur-1.0_rc29 (02 Aug 2011)
+
+ 02 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> +sulfur-1.0_rc29.ebuild:
+ version bump
*sulfur-1.0_rc27 (19 Jul 2011)
1.1 app-admin/sulfur/sulfur-1.0_rc29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/sulfur-1.0_rc29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/sulfur-1.0_rc29.ebuild?rev=1.1&content-type=text/plain
Index: sulfur-1.0_rc29.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sulfur/sulfur-1.0_rc29.ebuild,v 1.1 2011/08/02 16:55:15 lxnay Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit eutils gnome2-utils fdo-mime python
DESCRIPTION="Sulfur, the Entropy Package Manager Store"
HOMEPAGE="http://www.sabayon.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
S="${WORKDIR}/entropy-${PV}/sulfur"
RDEPEND=">=dev-python/pygtk-2.12.1-r2
~sys-apps/entropy-${PV}
sys-apps/file[python]
sys-devel/gettext
>=x11-libs/vte-0.12.2[python]
x11-misc/xdg-utils"
DEPEND="sys-devel/gettext"
src_compile() {
emake || die "make failed"
}
src_install() {
emake DESTDIR="${D}" LIBDIR="usr/$(get_libdir)" install || die "make install failed"
dodir /etc/gconf/schemas
insinto /etc/gconf/schemas
doins "${S}/misc/entropy-handler.schemas"
}
pkg_postinst() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
gnome2_gconf_savelist
gnome2_gconf_install
python_mod_optimize "/usr/$(get_libdir)/entropy/${PN}"
}
pkg_postrm() {
python_mod_cleanup "/usr/$(get_libdir)/entropy/${PN}"
gnome2_gconf_savelist
gnome2_gconf_uninstall
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-02 16:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 16:55 [gentoo-commits] gentoo-x86 commit in app-admin/sulfur: sulfur-1.0_rc29.ebuild ChangeLog Fabio Erculiani (lxnay)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox