aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild')
-rw-r--r--app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
deleted file mode 100644
index dab90a882..000000000
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit base mercurial
-
-EHG_REPO_URI="https://code.google.com/p/votca.csg-manual/"
-
-DESCRIPTION="Manual for votca-csg"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-IUSE=""
-
-DEPEND="
- || (
- (
- =sci-chemistry/${PN%-manual}-${PV}[extras]
- =sci-chemistry/${PN%-manual}apps-${PV}
- )
- =sci-chemistry/${PN%-manual}-${PV}[-extras]
- )
- dev-texlive/texlive-latexextra
- virtual/latex-base
- dev-tex/pgf"
-
-RDEPEND=""
-
-src_install() {
- insinto /usr/share/doc/${PN%-manual}-${PV}
- newins manual.pdf manual-${PV}.pdf || die
-}