summaryrefslogtreecommitdiff
path: root/trunk/src/old-scripts/Makefile
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-05 17:39:24 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-05 17:39:24 +0000
commitc819d146be6bce86d97019494173253e71b85d2f (patch)
tree200d00c2b9a420540ff9c4e0d8b3080b762fb562 /trunk/src/old-scripts/Makefile
parent61823fe68081c6f8edf24455bbb34123598c5bb4 (diff)
downloadgentoolkit-c819d146be6bce86d97019494173253e71b85d2f.tar.gz
Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery
svn path=/trunk/gentoolkit/; revision=589
Diffstat (limited to 'trunk/src/old-scripts/Makefile')
-rw-r--r--trunk/src/old-scripts/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/trunk/src/old-scripts/Makefile b/trunk/src/old-scripts/Makefile
deleted file mode 100644
index 8f61cb5..0000000
--- a/trunk/src/old-scripts/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2004 Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright 2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-#
-# $Header$
-
-include ../../makedefs.mak
-
-all:
- echo "BOTOLPHS Huge benign tumors which archdeacons and old chemistry teachers affect to wear on the sides of their noses."
-
-dist:
- mkdir -p ../../$(distdir)/src/old-scripts/
- cp Makefile ../../$(distdir)/src/old-scripts/
- cp dep-clean dep-clean.1 ../../$(distdir)/src/old-scripts/
- cp pkg-clean pkg-clean.1 ../../$(distdir)/src/old-scripts/
- cp ewhich ewhich.1 ../../$(distdir)/src/old-scripts/
- cp mkebuild mkebuild.1 ../../$(distdir)/src/old-scripts/
- cp pkg-size pkg-size.1 ../../$(distdir)/src/old-scripts/
-
-install:
- install -m 0755 dep-clean $(bindir)/
- install -m 0755 pkg-clean $(sbindir)/
- install -m 0755 ewhich $(bindir)/
- install -m 0755 mkebuild $(sbindir)/
- install -m 0755 pkg-size $(bindir)/
-
- install -m 0644 dep-clean.1 $(mandir)/
- install -m 0644 pkg-clean.1 $(mandir)/
- install -m 0644 ewhich.1 $(mandir)/
- install -m 0644 mkebuild.1 $(mandir)/
- install -m 0644 pkg-size.1 $(mandir)/