* [gentoo-commits] gentoo-x86 commit in x11-libs/libtinynotify-cli: metadata.xml ChangeLog libtinynotify-cli-1.2.ebuild libtinynotify-cli-1.1.ebuild
@ 2012-01-02 11:17 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-01-02 11:17 UTC (permalink / raw
To: gentoo-commits
mgorny 12/01/02 11:17:41
Modified: metadata.xml ChangeLog
Added: libtinynotify-cli-1.2.ebuild
Removed: libtinynotify-cli-1.1.ebuild
Log:
Version bump. The new version adds a timeout option.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-libs/libtinynotify-cli/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 24 Sep 2011 11:04:55 -0000 1.2
+++ metadata.xml 2 Jan 2012 11:17:40 -0000 1.3
@@ -10,6 +10,6 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=x11-libs/libtinynotify-cli:%20</bugs-to>
+ <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
</upstream>
</pkgmetadata>
1.4 x11-libs/libtinynotify-cli/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 4 Sep 2011 11:29:24 -0000 1.3
+++ ChangeLog 2 Jan 2012 11:17:40 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libtinynotify-cli
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.3 2011/09/04 11:29:24 mgorny Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.4 2012/01/02 11:17:40 mgorny Exp $
+
+*libtinynotify-cli-1.2 (02 Jan 2012)
+
+ 02 Jan 2012; Michał Górny <mgorny@gentoo.org>
+ -libtinynotify-cli-1.1.ebuild, +libtinynotify-cli-1.2.ebuild, metadata.xml:
+ Version bump. The new version adds a timeout option.
*libtinynotify-cli-1.1 (04 Sep 2011)
1.1 x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild?rev=1.1&content-type=text/plain
Index: libtinynotify-cli-1.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.ebuild,v 1.1 2012/01/02 11:17:40 mgorny Exp $
EAPI=4
inherit autotools-utils
MY_PN=tinynotify-send
MY_P=${MY_PN}-${PV}
DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
RDEPEND="x11-libs/libtinynotify"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( dev-util/gtk-doc )"
DOCS=( README )
S=${WORKDIR}/${MY_P}
src_configure() {
local myeconfargs=(
$(use_enable doc gtk-doc)
--disable-regular
--disable-system-wide
)
autotools-utils_src_configure
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-02 11:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 11:17 [gentoo-commits] gentoo-x86 commit in x11-libs/libtinynotify-cli: metadata.xml ChangeLog libtinynotify-cli-1.2.ebuild libtinynotify-cli-1.1.ebuild Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox