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 | 1c0d80e8dc2ff6525d62de13d264e7adc9b66b97 (patch) | |
tree | a248e094031aa8585ab6d5b9d0bd744913a1f3ae /x11-themes/gentoo-artwork | |
parent | Removed eselect-opengl from package.mask (diff) | |
download | historical-1c0d80e8dc2ff6525d62de13d264e7adc9b66b97.tar.gz historical-1c0d80e8dc2ff6525d62de13d264e7adc9b66b97.tar.bz2 historical-1c0d80e8dc2ff6525d62de13d264e7adc9b66b97.zip |
Added a fix for bug #103487.
Package-Manager: portage-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/Manifest | 14 | ||||
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.4.1.ebuild | 4 |
3 files changed, 9 insertions, 15 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/Manifest b/x11-themes/gentoo-artwork/Manifest index 04ee80304998..89197c18d84a 100644 --- a/x11-themes/gentoo-artwork/Manifest +++ b/x11-themes/gentoo-artwork/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 29f700aadfcbbd09e291f90e1ca2dd8d gentoo-artwork-0.4.1.ebuild 1925 -MD5 dd0db002319ac7cb94f568931c22c41e ChangeLog 2176 +MD5 caf4aacdd5160c8e71a85c3b07af603c gentoo-artwork-0.4.1.ebuild 1927 +MD5 ec0afe598238d87d40f68918a0fee9f6 ChangeLog 2293 MD5 42bb15c37e072cf6216b4692514d08c9 metadata.xml 275 MD5 de1f0ea045c9198cdf5873099611aafb files/digest-gentoo-artwork-0.4.1 292 MD5 575bd06a169679bee6fc2ad12fa8e386 files/offensive_list 48 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCKKk0chej4aZK9/cRAhBdAJ9BQwDDVkvPEOLgJSM9ou3H+3ebjACePc74 -BBRG+WKlIKZV91eIBSLSI+o= -=EioK ------END PGP SIGNATURE----- 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 |