diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-28 01:37:38 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-05-28 01:37:38 +0000 |
commit | 8c60213cfe64c412c91975a7c4fffba6828b5f34 (patch) | |
tree | e03eb36b1fce193a0fa47a2c2df2d12480bb1dc7 /x11-themes | |
parent | Manually specify module to download from, so we can simplify the eclass. (diff) | |
download | gentoo-2-8c60213cfe64c412c91975a7c4fffba6828b5f34.tar.gz gentoo-2-8c60213cfe64c412c91975a7c4fffba6828b5f34.tar.bz2 gentoo-2-8c60213cfe64c412c91975a7c4fffba6828b5f34.zip |
Manually specify module to download from, so we can simplify the eclass.
(Portage version: 2.1.5.2)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index abba935151a4..0dadae23c988 100644 --- a/x11-themes/xcursor-themes/ChangeLog +++ b/x11-themes/xcursor-themes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/xcursor-themes -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.23 2006/09/10 18:25:23 the_paya Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.24 2008/05/28 01:37:38 dberkholz Exp $ + + 28 May 2008; Donnie Berkholz <dberkholz@gentoo.org>; + xcursor-themes-1.0.1.ebuild: + Manually specify module to download from, so we can simplify the eclass. 10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> xcursor-themes-1.0.1.ebuild: diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild index ac23419d874d..28aec9f444e5 100644 --- a/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild +++ b/x11-themes/xcursor-themes/xcursor-themes-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-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild,v 1.12 2006/09/10 18:25:23 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.1.ebuild,v 1.13 2008/05/28 01:37:38 dberkholz Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" +MODULE="data" inherit x-modular DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" |