hasufell 14/07/26 16:40:29 Modified: ChangeLog metadata.xml Added: pnmixer-9999.ebuild Log: add live ebuild, add upstream info (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.10 media-sound/pnmixer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 30 Jun 2014 00:34:26 -0000 1.9 +++ ChangeLog 26 Jul 2014 16:40:29 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for media-sound/pnmixer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.9 2014/06/30 00:34:26 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.10 2014/07/26 16:40:29 hasufell Exp $ + +*pnmixer-9999 (26 Jul 2014) + + 26 Jul 2014; Julian Ospald <[email protected]> +pnmixer-9999.ebuild, + metadata.xml: + add live ebuild, add upstream info 30 Jun 2014; Julian Ospald <[email protected]> pnmixer-0.6_pre20111213.ebuild: 1.2 media-sound/pnmixer/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/pnmixer/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 17 Nov 2012 18:05:11 -0000 1.1 +++ metadata.xml 26 Jul 2014 16:40:29 -0000 1.2 @@ -5,5 +5,8 @@ <email>[email protected]</email> <name>Julian Ospald</name> </maintainer> -</pkgmetadata> - + <upstream> + <doc lang="en">https://github.com/nicklan/pnmixer/wiki</doc> + <bugs-to>https://github.com/nicklan/pnmixer/issues</bugs-to> + </upstream> +</pkgmetadata> \ No newline at end of file 1.1 media-sound/pnmixer/pnmixer-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/pnmixer-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/pnmixer-9999.ebuild?rev=1.1&content-type=text/plain Index: pnmixer-9999.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/pnmixer-9999.ebuild,v 1.1 2014/07/26 16:40:29 hasufell Exp $ EAPI=5 WANT_LIBTOOL=none inherit autotools eutils gnome2-utils git-2 DESCRIPTION="Volume mixer for the system tray" HOMEPAGE="https://github.com/nicklan/pnmixer" EGIT_REPO_URI="[email protected]:nicklan/pnmixer.git https://github.com/nicklan/pnmixer.git" EGIT_BRANCH="master" LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="debug libnotify" RDEPEND="dev-libs/glib:2 media-libs/alsa-lib >=x11-libs/gtk+-3.6:3 x11-libs/libX11 libnotify? ( x11-libs/libnotify )" DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" src_prepare() { eautoreconf } src_configure() { econf \ $(use_with libnotify) \ $(use_enable debug) \ --enable-minimal-flags \ --with-gtk3 } src_install() { default newicon -s 128 pixmaps/${PN}-about.png ${PN}.png } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }
