mgorny      14/12/15 05:22:07

  Modified:             ChangeLog
  Added:                sulfur-1.0_rc104-r1.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.19                 app-admin/sulfur/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sulfur/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   25 Aug 2012 05:17:03 -0000      1.18
+++ ChangeLog   15 Dec 2014 05:22:07 -0000      1.19
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/sulfur
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sulfur/ChangeLog,v 1.18 
2012/08/25 05:17:03 lxnay Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sulfur/ChangeLog,v 1.19 
2014/12/15 05:22:07 mgorny Exp $
+
+*sulfur-1.0_rc104-r1 (15 Dec 2014)
+
+  15 Dec 2014; Michał Górny <[email protected]> +sulfur-1.0_rc104-r1.ebuild:
+  Convert to python-single-r1.
 
 *sulfur-1.0_rc104 (25 Aug 2012)
 
@@ -87,4 +92,3 @@
   19 Jul 2011; Fabio Erculiani <[email protected]> +sulfur-1.0_rc27.ebuild,
   +metadata.xml:
   new ebuild
-



1.1                  app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild?rev=1.1&content-type=text/plain

Index: sulfur-1.0_rc104-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild,v 1.1 
2014/12/15 05:22:07 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils gnome2-utils fdo-mime python-single-r1

DESCRIPTION="Sulfur, the Entropy Package Manager Store"
HOMEPAGE="http://www.sabayon.org";
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

SRC_URI="mirror://sabayon/app-admin/sulfur-${PV}.tar.bz2"

RDEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]
        >=sys-apps/entropy-${PV}[${PYTHON_USEDEP}]
        sys-apps/file[python,${PYTHON_USEDEP}]
        sys-devel/gettext
        x11-libs/vte:0[python,${PYTHON_USEDEP}]
        x11-misc/xdg-utils"
DEPEND="sys-devel/gettext"

src_compile() {
        emake || die "make failed"
}

src_install() {
        emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install 
failed"
        dodir /etc/gconf/schemas
        insinto /etc/gconf/schemas
        doins "${S}/misc/entropy-handler.schemas"

        python_fix_shebang "${ED}"
        python_optimize "${ED%/}"/usr/lib/entropy
}

pkg_postinst() {
        fdo-mime_mime_database_update
        fdo-mime_desktop_database_update
        gnome2_gconf_savelist
        gnome2_gconf_install
}

pkg_postrm() {
        gnome2_gconf_savelist
        gnome2_gconf_uninstall
}




Reply via email to