summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-15 12:48:10 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-15 12:48:10 +0000
commitbe71a97920daf5625f0182657aa3a35c3b346515 (patch)
tree33437e5dab29f31e3dda236d38c9c800441bae66 /x11-libs/libtinynotify-cli
parentImport the live ebuild. (diff)
downloadgentoo-2-be71a97920daf5625f0182657aa3a35c3b346515.tar.gz
gentoo-2-be71a97920daf5625f0182657aa3a35c3b346515.tar.bz2
gentoo-2-be71a97920daf5625f0182657aa3a35c3b346515.zip
Import the live ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'x11-libs/libtinynotify-cli')
-rw-r--r--x11-libs/libtinynotify-cli/ChangeLog9
-rw-r--r--x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild48
-rw-r--r--x11-libs/libtinynotify-cli/metadata.xml2
3 files changed, 56 insertions, 3 deletions
diff --git a/x11-libs/libtinynotify-cli/ChangeLog b/x11-libs/libtinynotify-cli/ChangeLog
index e0bc51a26413..d946a8590f87 100644
--- a/x11-libs/libtinynotify-cli/ChangeLog
+++ b/x11-libs/libtinynotify-cli/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libtinynotify-cli
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.6 2012/05/05 03:52:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.7 2012/12/15 12:48:10 mgorny Exp $
+
+*libtinynotify-cli-9999 (15 Dec 2012)
+
+ 15 Dec 2012; Michał Górny <mgorny@gentoo.org> +libtinynotify-cli-9999.ebuild,
+ metadata.xml:
+ Import the live ebuild.
05 May 2012; Jeff Horelick <jdhore@gentoo.org>
libtinynotify-cli-1.2.1.ebuild:
@@ -36,4 +42,3 @@
21 Aug 2011; Michał Górny <mgorny@gentoo.org>
+libtinynotify-cli-0.0.1.ebuild, +metadata.xml:
Introduce the first ebuild for libtinynotify-cli.
-
diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
new file mode 100644
index 000000000000..cd7d24ae1986
--- /dev/null
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
@@ -0,0 +1,48 @@
+# 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-9999.ebuild,v 1.1 2012/12/15 12:48:10 mgorny Exp $
+
+EAPI=4
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="http://bitbucket.org/mgorny/tinynotify-send.git"
+
+inherit git-2
+#endif
+
+inherit autotools-utils
+
+MY_PN=tinynotify-send
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
+HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
+SRC_URI="mirror://bitbucket/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc static-libs"
+
+RDEPEND="x11-libs/libtinynotify"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ doc? ( dev-util/gtk-doc )"
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+DEPEND="${DEPEND}
+ >=dev-util/gtk-doc-1.18"
+#endif
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable doc gtk-doc)
+ --disable-regular
+ --disable-system-wide
+ )
+
+ autotools-utils_src_configure
+}
diff --git a/x11-libs/libtinynotify-cli/metadata.xml b/x11-libs/libtinynotify-cli/metadata.xml
index f37add7f2dc8..ffbaa73c6e13 100644
--- a/x11-libs/libtinynotify-cli/metadata.xml
+++ b/x11-libs/libtinynotify-cli/metadata.xml
@@ -10,6 +10,6 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
+ <bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
</upstream>
</pkgmetadata>