diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-15 15:32:37 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-15 15:32:37 +0000 |
commit | fcea244532e7930a4cd9af4b1ee964e9ba64f862 (patch) | |
tree | b82f6f5387078963538af1e80886a71cfc1cbf24 /x11-misc/xcb | |
parent | Raise required dep on media-libs/mlt. (diff) | |
download | historical-fcea244532e7930a4cd9af4b1ee964e9ba64f862.tar.gz historical-fcea244532e7930a4cd9af4b1ee964e9ba64f862.tar.bz2 historical-fcea244532e7930a4cd9af4b1ee964e9ba64f862.zip |
fix HOMEPAGE and SRC_URI wrt #415629
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xcb')
-rw-r--r-- | x11-misc/xcb/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcb/xcb-2.4-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xcb/xcb-2.4.ebuild | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/xcb/ChangeLog b/x11-misc/xcb/ChangeLog index 8b140a1f8323..35f0e00bd67f 100644 --- a/x11-misc/xcb/ChangeLog +++ b/x11-misc/xcb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xcb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.18 2012/02/19 14:13:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.19 2012/05/15 15:32:37 hasufell Exp $ + + 15 May 2012; Julian Ospald <hasufell@gentoo.org> xcb-2.4.ebuild, + xcb-2.4-r1.ebuild: + fix HOMEPAGE and SRC_URI wrt #415629 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> xcb-2.4-r1.ebuild: Stable on alpha, bug #393921 diff --git a/x11-misc/xcb/xcb-2.4-r1.ebuild b/x11-misc/xcb/xcb-2.4-r1.ebuild index 827c5e568aba..a8d77f9cc532 100644 --- a/x11-misc/xcb/xcb-2.4-r1.ebuild +++ b/x11-misc/xcb/xcb-2.4-r1.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/xcb/xcb-2.4-r1.ebuild,v 1.5 2012/02/19 14:13:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4-r1.ebuild,v 1.6 2012/05/15 15:32:37 hasufell Exp $ EAPI=2 inherit toolchain-funcs DESCRIPTION="Marc Lehmann's improved X Cut Buffers" -HOMEPAGE="http://www.goof.com/pcg/marc/xcb.html" -SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" +HOMEPAGE="http://oldhome.schmorp.de/marc/xcb.html" +SRC_URI="http://oldhome.schmorp.de/marc/data/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild index 07a6e1c9b04a..30b7d13c814f 100644 --- a/x11-misc/xcb/xcb-2.4.ebuild +++ b/x11-misc/xcb/xcb-2.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.13 2010/10/10 21:06:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.14 2012/05/15 15:32:37 hasufell Exp $ EAPI=2 inherit toolchain-funcs DESCRIPTION="Marc Lehmann's improved X Cut Buffers" -HOMEPAGE="http://www.goof.com/pcg/marc/xcb.html" -SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" +HOMEPAGE="http://oldhome.schmorp.de/marc/xcb.html" +SRC_URI="http://oldhome.schmorp.de/marc/data/${P}.tar.gz" LICENSE="BSD" SLOT="0" |