Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pnmixer: ChangeLog metadata.xml pnmixer-9999.ebuild
Date: Sat, 26 Jul 2014 16:40:37
Message-Id: 20140726164029.AE2972004E@flycatcher.gentoo.org
1 hasufell 14/07/26 16:40:29
2
3 Modified: ChangeLog metadata.xml
4 Added: pnmixer-9999.ebuild
5 Log:
6 add live ebuild, add upstream info
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.10 media-sound/pnmixer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 30 Jun 2014 00:34:26 -0000 1.9
24 +++ ChangeLog 26 Jul 2014 16:40:29 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/pnmixer
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.9 2014/06/30 00:34:26 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.10 2014/07/26 16:40:29 hasufell Exp $
30 +
31 +*pnmixer-9999 (26 Jul 2014)
32 +
33 + 26 Jul 2014; Julian Ospald <hasufell@g.o> +pnmixer-9999.ebuild,
34 + metadata.xml:
35 + add live ebuild, add upstream info
36
37 30 Jun 2014; Julian Ospald <hasufell@g.o>
38 pnmixer-0.6_pre20111213.ebuild:
39
40
41
42 1.2 media-sound/pnmixer/metadata.xml
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/metadata.xml?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/metadata.xml?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/metadata.xml?r1=1.1&r2=1.2
47
48 Index: metadata.xml
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/pnmixer/metadata.xml,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- metadata.xml 17 Nov 2012 18:05:11 -0000 1.1
55 +++ metadata.xml 26 Jul 2014 16:40:29 -0000 1.2
56 @@ -5,5 +5,8 @@
57 <email>hasufell@g.o</email>
58 <name>Julian Ospald</name>
59 </maintainer>
60 -</pkgmetadata>
61 -
62 + <upstream>
63 + <doc lang="en">https://github.com/nicklan/pnmixer/wiki</doc>
64 + <bugs-to>https://github.com/nicklan/pnmixer/issues</bugs-to>
65 + </upstream>
66 +</pkgmetadata>
67 \ No newline at end of file
68
69
70
71 1.1 media-sound/pnmixer/pnmixer-9999.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/pnmixer-9999.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/pnmixer-9999.ebuild?rev=1.1&content-type=text/plain
75
76 Index: pnmixer-9999.ebuild
77 ===================================================================
78 # Copyright 1999-2014 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/pnmixer-9999.ebuild,v 1.1 2014/07/26 16:40:29 hasufell Exp $
81
82 EAPI=5
83
84 WANT_LIBTOOL=none
85 inherit autotools eutils gnome2-utils git-2
86
87 DESCRIPTION="Volume mixer for the system tray"
88 HOMEPAGE="https://github.com/nicklan/pnmixer"
89 EGIT_REPO_URI="git@××××××.com:nicklan/pnmixer.git
90 https://github.com/nicklan/pnmixer.git"
91 EGIT_BRANCH="master"
92
93 LICENSE="GPL-3"
94 SLOT="0"
95 KEYWORDS=""
96 IUSE="debug libnotify"
97
98 RDEPEND="dev-libs/glib:2
99 media-libs/alsa-lib
100 >=x11-libs/gtk+-3.6:3
101 x11-libs/libX11
102 libnotify? ( x11-libs/libnotify )"
103 DEPEND="${RDEPEND}
104 sys-devel/gettext
105 virtual/pkgconfig"
106
107 src_prepare() {
108 eautoreconf
109 }
110
111 src_configure() {
112 econf \
113 $(use_with libnotify) \
114 $(use_enable debug) \
115 --enable-minimal-flags \
116 --with-gtk3
117 }
118
119 src_install() {
120 default
121 newicon -s 128 pixmaps/${PN}-about.png ${PN}.png
122 }
123
124 pkg_preinst() {
125 gnome2_icon_savelist
126 }
127
128 pkg_postinst() {
129 gnome2_icon_cache_update
130 }
131
132 pkg_postrm() {
133 gnome2_icon_cache_update
134 }