diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-03 11:52:49 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-03 11:52:49 +0000 |
commit | 85b608c72e74a7cf42019e63b17f97662475a0ea (patch) | |
tree | a4e262885dcca7f897751888194293fe8bfa0866 /app-text/tuxcards | |
parent | 0.5.0 stable on x86 and amd64. Do not install generic COPYING document. Remov... (diff) | |
download | historical-85b608c72e74a7cf42019e63b17f97662475a0ea.tar.gz historical-85b608c72e74a7cf42019e63b17f97662475a0ea.tar.bz2 historical-85b608c72e74a7cf42019e63b17f97662475a0ea.zip |
Do not install generic COPYING and INSTALL files.
Package-Manager: portage-2.0.53_rc1
Diffstat (limited to 'app-text/tuxcards')
-rw-r--r-- | app-text/tuxcards/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/tuxcards/Manifest | 14 | ||||
-rw-r--r-- | app-text/tuxcards/tuxcards-1.2.ebuild | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/app-text/tuxcards/ChangeLog b/app-text/tuxcards/ChangeLog index 9c5ffcbabeea..2d07357c34fe 100644 --- a/app-text/tuxcards/ChangeLog +++ b/app-text/tuxcards/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/tuxcards # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.13 2005/09/01 13:56:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.14 2005/10/03 11:52:49 ticho Exp $ + + 03 Oct 2005; Andrej Kacian <ticho@gentoo.org> tuxcards-1.2.ebuild: + Do not install generic COPYING and INSTALL files. 01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> tuxcards-1.2.ebuild: Stable on sparc diff --git a/app-text/tuxcards/Manifest b/app-text/tuxcards/Manifest index 96e00970ac38..c2273d533a17 100644 --- a/app-text/tuxcards/Manifest +++ b/app-text/tuxcards/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 0e2294e91dcf6ffe94669aff85a80d19 tuxcards-1.2.ebuild 1051 -MD5 7b3d47d3fed41cf881f26a1326f8642a ChangeLog 1856 -MD5 7dbb92cd2f9678d8a28634c532431cf4 metadata.xml 254 +MD5 c745d95df501b4d19668a9fbdf2b0374 ChangeLog 1975 MD5 210b415d2d1cd19da5aecd13de112a99 files/digest-tuxcards-1.2 64 +MD5 7dbb92cd2f9678d8a28634c532431cf4 metadata.xml 254 +MD5 2971d564bcf8062128dfa3dd433975ae tuxcards-1.2.ebuild 1032 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDFwifKRy60XGEcJIRAvdwAJ0TYdK2An6/NKAXF4z3+6mLhiZQJQCfWJRy -T7HQUVYUAUwR31GWJDkGxaE= -=Q7hY +iD8DBQFDQRupQlM6RnzZP+IRAvTFAJ9SbXlXAUT/L4qD2XiHD0SN5aMaxgCeOdX4 +2KU8sZ4qtMZphXJLo68cZQg= +=a1p8 -----END PGP SIGNATURE----- diff --git a/app-text/tuxcards/tuxcards-1.2.ebuild b/app-text/tuxcards/tuxcards-1.2.ebuild index 5b2ee5d1280e..035fa323ac53 100644 --- a/app-text/tuxcards/tuxcards-1.2.ebuild +++ b/app-text/tuxcards/tuxcards-1.2.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/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.12 2005/09/01 13:56:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.13 2005/10/03 11:52:49 ticho Exp $ inherit kde-functions @@ -36,5 +36,5 @@ src_compile() { src_install() { make INSTALL_ROOT=${D} install || die - dodoc AUTHORS COPYING INSTALL README + dodoc AUTHORS README } |