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 | f0189372c209f47f3fe48dc90f6b80b497849563 (patch) | |
tree | 6c130abcec03e6c87ae627bcb571a94e448ac133 /app-doc/quanta-docs | |
parent | Removing a bunch more packages that I've taken out of portage (diff) | |
download | historical-f0189372c209f47f3fe48dc90f6b80b497849563.tar.gz historical-f0189372c209f47f3fe48dc90f6b80b497849563.tar.bz2 historical-f0189372c209f47f3fe48dc90f6b80b497849563.zip |
Removing old masked version
Diffstat (limited to 'app-doc/quanta-docs')
-rw-r--r-- | app-doc/quanta-docs/Manifest | 4 | ||||
-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 |
3 files changed, 1 insertions, 31 deletions
diff --git a/app-doc/quanta-docs/Manifest b/app-doc/quanta-docs/Manifest index 56fda23a7e99..baa335ca4ad9 100644 --- a/app-doc/quanta-docs/Manifest +++ b/app-doc/quanta-docs/Manifest @@ -1,6 +1,4 @@ +MD5 8af4e2e3f6bfe0fbb1b197f084622517 quanta-docs-20030405.ebuild 876 MD5 796f4ef2699636f175c15d0c7f5ad221 ChangeLog 1019 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 -MD5 3d60d3f305485e742e9d186114989a2c quanta-docs-1.0.ebuild 782 -MD5 8af4e2e3f6bfe0fbb1b197f084622517 quanta-docs-20030405.ebuild 876 -MD5 d4965e5268a9b64880bb4856b3e1fd8a files/digest-quanta-docs-1.0 275 MD5 9ecae47968f19157b0cb7ec923d55e4a files/digest-quanta-docs-20030405 384 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 -} |