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 | d13fb997285f976039d18a9668f5d06876826901 (patch) | |
tree | c9eea21dca9077d76c3b0515c6bc1126e5fd0638 /x11-misc | |
parent | Manually specify module to download from, so we can simplify the eclass. (diff) | |
download | gentoo-2-d13fb997285f976039d18a9668f5d06876826901.tar.gz gentoo-2-d13fb997285f976039d18a9668f5d06876826901.tar.bz2 gentoo-2-d13fb997285f976039d18a9668f5d06876826901.zip |
Manually specify module to download from, so we can simplify the eclass.
(Portage version: 2.1.5.2)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkbdata/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xkbdata/xkbdata-1.0.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
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" |