summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-08-06 15:21:27 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-08-06 15:21:27 +0000
commit0ecda65a001976cafa73c2314f567b5d7d10ce1b (patch)
treeb3f28b1d10d0c16aa4ac06f084a5be0366773f90 /app-misc/detox
parentManifest (diff)
downloadhistorical-0ecda65a001976cafa73c2314f567b5d7d10ce1b.tar.gz
historical-0ecda65a001976cafa73c2314f567b5d7d10ce1b.tar.bz2
historical-0ecda65a001976cafa73c2314f567b5d7d10ce1b.zip
Don't install .sample files into /etc
Package-Manager: portage-2.0.51.22-r2 flaming goat edition
Diffstat (limited to 'app-misc/detox')
-rw-r--r--app-misc/detox/ChangeLog5
-rw-r--r--app-misc/detox/Manifest22
-rw-r--r--app-misc/detox/detox-1.1.1-r1.ebuild3
3 files changed, 22 insertions, 8 deletions
diff --git a/app-misc/detox/ChangeLog b/app-misc/detox/ChangeLog
index 2c7193a74a2d..64d3ca3b4c68 100644
--- a/app-misc/detox/ChangeLog
+++ b/app-misc/detox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/detox
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.10 2005/07/30 15:47:47 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/ChangeLog,v 1.11 2005/08/06 15:21:27 ciaranm Exp $
+
+ 06 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org> detox-1.1.1-r1.ebuild:
+ Don't install .sample files into /etc
30 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> detox-1.1.1-r1.ebuild:
Stable on mips.
diff --git a/app-misc/detox/Manifest b/app-misc/detox/Manifest
index 22f48c611019..2f358dbc17fc 100644
--- a/app-misc/detox/Manifest
+++ b/app-misc/detox/Manifest
@@ -1,11 +1,21 @@
-MD5 66d5ada00136251bcfcf1f85b6849670 detox-1.1.0.ebuild 863
-MD5 c70ef203b471f5b4094ac3ca7c0c61a0 detox-1.1.1-r1.ebuild 836
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 b540bef138b11f4192573345545f95f8 detox-1.1.1.ebuild 779
+MD5 66d5ada00136251bcfcf1f85b6849670 detox-1.1.0.ebuild 863
+MD5 eb859fa89aa0c9772342c1b05dddc9e1 detox-1.1.1-r1.ebuild 869
MD5 59a60cdc8808a819079d812201932f0a metadata.xml 262
-MD5 7e46f31581013b63cad173e8ef33f550 ChangeLog 1599
-MD5 add7e896e354520ac846d697a60a06fc files/detox-1.1.0-destdir.patch 1041
+MD5 15e04b54efd7ac8f01aafc9facb9f5f9 ChangeLog 1715
MD5 61eb83c84fbace15d61c315160ca0e5e files/detox-1.1.0-parallel_build.patch 564
+MD5 add7e896e354520ac846d697a60a06fc files/detox-1.1.0-destdir.patch 1041
+MD5 4a6e35941158ffa59490cb244dd4327d files/digest-detox-1.1.1-r1 63
MD5 b3e822dc72f5d0721e6c570f0bf3fff8 files/detox-1.1.1-use-correct-type.diff 475
-MD5 1d0744431cb2efc1a65dd1e56b11d41c files/digest-detox-1.1.0 63
MD5 4a6e35941158ffa59490cb244dd4327d files/digest-detox-1.1.1 63
-MD5 4a6e35941158ffa59490cb244dd4327d files/digest-detox-1.1.1-r1 63
+MD5 1d0744431cb2efc1a65dd1e56b11d41c files/digest-detox-1.1.0 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC9NWBLLFUmVNQ7rkRAuzpAJsEB2WOnChbxZS0R4YCU2UB+iQB4QCfbOMO
+EtE9AW5eg8kzYP2q3WenyAE=
+=gilu
+-----END PGP SIGNATURE-----
diff --git a/app-misc/detox/detox-1.1.1-r1.ebuild b/app-misc/detox/detox-1.1.1-r1.ebuild
index 5869d70a49a3..828b0008d434 100644
--- a/app-misc/detox/detox-1.1.1-r1.ebuild
+++ b/app-misc/detox/detox-1.1.1-r1.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-misc/detox/detox-1.1.1-r1.ebuild,v 1.5 2005/07/30 15:47:47 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/detox/detox-1.1.1-r1.ebuild,v 1.6 2005/08/06 15:21:27 ciaranm Exp $
inherit eutils
@@ -32,6 +32,7 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "install failed"
+ rm -f "${D}/etc/detoxrc.sample"
dodoc README CHANGES
}