diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-09-03 19:34:58 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-09-03 19:34:58 +0000 |
commit | ddbad151c60a2ba973c68944e7fce8ea7ef17b39 (patch) | |
tree | 986b5d914f2b0a8212d89d4c8fcb915a51573079 /app-doc | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-ddbad151c60a2ba973c68944e7fce8ea7ef17b39.tar.gz gentoo-2-ddbad151c60a2ba973c68944e7fce8ea7ef17b39.tar.bz2 gentoo-2-ddbad151c60a2ba973c68944e7fce8ea7ef17b39.zip |
Removing old masked version
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/quanta-docs/files/digest-quanta-docs-1.0 | 4 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-1.0.ebuild | 24 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-doc/quanta-docs/files/digest-quanta-docs-1.0 b/app-doc/quanta-docs/files/digest-quanta-docs-1.0 deleted file mode 100644 index ef890d80e369..000000000000 --- a/app-doc/quanta-docs/files/digest-quanta-docs-1.0 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 9134a94af4c783c740cc0ad5806e4b51 quanta-css-1.0.tar.bz2 121295 -MD5 0cc3234c4b3df88d4115340ce05e0053 quanta-html-1.0.tar.bz2 93345 -MD5 eea6e25a1c25af1f5a0c33e32e52c136 quanta-javascript-1.0.tar.bz2 336563 -MD5 8ae86e900874549c3749ee5940756817 quanta-php-1.0.tar.bz2 378461 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 -} |