diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-08-21 21:07:05 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-08-21 21:07:05 +0000 |
commit | 7d0527c07d4d724f2ed8dfab8027eded9cd06c57 (patch) | |
tree | a7f7b84d164258ed70ff52640c988ab64dfac676 /x11-libs | |
parent | Introduce the first ebuild for libtinynotify-cli. (diff) | |
download | gentoo-2-7d0527c07d4d724f2ed8dfab8027eded9cd06c57.tar.gz gentoo-2-7d0527c07d4d724f2ed8dfab8027eded9cd06c57.tar.bz2 gentoo-2-7d0527c07d4d724f2ed8dfab8027eded9cd06c57.zip |
Introduce the first ebuild for libtinynotify-systemwide.
(Portage version: 2.2.0_alpha51_p4/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libtinynotify-systemwide/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild | 30 | ||||
-rw-r--r-- | x11-libs/libtinynotify-systemwide/metadata.xml | 16 |
3 files changed, 56 insertions, 0 deletions
diff --git a/x11-libs/libtinynotify-systemwide/ChangeLog b/x11-libs/libtinynotify-systemwide/ChangeLog new file mode 100644 index 000000000000..35a6a75e7946 --- /dev/null +++ b/x11-libs/libtinynotify-systemwide/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/libtinynotify-systemwide +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/ChangeLog,v 1.1 2011/08/21 21:07:05 mgorny Exp $ + +*libtinynotify-systemwide-0.0.1 (21 Aug 2011) + + 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.0.1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild new file mode 100644 index 000000000000..3a4d66e153b7 --- /dev/null +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 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.0.1.ebuild,v 1.1 2011/08/21 21:07:05 mgorny Exp $ + +EAPI=4 +inherit autotools-utils + +DESCRIPTION="A system-wide notifications module for libtinynotify" +HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/" +SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc static-libs" + +RDEPEND="sys-process/procps + x11-libs/libtinynotify" +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc )" + +DOCS=( README ) + +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 new file mode 100644 index 000000000000..f57da15c33a7 --- /dev/null +++ b/x11-libs/libtinynotify-systemwide/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <upstream> + <maintainer status="active"> + <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-systemwide:%20</bugs-to> + </upstream> +</pkgmetadata> |