diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 16:56:36 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2008-02-27 16:56:36 +0000 |
commit | c90044495d06f43d9919805188db1908453fbfe7 (patch) | |
tree | a5428cc30ee482788eff5e80907149e74879ae65 /x11-libs | |
parent | Marking stable for 2008.0 snapshot. (diff) | |
download | historical-c90044495d06f43d9919805188db1908453fbfe7.tar.gz historical-c90044495d06f43d9919805188db1908453fbfe7.tar.bz2 historical-c90044495d06f43d9919805188db1908453fbfe7.zip |
Updated HOMEPAGE and SRC_URI to it's new location http://matchbox-project.org/ (Bug #211244).
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/libmatchbox/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/libmatchbox/libmatchbox-1.8.ebuild | 10 | ||||
-rw-r--r-- | x11-libs/libmatchbox/libmatchbox-1.9.ebuild | 10 |
4 files changed, 20 insertions, 15 deletions
diff --git a/x11-libs/libfakekey/libfakekey-0.1.ebuild b/x11-libs/libfakekey/libfakekey-0.1.ebuild index 11808b0a5a5e..bf89c7a35aac 100644 --- a/x11-libs/libfakekey/libfakekey-0.1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.4 2007/09/26 04:06:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.5 2008/02/27 16:56:36 yvasilev Exp $ DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package." -HOMEPAGE="http://projects.o-hand.com/matchbox/" -SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${P}.tar.bz2" +HOMEPAGE="http://matchbox-project.org/" +SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/x11-libs/libmatchbox/ChangeLog b/x11-libs/libmatchbox/ChangeLog index cfba0bd12ce0..8aae1a5f274e 100644 --- a/x11-libs/libmatchbox/ChangeLog +++ b/x11-libs/libmatchbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libmatchbox -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.8 2007/09/26 03:55:17 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.9 2008/02/27 16:55:02 yvasilev Exp $ + + 27 Feb 2008; Yuri Vasilevski <yvasilev@gentoo.org> libmatchbox-1.8.ebuild, + libmatchbox-1.9.ebuild: + Updated HOMEPAGE and SRC_URI to it's new location + http://matchbox-project.org/ (Bug #211244). 26 Sep 2007; Jeroen Roovers <jer@gentoo.org> libmatchbox-1.9.ebuild: Marked ~hppa too. diff --git a/x11-libs/libmatchbox/libmatchbox-1.8.ebuild b/x11-libs/libmatchbox/libmatchbox-1.8.ebuild index 3902e74ce05b..7bcdeccf9e02 100644 --- a/x11-libs/libmatchbox/libmatchbox-1.8.ebuild +++ b/x11-libs/libmatchbox/libmatchbox-1.8.ebuild @@ -1,12 +1,12 @@ -# Copyright 2006-2007 Gentoo Foundation +# Copyright 2006-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.8.ebuild,v 1.5 2007/07/22 03:13:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.8.ebuild,v 1.6 2008/02/27 16:55:02 yvasilev Exp $ inherit eutils libtool DESCRIPTION="The Matchbox Library." -HOMEPAGE="http://projects.o-hand.com/matchbox/" -SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${P}.tar.bz2" +HOMEPAGE="http://matchbox-project.org/" +SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -36,7 +36,7 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" elibtoolize } diff --git a/x11-libs/libmatchbox/libmatchbox-1.9.ebuild b/x11-libs/libmatchbox/libmatchbox-1.9.ebuild index 554d47377b22..1c924c3179c8 100644 --- a/x11-libs/libmatchbox/libmatchbox-1.9.ebuild +++ b/x11-libs/libmatchbox/libmatchbox-1.9.ebuild @@ -1,12 +1,12 @@ -# Copyright 2006-2007 Gentoo Foundation +# Copyright 2006-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.3 2007/09/26 03:55:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.4 2008/02/27 16:55:02 yvasilev Exp $ inherit eutils libtool DESCRIPTION="The Matchbox Library." -HOMEPAGE="http://projects.o-hand.com/matchbox/" -SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${P}.tar.bz2" +HOMEPAGE="http://matchbox-project.org/" +SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -36,7 +36,7 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" elibtoolize } |