diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:23:23 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:23:23 +0000 |
commit | b9d252b9db35a2127d44d35c1d8680a58e84b516 (patch) | |
tree | 0771331b8bf9810c7fcdda657250575a44d45501 | |
parent | Replace obsolete mirror://bitbucket with the real URI. (diff) | |
download | gentoo-2-b9d252b9db35a2127d44d35c1d8680a58e84b516.tar.gz gentoo-2-b9d252b9db35a2127d44d35c1d8680a58e84b516.tar.bz2 gentoo-2-b9d252b9db35a2127d44d35c1d8680a58e84b516.zip |
Replace obsolete mirror://bitbucket with the real URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r-- | x11-libs/libtinynotify/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/libtinynotify/ChangeLog b/x11-libs/libtinynotify/ChangeLog index 06543309e741..1746910a9445 100644 --- a/x11-libs/libtinynotify/ChangeLog +++ b/x11-libs/libtinynotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libtinynotify -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.9 2013/10/16 13:29:14 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.10 2014/07/06 13:23:23 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> libtinynotify-9999.ebuild: + Replace obsolete mirror://bitbucket with the real URI. 16 Oct 2013; Michał Górny <mgorny@gentoo.org> libtinynotify-9999.ebuild: Switch to git-r3. Add SLOT operators to dependencies. diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild index 625a722de6e3..6020d2a466cb 100644 --- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild +++ b/x11-libs/libtinynotify/libtinynotify-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-libs/libtinynotify/libtinynotify-9999.ebuild,v 1.2 2013/10/16 13:29:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-9999.ebuild,v 1.3 2014/07/06 13:23:23 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ inherit autotools-utils DESCRIPTION="A lightweight implementation of Desktop Notification Spec" HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify/" -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" |