summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-09-24 18:09:02 +0000
committerMichał Górny <mgorny@gentoo.org>2012-09-24 18:09:02 +0000
commit3cc01921aab20469af66de7926d4deefd86e3b1f (patch)
treeda5a5b85997feab156263608bf6b6609ca01585d /x11-libs/libtinynotify-systemwide
parentalpha/ia64/m68k/s390/sh/sparc stable wrt #431954 (diff)
downloadgentoo-2-3cc01921aab20469af66de7926d4deefd86e3b1f.tar.gz
gentoo-2-3cc01921aab20469af66de7926d4deefd86e3b1f.tar.bz2
gentoo-2-3cc01921aab20469af66de7926d4deefd86e3b1f.zip
Version bump. The new version fixes compatibility with patched D-Bus (bug #436106).
(Portage version: 2.2.0_alpha131_p3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libtinynotify-systemwide')
-rw-r--r--x11-libs/libtinynotify-systemwide/ChangeLog10
-rw-r--r--x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild30
-rw-r--r--x11-libs/libtinynotify-systemwide/metadata.xml2
3 files changed, 39 insertions, 3 deletions
diff --git a/x11-libs/libtinynotify-systemwide/ChangeLog b/x11-libs/libtinynotify-systemwide/ChangeLog
index 6f65d6020793..51e4c782e34a 100644
--- a/x11-libs/libtinynotify-systemwide/ChangeLog
+++ b/x11-libs/libtinynotify-systemwide/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/libtinynotify-systemwide
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/ChangeLog,v 1.4 2012/05/05 03:52:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/ChangeLog,v 1.5 2012/09/24 18:09:02 mgorny Exp $
+
+*libtinynotify-systemwide-0.1 (24 Sep 2012)
+
+ 24 Sep 2012; Michał Górny <mgorny@gentoo.org>
+ +libtinynotify-systemwide-0.1.ebuild, metadata.xml:
+ Version bump. The new version fixes compatibility with patched D-Bus (bug
+ #436106).
05 May 2012; Jeff Horelick <jdhore@gentoo.org>
libtinynotify-systemwide-0.0.2.ebuild:
@@ -21,4 +28,3 @@
21 Aug 2011; Michał Górny <mgorny@gentoo.org>
+libtinynotify-systemwide-0.0.1.ebuild, +metadata.xml:
Introduce the first ebuild for libtinynotify-systemwide.
-
diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild
new file mode 100644
index 000000000000..5a46908de237
--- /dev/null
+++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild,v 1.1 2012/09/24 18:09:02 mgorny Exp $
+
+EAPI=4
+
+inherit autotools-utils
+
+DESCRIPTION="A system-wide notifications module for libtinynotify"
+HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify-systemwide/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc static-libs"
+
+RDEPEND="sys-process/procps
+ x11-libs/libtinynotify"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( dev-util/gtk-doc )"
+
+src_configure() {
+ myeconfargs=(
+ $(use_enable doc gtk-doc)
+ )
+
+ autotools-utils_src_configure
+}
diff --git a/x11-libs/libtinynotify-systemwide/metadata.xml b/x11-libs/libtinynotify-systemwide/metadata.xml
index b8fc342a018a..05b82905c084 100644
--- a/x11-libs/libtinynotify-systemwide/metadata.xml
+++ b/x11-libs/libtinynotify-systemwide/metadata.xml
@@ -10,6 +10,6 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://github.com/mgorny/libtinynotify-systemwide/issues/</bugs-to>
+ <bugs-to>https://bitbucket.org/mgorny/libtinynotify-systemwide/issues/</bugs-to>
</upstream>
</pkgmetadata>