diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-08-23 23:28:14 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-08-23 23:28:14 +0000 |
commit | 429fe58dfc09d928b14b064b843bed1a4eac114c (patch) | |
tree | a565ddc73fc46c08ec233aa55b8ef519cb7a67b3 /x11-themes/gentoo-artwork | |
parent | Removed eselect-opengl from package.mask (diff) | |
download | gentoo-2-429fe58dfc09d928b14b064b843bed1a4eac114c.tar.gz gentoo-2-429fe58dfc09d928b14b064b843bed1a4eac114c.tar.bz2 gentoo-2-429fe58dfc09d928b14b064b843bed1a4eac114c.zip |
Added a fix for bug #103487.
(Portage version: 1.589-cvs)
Diffstat (limited to 'x11-themes/gentoo-artwork')
-rw-r--r-- | x11-themes/gentoo-artwork/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/gentoo-artwork/ChangeLog b/x11-themes/gentoo-artwork/ChangeLog index 4e0d48570806..34a9c7b96689 100644 --- a/x11-themes/gentoo-artwork/ChangeLog +++ b/x11-themes/gentoo-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gentoo-artwork # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.13 2005/03/04 18:29:50 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.14 2005/08/23 23:28:14 spock Exp $ + + 23 Aug 2005; Michał Januszewski <spock@gentoo.org> + gentoo-artwork-0.4.1.ebuild: + Added a fix for bug #103487. 04 Mar 2005; Michael Januszewski <spock@gentoo.org> -gentoo-artwork-0.3.ebuild, gentoo-artwork-0.4.1.ebuild, diff --git a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild index a33dc555b319..e1f600de608e 100644 --- a/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild +++ b/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild,v 1.2 2005/03/04 18:29:50 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild,v 1.3 2005/08/23 23:28:14 spock Exp $ DESCRIPTION="A collection of miscellaneous Gentoo Linux logos and artwork" SRC_URI="mirror://gentoo/gentoo-artwork-0.2.tar.bz2 @@ -40,7 +40,7 @@ src_install() { # pixmaps dodir /usr/share/pixmaps/gentoo/ cd ${S}/pixmaps - cp -a . ${D}/usr/share/pixmaps/gentoo/ + cp -pPR . ${D}/usr/share/pixmaps/gentoo/ rm ${D}/usr/share/pixmaps/gentoo/CREDITS if use kde ; then |