diff options
author | 2012-08-31 08:25:22 +0000 | |
---|---|---|
committer | 2012-08-31 08:25:22 +0000 | |
commit | e5b9b2add7094dc60f4671d04268b5326a67f3a9 (patch) | |
tree | 96b8ed98030f19f7fdc6e09e33c507e40923d62d /x11-misc | |
parent | sci-chemistry/ccp4-apps: Rename all manpages in order to avoid conflicts with... (diff) | |
download | gentoo-2-e5b9b2add7094dc60f4671d04268b5326a67f3a9.tar.gz gentoo-2-e5b9b2add7094dc60f4671d04268b5326a67f3a9.tar.bz2 gentoo-2-e5b9b2add7094dc60f4671d04268b5326a67f3a9.zip |
Sync to the live ebuild.
(Portage version: 2.2.0_alpha120_p33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/tinynotify-send/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/tinynotify-send/metadata.xml | 2 | ||||
-rw-r--r-- | x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11-misc/tinynotify-send/ChangeLog b/x11-misc/tinynotify-send/ChangeLog index aad3d88dd436..be18224e43c1 100644 --- a/x11-misc/tinynotify-send/ChangeLog +++ b/x11-misc/tinynotify-send/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/tinynotify-send # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.7 2012/05/05 04:53:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.8 2012/08/31 08:25:22 mgorny Exp $ + + 31 Aug 2012; Michał Górny <mgorny@gentoo.org> metadata.xml, + tinynotify-send-1.2.1.ebuild: + Sync to the live ebuild. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> tinynotify-send-1.2.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -40,4 +44,3 @@ 21 Aug 2011; Michał Górny <mgorny@gentoo.org> +tinynotify-send-0.2.ebuild, +metadata.xml: Introduce the first ebuild for tinynotify-send. - diff --git a/x11-misc/tinynotify-send/metadata.xml b/x11-misc/tinynotify-send/metadata.xml index 8eba8ea60a73..b43486964da3 100644 --- a/x11-misc/tinynotify-send/metadata.xml +++ b/x11-misc/tinynotify-send/metadata.xml @@ -13,6 +13,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> diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild index 38690c1657c0..467281a27b2d 100644 --- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild +++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v 1.3 2012/05/05 04:53:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1.ebuild,v 1.4 2012/08/31 08:25:22 mgorny Exp $ EAPI=4 inherit autotools-utils DESCRIPTION="A notification sending utility (using libtinynotify)" -HOMEPAGE="https://github.com/mgorny/tinynotify-send/" -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" +HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" @@ -21,8 +21,6 @@ RDEPEND="x11-libs/libtinynotify DEPEND="${RDEPEND} virtual/pkgconfig" -DOCS=( README ) - src_configure() { myeconfargs=( --disable-library |