aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-02-01 17:45:37 -0700
committerChristoph Junghans <ottxor@gentoo.org>2013-02-01 17:45:37 -0700
commitc430eb31cf15294463936bb8991af6863aa2375e (patch)
tree11af3135e466778702d40425c3e7b74abca2d072
parentapp-doc/votca-csg-manual is part of sci-chemistry/votca-csg (diff)
downloadsci-c430eb31cf15294463936bb8991af6863aa2375e.tar.gz
sci-c430eb31cf15294463936bb8991af6863aa2375e.tar.bz2
sci-c430eb31cf15294463936bb8991af6863aa2375e.zip
sci-chemistry/votca-csg-tutorials is part of sci-chemistry/votca-csg
-rw-r--r--sci-chemistry/votca-csg-tutorials/ChangeLog21
-rw-r--r--sci-chemistry/votca-csg-tutorials/metadata.xml9
-rw-r--r--sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild27
3 files changed, 0 insertions, 57 deletions
diff --git a/sci-chemistry/votca-csg-tutorials/ChangeLog b/sci-chemistry/votca-csg-tutorials/ChangeLog
deleted file mode 100644
index bea55ca4b..000000000
--- a/sci-chemistry/votca-csg-tutorials/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for sci-chemistry/votca-csg-tutorials
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 31 Dec 2012; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-tutorials-9999.ebuild:
- update EHG_REPO_URI
-
- 25 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-tutorials-9999.ebuild:
- sync with gx86
-
- 03 Nov 2011; Christoph Junghans <ottxor@gentoo.org>
- votca-csg-tutorials-9999.ebuild:
- Live ebuild update
-
-*votca-csg-tutorials-9999 (17 Jul 2011)
-
- 17 Jul 2011; Christoph Junghans <ottxor@gentoo.org>
- +votca-csg-tutorials-9999.ebuild, +metadata.xml:
- Initial commit
diff --git a/sci-chemistry/votca-csg-tutorials/metadata.xml b/sci-chemistry/votca-csg-tutorials/metadata.xml
deleted file mode 100644
index 266f600c9..000000000
--- a/sci-chemistry/votca-csg-tutorials/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/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild b/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild
deleted file mode 100644
index 073eafd3a..000000000
--- a/sci-chemistry/votca-csg-tutorials/votca-csg-tutorials-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit mercurial
-
-EHG_REPO_URI="https://code.google.com/p/votca.csg-tutorials"
-
-DESCRIPTION="Tutorials for votca-csg"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-IUSE=""
-
-RDEPEND="=sci-chemistry/${PN%-tutorials}-${PV}"
-
-DEPEND=""
-
-src_install() {
- insinto /usr/share/doc/${PN%-tutorials}-${PV}/tutorials
- docompress -x /usr/share/doc/${PN%-tutorials}-${PV}/tutorials
- doins -r *
-}