summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-07-28 05:32:21 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-07-28 05:32:21 +0000
commit9df59f883567dcac42c25ec524711a813a37e2f4 (patch)
treefa4c694f9130f5e7b6320627fa2c17d0850306b5 /app-misc
parentCorrect postinstall info (diff)
downloadoverlay-9df59f883567dcac42c25ec524711a813a37e2f4.tar.gz
overlay-9df59f883567dcac42c25ec524711a813a37e2f4.tar.bz2
overlay-9df59f883567dcac42c25ec524711a813a37e2f4.zip
Ebuild repository cleanup
svn path=/; revision=182
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/nalfs/Manifest2
-rw-r--r--app-misc/nalfs/files/digest-nalfs-1.2.41
-rw-r--r--app-misc/nalfs/nalfs-1.2.4.ebuild29
3 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/nalfs/Manifest b/app-misc/nalfs/Manifest
deleted file mode 100644
index 560bfe9..0000000
--- a/app-misc/nalfs/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 af55b82b3f4edbc5809f68e434a72d36 nalfs-1.2.4.ebuild 574
-MD5 9d5dcf5180c96ffe4775794dd2235a3a files/digest-nalfs-1.2.4 64
diff --git a/app-misc/nalfs/files/digest-nalfs-1.2.4 b/app-misc/nalfs/files/digest-nalfs-1.2.4
deleted file mode 100644
index b63bd93..0000000
--- a/app-misc/nalfs/files/digest-nalfs-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1e7bb2216cbddec8c97fc0a440216bf1 nALFS-1.2.4.tar.bz2 416396
diff --git a/app-misc/nalfs/nalfs-1.2.4.ebuild b/app-misc/nalfs/nalfs-1.2.4.ebuild
deleted file mode 100644
index f8ea2de..0000000
--- a/app-misc/nalfs/nalfs-1.2.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-DESCRIPTION="An implementation for the execution of Automated Linux From Scratch (ALFS) profiles"
-HOMEPAGE="http://www.linuxfromscratch.org/alfs/"
-SRC_URI="http://www.linuxfromscratch.org/alfs/downloads/stable/nALFS-${PV}.tar.bz2"
-
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- net-misc/curl"
-RDEPEND=""
-
-
-S=${WORKDIR}/nALFS-${PV}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
-}