diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-15 12:47:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-15 12:47:49 +0000 |
commit | 0042e9c2a4953b37a677336935163233f06c0f9d (patch) | |
tree | 5119830c6de6a5cb66bd9c6e953222e77dc1d055 /x11-libs/libtinynotify-systemwide | |
parent | Import the live ebuild. (diff) | |
download | gentoo-2-0042e9c2a4953b37a677336935163233f06c0f9d.tar.gz gentoo-2-0042e9c2a4953b37a677336935163233f06c0f9d.tar.bz2 gentoo-2-0042e9c2a4953b37a677336935163233f06c0f9d.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-systemwide')
-rw-r--r-- | x11-libs/libtinynotify-systemwide/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild | 44 |
2 files changed, 51 insertions, 1 deletions
diff --git a/x11-libs/libtinynotify-systemwide/ChangeLog b/x11-libs/libtinynotify-systemwide/ChangeLog index 51e4c782e34a..7f08a2eff543 100644 --- a/x11-libs/libtinynotify-systemwide/ChangeLog +++ b/x11-libs/libtinynotify-systemwide/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2012/09/24 18:09:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/ChangeLog,v 1.6 2012/12/15 12:47:49 mgorny Exp $ + +*libtinynotify-systemwide-9999 (15 Dec 2012) + + 15 Dec 2012; Michał Górny <mgorny@gentoo.org> + +libtinynotify-systemwide-9999.ebuild: + Import the live ebuild. *libtinynotify-systemwide-0.1 (24 Sep 2012) diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild new file mode 100644 index 000000000000..9bcf211f70c7 --- /dev/null +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild @@ -0,0 +1,44 @@ +# 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-9999.ebuild,v 1.1 2012/12/15 12:47:49 mgorny Exp $ + +EAPI=4 + +#if LIVE +AUTOTOOLS_AUTORECONF=yes +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" + +inherit git-2 +#endif + +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 )" + +#if LIVE +KEYWORDS= +SRC_URI= +DEPEND="${DEPEND} + >=dev-util/gtk-doc-1.18" +#endif + +src_configure() { + myeconfargs=( + $(use_enable doc gtk-doc) + ) + + autotools-utils_src_configure +} |