summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc/books/books-0.2.ebuild')
-rw-r--r--www-misc/books/books-0.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/www-misc/books/books-0.2.ebuild b/www-misc/books/books-0.2.ebuild
deleted file mode 100644
index 6c8352c..0000000
--- a/www-misc/books/books-0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-inherit webapp
-
-DESCRIPTION="Bookz"
-HOMEPAGE="https://www.gunnarwrobel.de:444/"
-SRC_URI="ftp://localhost/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=net-www/apache-1.3"
-
-S=${WORKDIR}
-
-src_install() {
- webapp_src_preinst
-
- cp -r ${S}/* ${D}${MY_HTDOCSDIR}
-
- webapp_src_install
-}