diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-25 23:31:12 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-25 23:31:12 +0000 |
commit | c8dec4a9dcc6385ed8bc66dd3af3958b48131de2 (patch) | |
tree | f2efa36b6956f2f78f13e1d5c6ac4755c7cfdaa9 /app-doc/quanta-docs | |
parent | Remove old revision (diff) | |
download | gentoo-2-c8dec4a9dcc6385ed8bc66dd3af3958b48131de2.tar.gz gentoo-2-c8dec4a9dcc6385ed8bc66dd3af3958b48131de2.tar.bz2 gentoo-2-c8dec4a9dcc6385ed8bc66dd3af3958b48131de2.zip |
drop old versions, fix QA warning
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-doc/quanta-docs')
-rw-r--r-- | app-doc/quanta-docs/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-20030405.ebuild | 27 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-20041123.ebuild | 37 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-20051201.ebuild | 6 |
4 files changed, 10 insertions, 69 deletions
diff --git a/app-doc/quanta-docs/ChangeLog b/app-doc/quanta-docs/ChangeLog index 34a4ebfb721d..f71660b45b86 100644 --- a/app-doc/quanta-docs/ChangeLog +++ b/app-doc/quanta-docs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-doc/quanta-docs -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.35 2007/05/13 06:37:17 kumba Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.36 2009/10/25 23:31:12 abcd Exp $ + + 25 Oct 2009; Jonathan Callen <abcd@gentoo.org> + -quanta-docs-20030405.ebuild, -quanta-docs-20041123.ebuild, + quanta-docs-20051201.ebuild: + drop old versions, fix QA warning 13 May 2007; Joshua Kinard <kumba@gentoo.org> quanta-docs-20051201.ebuild: Stable on mips, per #134761. diff --git a/app-doc/quanta-docs/quanta-docs-20030405.ebuild b/app-doc/quanta-docs/quanta-docs-20030405.ebuild deleted file mode 100644 index 4c6f38b08820..000000000000 --- a/app-doc/quanta-docs/quanta-docs-20030405.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20030405.ebuild,v 1.13 2005/07/02 02:59:44 hardave Exp $ - -DESCRIPTION="Lots of docs for quanta" -HOMEPAGE="http://quanta.sourceforge.net" -SRC_URI="mirror://sourceforge/quanta/css.tar.bz2 - mirror://sourceforge/quanta/html.tar.bz2 - mirror://sourceforge/quanta/javascript.tar.bz2 - mirror://sourceforge/quanta/php.tar.bz2 - mirror://sourceforge/quanta/php_manual_en_20030401.tar.bz2 - mysql? ( mirror://sourceforge/quanta/quantadoc-mysql-20030405.tar.bz2 )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="mysql" - -S=${WORKDIR} - -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 -} diff --git a/app-doc/quanta-docs/quanta-docs-20041123.ebuild b/app-doc/quanta-docs/quanta-docs-20041123.ebuild deleted file mode 100644 index cef04b3db7c8..000000000000 --- a/app-doc/quanta-docs/quanta-docs-20041123.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20041123.ebuild,v 1.9 2005/09/27 12:43:58 metalgod Exp $ - -DESCRIPTION="Language documentation files for quanta." -HOMEPAGE="http://quanta.kdewebdev.org/" -SRC_URI="mirror://gentoo/${PN}-css-${PV}.tar.bz2 - mirror://gentoo/${PN}-html-${PV}.tar.bz2 - mirror://gentoo/${PN}-javascript-${PV}.tar.bz2 - mirror://gentoo/${PN}-php-${PV}.tar.bz2 - mysql? ( mirror://gentoo/${PN}-mysql-${PV}.tar.bz2 )" -# These files are snapshots based respectively on: -# mirror://sourceforge/quanta/css.tar.bz2 -# mirror://sourceforge/quanta/html.tar.bz2 -# mirror://sourceforge/quanta/javascript.tar.bz2 -# mirror://sourceforge/quanta/php_manual_en_20030401.tar.bz2 -# mirror://sourceforge/quanta/mysql-20030405.tar.bz2 - -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="mysql" - -S=${WORKDIR} - -src_install() { - dodir /usr/share/apps/quanta/doc - - local docdirs="css html javascript php" - use mysql && docdirs="${docdirs} mysql" - - for i in ${docdirs}; do - cd "${S}/${i}" - cp -R "$i" "$i.docrc" "${D}/usr/share/apps/quanta/doc" - done -} diff --git a/app-doc/quanta-docs/quanta-docs-20051201.ebuild b/app-doc/quanta-docs/quanta-docs-20051201.ebuild index 9a9d2e1ac1c4..e1e6bb42e60e 100644 --- a/app-doc/quanta-docs/quanta-docs-20051201.ebuild +++ b/app-doc/quanta-docs/quanta-docs-20051201.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.10 2007/05/13 06:37:17 kumba Exp $ +# $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/" @@ -27,7 +27,7 @@ src_install() { use mysql && docdirs="${docdirs} mysql5" for i in ${docdirs}; do - cd ${S}/${i} + cd "${S}/${i}" cp -R "$i" "$i.docrc" "${D}/usr/share/apps/quanta/doc" done } |