summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2013-12-18 05:10:18 +0000
committerFabio Erculiani <lxnay@gentoo.org>2013-12-18 05:10:18 +0000
commit09158f8aea7a2a0b44df0cd2a20f079883bfe395 (patch)
tree2eccf1f26c78484748ff016a5d395f3d1347b8f8 /x11-misc/magneto-gtk3
parentversion bump (diff)
downloadgentoo-2-09158f8aea7a2a0b44df0cd2a20f079883bfe395.tar.gz
gentoo-2-09158f8aea7a2a0b44df0cd2a20f079883bfe395.tar.bz2
gentoo-2-09158f8aea7a2a0b44df0cd2a20f079883bfe395.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
Diffstat (limited to 'x11-misc/magneto-gtk3')
-rw-r--r--x11-misc/magneto-gtk3/ChangeLog7
-rw-r--r--x11-misc/magneto-gtk3/magneto-gtk3-254.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/x11-misc/magneto-gtk3/ChangeLog b/x11-misc/magneto-gtk3/ChangeLog
index 5f29d6b598ac..36928b05e6d1 100644
--- a/x11-misc/magneto-gtk3/ChangeLog
+++ b/x11-misc/magneto-gtk3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/magneto-gtk3
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk3/ChangeLog,v 1.8 2013/08/24 01:45:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk3/ChangeLog,v 1.9 2013/12/18 05:10:18 lxnay Exp $
+
+*magneto-gtk3-254 (18 Dec 2013)
+
+ 18 Dec 2013; Fabio Erculiani <lxnay@gentoo.org> +magneto-gtk3-254.ebuild:
+ version bump
24 Aug 2013; Patrick Lauer <patrick@gentoo.org> -magneto-gtk3-136.ebuild,
-magneto-gtk3-144.ebuild, -magneto-gtk3-183.ebuild, -magneto-gtk3-189.ebuild:
diff --git a/x11-misc/magneto-gtk3/magneto-gtk3-254.ebuild b/x11-misc/magneto-gtk3/magneto-gtk3-254.ebuild
new file mode 100644
index 000000000000..ab543d387795
--- /dev/null
+++ b/x11-misc/magneto-gtk3/magneto-gtk3-254.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/magneto-gtk3/magneto-gtk3-254.ebuild,v 1.1 2013/12/18 05:10:18 lxnay Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-single-r1
+
+DESCRIPTION="Entropy Package Manager notification applet GTK3 frontend"
+HOMEPAGE="http://www.sabayon.org"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
+S="${WORKDIR}/entropy-${PV}/magneto"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ ~app-misc/magneto-loader-${PV}[${PYTHON_USEDEP}]
+ dev-libs/gobject-introspection
+ x11-libs/gdk-pixbuf[introspection]
+ x11-libs/gtk+:3[introspection]
+ x11-libs/libnotify[introspection]"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_install() {
+ emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-gtk3-install || die "make install failed"
+ python_optimize "${D}/usr/lib/entropy/magneto/magneto/gtk3"
+}