diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-01-24 20:57:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-01-24 20:57:44 +0000 |
commit | 0870c3d6afd1041b84f050abcde9f4e5c39eb502 (patch) | |
tree | b4c4bac4ae990a252509402492f49dc0c44eba0d /x11-libs/libtinynotify-systemwide | |
parent | Version bump. This fixes building with new procps, wrt bug #400587. (diff) | |
download | gentoo-2-0870c3d6afd1041b84f050abcde9f4e5c39eb502.tar.gz gentoo-2-0870c3d6afd1041b84f050abcde9f4e5c39eb502.tar.bz2 gentoo-2-0870c3d6afd1041b84f050abcde9f4e5c39eb502.zip |
Remove old.
(Portage version: 2.2.0_alpha84_p38/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libtinynotify-systemwide')
-rw-r--r-- | x11-libs/libtinynotify-systemwide/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/x11-libs/libtinynotify-systemwide/ChangeLog b/x11-libs/libtinynotify-systemwide/ChangeLog index f5d421065ec8..7d91c4139d4a 100644 --- a/x11-libs/libtinynotify-systemwide/ChangeLog +++ b/x11-libs/libtinynotify-systemwide/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2012/01/24 20:56:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/ChangeLog,v 1.3 2012/01/24 20:57:44 mgorny Exp $ + + 24 Jan 2012; Michał Górny <mgorny@gentoo.org> + -libtinynotify-systemwide-0.0.1.ebuild: + Remove old. *libtinynotify-systemwide-0.0.2 (24 Jan 2012) diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild deleted file mode 100644 index 3a4d66e153b7..000000000000 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -} |