summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-30 11:31:38 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-30 11:31:38 +0000
commit92cd55bc37862184fcb1e59eae70927978774af4 (patch)
tree1fedf8353689b62acfecc1010ea3abe435a5181e
parentinitial commit (diff)
downloadgentoo-2-92cd55bc37862184fcb1e59eae70927978774af4.tar.gz
gentoo-2-92cd55bc37862184fcb1e59eae70927978774af4.tar.bz2
gentoo-2-92cd55bc37862184fcb1e59eae70927978774af4.zip
fix keepdir #39821
-rw-r--r--sys-apps/findutils/findutils-4.1.7-r1.ebuild4
-rw-r--r--sys-apps/findutils/findutils-4.1.7-r2.ebuild4
-rw-r--r--sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild4
-rw-r--r--sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild4
-rw-r--r--sys-devel/automake/automake-1.6.1-r6.ebuild7
-rw-r--r--sys-devel/automake/automake-1.6.3.ebuild7
-rw-r--r--sys-devel/automake/automake-1.7.2.ebuild7
-rw-r--r--sys-devel/automake/automake-1.7.5-r2.ebuild7
-rw-r--r--sys-devel/automake/automake-1.7.7.ebuild5
-rw-r--r--sys-devel/automake/automake-1.7.8.ebuild7
10 files changed, 25 insertions, 31 deletions
diff --git a/sys-apps/findutils/findutils-4.1.7-r1.ebuild b/sys-apps/findutils/findutils-4.1.7-r1.ebuild
index 1ede2eaa1f87..3fe222e1fbca 100644
--- a/sys-apps/findutils/findutils-4.1.7-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.1.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r1.ebuild,v 1.16 2003/09/07 01:34:23 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r1.ebuild,v 1.17 2004/01/30 11:27:38 vapier Exp $
IUSE="nls build"
@@ -50,6 +50,6 @@ src_install() {
rm -rf ${D}/usr/share
fi
dodir /var/spool/locate
- touch ${D}/var/spool/locate/.keep
+ keepdir /var/spool/locate
}
diff --git a/sys-apps/findutils/findutils-4.1.7-r2.ebuild b/sys-apps/findutils/findutils-4.1.7-r2.ebuild
index 27f241245fa6..738ec3ceb629 100644
--- a/sys-apps/findutils/findutils-4.1.7-r2.ebuild
+++ b/sys-apps/findutils/findutils-4.1.7-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r2.ebuild,v 1.9 2003/09/07 01:34:23 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.7-r2.ebuild,v 1.10 2004/01/30 11:27:38 vapier Exp $
IUSE="nls build afs"
@@ -60,6 +60,6 @@ src_install() {
rm -rf ${D}/usr/share
fi
dodir /var/spool/locate
- touch ${D}/var/spool/locate/.keep
+ keepdir /var/spool/locate
}
diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild
index 97236b1db45e..6b155b8fd41f 100644
--- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild
+++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild,v 1.3 2004/01/22 21:06:45 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r1.ebuild,v 1.4 2004/01/30 11:28:32 vapier Exp $
inherit eutils
@@ -47,7 +47,7 @@ src_install() {
dodoc CHANGES CONVERSION FEATURES MAIL MANIFEST README THANKS
diropts -m0755 ; dodir /etc/cron.d
- touch ${D}/etc/cron.d/.keep
+ keepdir /etc/cron.d
exeinto /etc/init.d
newexe ${FILESDIR}/vixie-cron.rc6 vixie-cron
diff --git a/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild b/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild
index fd44db87faff..a77ba5a79b6d 100644
--- a/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild
+++ b/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild,v 1.5 2004/01/29 04:42:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-3.0.1-r3.ebuild,v 1.6 2004/01/30 11:28:32 vapier Exp $
inherit eutils
@@ -56,7 +56,7 @@ src_install() {
dodoc CHANGES CONVERSION FEATURES MAIL MANIFEST README THANKS
diropts -m0755 ; dodir /etc/cron.d
- touch ${D}/etc/cron.d/.keep
+ keepdir /etc/cron.d
exeinto /etc/init.d
newexe ${FILESDIR}/vixie-cron.rc6 vixie-cron
diff --git a/sys-devel/automake/automake-1.6.1-r6.ebuild b/sys-devel/automake/automake-1.6.1-r6.ebuild
index 146cf55200d7..6dbd3e8f50c5 100644
--- a/sys-devel/automake/automake-1.6.1-r6.ebuild
+++ b/sys-devel/automake/automake-1.6.1-r6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.1-r6.ebuild,v 1.17 2003/09/06 08:10:38 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.1-r6.ebuild,v 1.18 2004/01/30 11:31:38 vapier Exp $
# OLD14 = 1.4
# OLD15 = 1.5
@@ -227,8 +227,7 @@ src_install() {
dosym automake-1.4 /usr/share/automake
# This is the default macro directory that apps use ..
- dodir /usr/share/aclocal
- touch ${D}/usr/share/aclocal/.keep
+ keepdir /usr/share/aclocal
}
pkg_preinst() {
diff --git a/sys-devel/automake/automake-1.6.3.ebuild b/sys-devel/automake/automake-1.6.3.ebuild
index 22e1e6a0c0a7..695804190c52 100644
--- a/sys-devel/automake/automake-1.6.3.ebuild
+++ b/sys-devel/automake/automake-1.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.12 2003/09/06 08:10:38 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.13 2004/01/30 11:31:38 vapier Exp $
IUSE=""
@@ -247,8 +247,7 @@ src_install() {
dosym automake-1.4 /usr/share/automake
# This is the default macro directory that apps use ..
- dodir /usr/share/aclocal
- touch ${D}/usr/share/aclocal/.keep
+ keepdir /usr/share/aclocal
}
pkg_preinst() {
diff --git a/sys-devel/automake/automake-1.7.2.ebuild b/sys-devel/automake/automake-1.7.2.ebuild
index 7d9f4bc583e9..348f883982bf 100644
--- a/sys-devel/automake/automake-1.7.2.ebuild
+++ b/sys-devel/automake/automake-1.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.2.ebuild,v 1.9 2003/09/06 08:10:38 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.2.ebuild,v 1.10 2004/01/30 11:31:38 vapier Exp $
IUSE=""
@@ -304,8 +304,7 @@ src_install() {
dosym automake-1.4 /usr/share/automake
# This is the default macro directory that apps use ..
- dodir /usr/share/aclocal
- touch ${D}/usr/share/aclocal/.keep
+ keepdir /usr/share/aclocal
}
pkg_preinst() {
diff --git a/sys-devel/automake/automake-1.7.5-r2.ebuild b/sys-devel/automake/automake-1.7.5-r2.ebuild
index 056b93b1cfbc..54d1c0ef862c 100644
--- a/sys-devel/automake/automake-1.7.5-r2.ebuild
+++ b/sys-devel/automake/automake-1.7.5-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.5-r2.ebuild,v 1.6 2003/09/17 18:58:12 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.5-r2.ebuild,v 1.7 2004/01/30 11:31:38 vapier Exp $
IUSE=""
@@ -305,8 +305,7 @@ src_install() {
dosym automake-1.4 /usr/share/automake
# This is the default macro directory that apps use ..
- dodir /usr/share/aclocal
- touch ${D}/usr/share/aclocal/.keep
+ keepdir /usr/share/aclocal
}
pkg_preinst() {
diff --git a/sys-devel/automake/automake-1.7.7.ebuild b/sys-devel/automake/automake-1.7.7.ebuild
index ee29ebda05a5..0787c3105e32 100644
--- a/sys-devel/automake/automake-1.7.7.ebuild
+++ b/sys-devel/automake/automake-1.7.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.7.ebuild,v 1.5 2004/01/17 14:41:18 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.7.ebuild,v 1.6 2004/01/30 11:31:38 vapier Exp $
IUSE=""
@@ -305,8 +305,7 @@ src_install() {
dosym automake-1.4 /usr/share/automake
# This is the default macro directory that apps use ..
- dodir /usr/share/aclocal
- touch ${D}/usr/share/aclocal/.keep
+ keepdir /usr/share/aclocal
}
pkg_preinst() {
diff --git a/sys-devel/automake/automake-1.7.8.ebuild b/sys-devel/automake/automake-1.7.8.ebuild
index ffe2ed133505..26ba93998bb6 100644
--- a/sys-devel/automake/automake-1.7.8.ebuild
+++ b/sys-devel/automake/automake-1.7.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.8.ebuild,v 1.6 2003/12/17 04:13:39 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.8.ebuild,v 1.7 2004/01/30 11:31:38 vapier Exp $
IUSE=""
@@ -305,8 +305,7 @@ src_install() {
dosym automake-1.4 /usr/share/automake
# This is the default macro directory that apps use ..
- dodir /usr/share/aclocal
- touch ${D}/usr/share/aclocal/.keep
+ keepdir /usr/share/aclocal
}
pkg_preinst() {