diff options
author | 2010-10-18 12:04:10 +0000 | |
---|---|---|
committer | 2010-10-18 12:04:10 +0000 | |
commit | 7b406f9cf9d15c85c759785ca6f84b58e5deabb7 (patch) | |
tree | 15d27394e083647d26788bec81c1fb3cb0837901 /app-doc/quanta-docs/quanta-docs-20051201.ebuild | |
parent | Treeclean. We preffer xf86-video-ati where all development is done. No bug. (diff) | |
download | historical-7b406f9cf9d15c85c759785ca6f84b58e5deabb7.tar.gz historical-7b406f9cf9d15c85c759785ca6f84b58e5deabb7.tar.bz2 historical-7b406f9cf9d15c85c759785ca6f84b58e5deabb7.zip |
Moved to kde-sunset overlay, because the matching quanta is there too.
Diffstat (limited to 'app-doc/quanta-docs/quanta-docs-20051201.ebuild')
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-20051201.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-doc/quanta-docs/quanta-docs-20051201.ebuild b/app-doc/quanta-docs/quanta-docs-20051201.ebuild deleted file mode 100644 index e1e6bb42e60e..000000000000 --- a/app-doc/quanta-docs/quanta-docs-20051201.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20051201.ebuild,v 1.11 2009/10/25 23:31:12 abcd Exp $ - -DESCRIPTION="Language documentation files for Quanta." -HOMEPAGE="http://quanta.kdewebdev.org/" -SRC_URI="mirror://gentoo/quanta-css-${PV}.tar.bz2 - mirror://gentoo/quanta-html-${PV}.tar.bz2 - mirror://gentoo/quanta-javascript-${PV}.tar.bz2 - mirror://gentoo/quanta-php-${PV}.tar.bz2 - mysql? ( mirror://gentoo/quanta-mysql5-${PV}.tar.bz2 )" -# These files resemble the unversioned ones at -# http://sourceforge.net/project/showfiles.php?group_id=4113 - -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="mysql" - -S=${WORKDIR} - -src_install() { - dodir /usr/share/apps/quanta/doc - - local docdirs="css html javascript php" - use mysql && docdirs="${docdirs} mysql5" - - for i in ${docdirs}; do - cd "${S}/${i}" - cp -R "$i" "$i.docrc" "${D}/usr/share/apps/quanta/doc" - done -} |