summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/quanta-docs/quanta-docs-1.0.ebuild')
-rw-r--r--app-doc/quanta-docs/quanta-docs-1.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-doc/quanta-docs/quanta-docs-1.0.ebuild b/app-doc/quanta-docs/quanta-docs-1.0.ebuild
deleted file mode 100644
index 05e5546bebc9..000000000000
--- a/app-doc/quanta-docs/quanta-docs-1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.16 2004/06/24 21:49:59 agriffis Exp $
-
-S=${WORKDIR}
-DESCRIPTION="Lots of docs for quanta"
-SRC_URI="mirror://sourceforge/quanta/quanta-css-${PV}.tar.bz2
- mirror://sourceforge/quanta/quanta-html-${PV}.tar.bz2
- mirror://sourceforge/quanta/quanta-javascript-${PV}.tar.bz2
- mirror://sourceforge/quanta/quanta-php-${PV}.tar.bz2"
-HOMEPAGE="http://quanta.sourceforge.net"
-
-SLOT="0"
-IUSE=""
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc amd64"
-
-src_install() {
- dodir /usr/share/apps/quanta/doc
- for i in css html javascript php ; do
- cd ${S}/${i}
- cp -R $i $i.docrc ${D}/usr/share/apps/quanta/doc
- done
-}