summaryrefslogtreecommitdiff
path: root/app-doc/votca-csg-manual
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-doc/votca-csg-manual
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/votca-csg-manual')
-rw-r--r--app-doc/votca-csg-manual/Manifest2
-rw-r--r--app-doc/votca-csg-manual/metadata.xml15
-rw-r--r--app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild36
3 files changed, 0 insertions, 53 deletions
diff --git a/app-doc/votca-csg-manual/Manifest b/app-doc/votca-csg-manual/Manifest
deleted file mode 100644
index d464758fe5b2..000000000000
--- a/app-doc/votca-csg-manual/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD votca-csg-manual-9999.ebuild 752 BLAKE2B c19a97b07d7f8403cd28f0a06d719ca0c01fcc7a66cd83c55f6ed64c918f7dd28f4330e9a6aa266716226699691c8141be99815bacc6d173def54446802293a8 SHA512 9d3267ff5094bd6e678e62628be2611d1c753edd76735aac303ce53023d434fcf6e6e0ad76caa525bcb10b833032c8e5670192f763903059b0373fbb6e27dfad
-MISC metadata.xml 460 BLAKE2B 129d9e9e30b503ef1e1dab1401e8389fc60c848b5ab57c80f45656081b89ef1d6048d17e3a0b8ba41fc3e12490956dbfb50b205dfd250d63fb465b5acf725380 SHA512 e8a442f8dd487dc2006b140ce3b51c1a46baeacb240d3930f31986c7f49bfb03db6e2c8e0ff5abd3a88c427e21aef6b0addbcef6a38e9e17209ceba0e4d3aa9f
diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-manual/metadata.xml
deleted file mode 100644
index bc2ef05746ed..000000000000
--- a/app-doc/votca-csg-manual/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>junghans@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">votca/csg-manuel</remote-id>
- </upstream>
-</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 782f9dc3380c..000000000000
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils
-
-IUSE=""
-DEPEND="=sci-chemistry/csg-${PV} )"
-if [ "${PV}" != "9999" ]; then
- SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
- S="${WORKDIR}/${P#votca-}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://github.com/${PN/-//}.git"
- KEYWORDS=""
-fi
-
-DESCRIPTION="Manual for votca-csg"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND=""
-
-DEPEND="
- app-doc/doxygen[dot]
- dev-texlive/texlive-latexextra
- virtual/latex-base
- dev-tex/pgf
- >=app-text/txt2tags-2.5
- =sci-chemistry/votca-csg-${PV}"