aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-01-29 20:10:06 -0700
committerChristoph Junghans <ottxor@gentoo.org>2013-01-29 20:10:06 -0700
commit926977d290bd24246d1059f98ed495ef556af39b (patch)
tree6f365db00e647cf07457b7cc8b111faef5972a80 /app-doc
parentclean up (diff)
downloadsci-926977d290bd24246d1059f98ed495ef556af39b.tar.gz
sci-926977d290bd24246d1059f98ed495ef556af39b.tar.bz2
sci-926977d290bd24246d1059f98ed495ef556af39b.zip
gromacs-manual: got merged in gromacs ebuild
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gromacs-manual/ChangeLog37
-rw-r--r--app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild50
-rw-r--r--app-doc/gromacs-manual/gromacs-manual-9999.ebuild50
-rw-r--r--app-doc/gromacs-manual/metadata.xml5
4 files changed, 0 insertions, 142 deletions
diff --git a/app-doc/gromacs-manual/ChangeLog b/app-doc/gromacs-manual/ChangeLog
deleted file mode 100644
index 38614bc35..000000000
--- a/app-doc/gromacs-manual/ChangeLog
+++ /dev/null
@@ -1,37 +0,0 @@
-# ChangeLog for app-doc/gromacs-manual
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 06 Dec 2012; Christoph Junghans <ottxor@gentoo.org>
- gromacs-manual-4.6.9999.ebuild, gromacs-manual-9999.ebuild:
- updated deps
-
- 30 Nov 2012; Christoph Junghans <ottxor@gentoo.org>
- gromacs-manual-4.6.9999.ebuild:
- updated deps
-
- 18 Nov 2012; Christoph Junghans <ottxor@gentoo.org>
- gromacs-manual-4.6.9999.ebuild:
- updated build and deps
-
-*gromacs-manual-4.6.9999 (04 Oct 2012)
-
- 04 Oct 2012; Christoph Junghans <ottxor@gentoo.org>
- +gromacs-manual-4.6.9999.ebuild, gromacs-manual-9999.ebuild:
- live ebuild update
-
- 25 Jun 2011; Justin Lecher <jlec@gentoo.org> gromacs-manual-9999.ebuild:
- Merged
-
- 25 Jun 2011; Justin Lecher <jlec@gentoo.org> gromacs-manual-9999.ebuild:
- Merged
-
- 25 Jun 2011; Christoph Junghans <ottxor@gentoo.org>
- gromacs-manual-9999.ebuild:
- migrate to git-2
-
-*gromacs-manual-9999 (26 Aug 2010)
-
- 26 Aug 2010; Christoph Junghans <kleiner_otti@gmx.de>
- +gromacs-manual-9999.ebuild, +metadata.xml:
- initial commit
diff --git a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
deleted file mode 100644
index 7536eca4a..000000000
--- a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_REPO_URI="git://git.gromacs.org/manual"
-if [[ ${PV} = 9999 ]]; then
- EGIT_BRANCH="master"
-else
- EGIT_BRANCH="release-4-6"
-fi
-
-inherit cmake-utils git-2
-
-DESCRIPTION="Manual for gromacs"
-HOMEPAGE="http://www.gromacs.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="
- ~sci-chemistry/gromacs-${PV}:=
- dev-texlive/texlive-latex
- media-gfx/imagemagick
- sys-apps/coreutils"
-RDEPEND=""
-
-src_prepare() {
- local progs
- progs=$(tr '\n' ' ' <${EROOT}usr/share/gromacs/programs.list) || die
- sed \
- -e "s/^\(PROGRAMS\).*/\1='${progs}'/" \
- -e "/^INSTALLED_OPTIONS_PROGRAM_NAME/s!=.*!=${EROOT}usr/bin/g_options!" \
- -i mkman || die "sed of mkman failed"
- sed \
- -e "s!\${GMXSRC}/admin/\(programs.txt\)!${EROOT}usr/share/gromacs/\1!" \
- -e "s!\${GMXSRC}/share/html!${EROOT}usr/share/doc/gromacs-${PV}/html!" \
- -e "s!\${GMXBIN}!${EROOT}usr/bin!" \
- -e '/FATAL_ERROR.*GMX\(SRC\|BIN\)/s/^/#/' \
- -i CMakeLists.txt || die "sed of CMakeLists.txt failed"
-}
-
-src_install() {
- insinto /usr/share/doc/gromacs-${PV}
- newins ${CMAKE_BUILD_DIR}/gromacs.pdf manual-${PV}.pdf
-}
diff --git a/app-doc/gromacs-manual/gromacs-manual-9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
deleted file mode 100644
index 7536eca4a..000000000
--- a/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_REPO_URI="git://git.gromacs.org/manual"
-if [[ ${PV} = 9999 ]]; then
- EGIT_BRANCH="master"
-else
- EGIT_BRANCH="release-4-6"
-fi
-
-inherit cmake-utils git-2
-
-DESCRIPTION="Manual for gromacs"
-HOMEPAGE="http://www.gromacs.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="
- ~sci-chemistry/gromacs-${PV}:=
- dev-texlive/texlive-latex
- media-gfx/imagemagick
- sys-apps/coreutils"
-RDEPEND=""
-
-src_prepare() {
- local progs
- progs=$(tr '\n' ' ' <${EROOT}usr/share/gromacs/programs.list) || die
- sed \
- -e "s/^\(PROGRAMS\).*/\1='${progs}'/" \
- -e "/^INSTALLED_OPTIONS_PROGRAM_NAME/s!=.*!=${EROOT}usr/bin/g_options!" \
- -i mkman || die "sed of mkman failed"
- sed \
- -e "s!\${GMXSRC}/admin/\(programs.txt\)!${EROOT}usr/share/gromacs/\1!" \
- -e "s!\${GMXSRC}/share/html!${EROOT}usr/share/doc/gromacs-${PV}/html!" \
- -e "s!\${GMXBIN}!${EROOT}usr/bin!" \
- -e '/FATAL_ERROR.*GMX\(SRC\|BIN\)/s/^/#/' \
- -i CMakeLists.txt || die "sed of CMakeLists.txt failed"
-}
-
-src_install() {
- insinto /usr/share/doc/gromacs-${PV}
- newins ${CMAKE_BUILD_DIR}/gromacs.pdf manual-${PV}.pdf
-}
diff --git a/app-doc/gromacs-manual/metadata.xml b/app-doc/gromacs-manual/metadata.xml
deleted file mode 100644
index e42d0af60..000000000
--- a/app-doc/gromacs-manual/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-chemistry</herd>
-</pkgmetadata>