diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:24:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:24:12 +0000 |
commit | a5aa6797d310231d89f0848bcd519a38e5f5a943 (patch) | |
tree | 6b555cdce92412a2b04f6cd5562a75c6e6255ef4 /x11-misc | |
parent | Replace obsolete mirror://bitbucket with the real URI. (diff) | |
download | gentoo-2-a5aa6797d310231d89f0848bcd519a38e5f5a943.tar.gz gentoo-2-a5aa6797d310231d89f0848bcd519a38e5f5a943.tar.bz2 gentoo-2-a5aa6797d310231d89f0848bcd519a38e5f5a943.zip |
Replace obsolete mirror://bitbucket with the real URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/tinynotify-send/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/tinynotify-send/tinynotify-send-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/tinynotify-send/ChangeLog b/x11-misc/tinynotify-send/ChangeLog index 1bb6d9d73a01..330a4a87e789 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.12 2013/10/16 13:36:35 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.13 2014/07/06 13:24:12 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> tinynotify-send-1.2.1-r1.ebuild, + tinynotify-send-9999.ebuild: + Replace obsolete mirror://bitbucket with the real URI. 16 Oct 2013; Michał Górny <mgorny@gentoo.org> tinynotify-send-9999.ebuild: Switch to git-r3. Add SLOT operators to dependencies. diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild index 46d7443d3462..87e6289aaaf8 100644 --- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild +++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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-r1.ebuild,v 1.1 2013/03/19 16:16:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild,v 1.2 2014/07/06 13:24:12 mgorny Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit autotools-utils DESCRIPTION="A notification sending utility (using libtinynotify)" HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/" -SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild index 1312a5f535ca..6ebbc7ac2de6 100644 --- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild +++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild,v 1.3 2013/10/16 13:36:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild,v 1.4 2014/07/06 13:24:12 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ inherit autotools-utils DESCRIPTION="A notification sending utility (using libtinynotify)" HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/" -SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |