diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-28 01:36:30 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-28 01:36:30 +0000 |
commit | b1bba45f3626fccc68da2c304acd09680e1e98f0 (patch) | |
tree | 878be010e4e07fcbbbe2605f763423a92a05887e /x11-misc | |
parent | Update mips-sources to 2.6.24.7. Tested on IP32 and IP30, but IP22, IP27, an... (diff) | |
download | historical-b1bba45f3626fccc68da2c304acd09680e1e98f0.tar.gz historical-b1bba45f3626fccc68da2c304acd09680e1e98f0.tar.bz2 historical-b1bba45f3626fccc68da2c304acd09680e1e98f0.zip |
Manually specify module to download from, so we can simplify the eclass.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbitmaps/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xbitmaps/xbitmaps-1.0.1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/xkbdata/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xkbdata/xkbdata-1.0.1.ebuild | 5 |
4 files changed, 17 insertions, 8 deletions
diff --git a/x11-misc/xbitmaps/ChangeLog b/x11-misc/xbitmaps/ChangeLog index 6315f296ee91..581754e7fdfc 100644 --- a/x11-misc/xbitmaps/ChangeLog +++ b/x11-misc/xbitmaps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xbitmaps -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/ChangeLog,v 1.23 2006/07/19 09:38:22 gmsoft Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/ChangeLog,v 1.24 2008/05/28 01:35:18 dberkholz Exp $ + + 28 May 2008; Donnie Berkholz <dberkholz@gentoo.org>; + xbitmaps-1.0.1.ebuild: + Manually specify module to download from, so we can simplify the eclass. 19 Jul 2006; Guy Martin <gmsoft@gentoo.org> xbitmaps-1.0.1.ebuild: Stable on hppa. diff --git a/x11-misc/xbitmaps/xbitmaps-1.0.1.ebuild b/x11-misc/xbitmaps/xbitmaps-1.0.1.ebuild index b5f719d494c0..4d543aa7cf60 100644 --- a/x11-misc/xbitmaps/xbitmaps-1.0.1.ebuild +++ b/x11-misc/xbitmaps/xbitmaps-1.0.1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/xbitmaps-1.0.1.ebuild,v 1.13 2006/09/10 08:46:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbitmaps/xbitmaps-1.0.1.ebuild,v 1.14 2008/05/28 01:35:18 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" +MODULE="data" inherit x-modular DESCRIPTION="X.Org bitmaps data" diff --git a/x11-misc/xkbdata/ChangeLog b/x11-misc/xkbdata/ChangeLog index ab27edf0f35e..7bb03f7a5729 100644 --- a/x11-misc/xkbdata/ChangeLog +++ b/x11-misc/xkbdata/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkbdata -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.23 2006/07/21 16:19:10 gmsoft Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.24 2008/05/28 01:36:30 dberkholz Exp $ + + 28 May 2008; Donnie Berkholz <dberkholz@gentoo.org>; xkbdata-1.0.1.ebuild: + Manually specify module to download from, so we can simplify the eclass. 21 Jul 2006; Guy Martin <gmsoft@gentoo.org> xkbdata-1.0.1.ebuild: Stable on hppa. diff --git a/x11-misc/xkbdata/xkbdata-1.0.1.ebuild b/x11-misc/xkbdata/xkbdata-1.0.1.ebuild index bc8f00b28a60..4ce72faa9206 100644 --- a/x11-misc/xkbdata/xkbdata-1.0.1.ebuild +++ b/x11-misc/xkbdata/xkbdata-1.0.1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/xkbdata-1.0.1.ebuild,v 1.11 2006/09/10 08:46:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/xkbdata-1.0.1.ebuild,v 1.12 2008/05/28 01:36:30 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" +MODULE="data" inherit x-modular multilib DESCRIPTION="X.Org xkbdata data" |