aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/votca-csg-manual/ChangeLog29
-rw-r--r--app-doc/votca-csg-manual/metadata.xml9
-rw-r--r--app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild36
3 files changed, 0 insertions, 74 deletions
diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
deleted file mode 100644
index 0b119d2a0..000000000
--- a/app-doc/votca-csg-manual/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-# ChangeLog for app-doc/votca-csg-manual
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 31 Dec 2012; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-manual-9999.ebuild:
- update EHG_REPO_URI
-
- 26 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-manual-9999.ebuild:
- fix deps
-
- 25 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-manual-9999.ebuild:
- sync with gx86
-
- 03 Nov 2011; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-manual-9999.ebuild:
- live ebuild update
-
- 26 Aug 2011; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-manual-9999.ebuild:
- build it after csgapps
-
-*votca-manual-9999 (19 Feb 2011)
-
- 19 Feb 2011; Christoph Junghans <ottxor@gentoo.org>
- +votca-manual-9999.ebuild, +metadata.xml:
- Initial commit
diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-manual/metadata.xml
deleted file mode 100644
index 266f600c9..000000000
--- a/app-doc/votca-csg-manual/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-chemistry</herd>
- <maintainer>
- <email>ottxor@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
-</pkgmetadata>
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
-}