Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-doc/gromacs-manual/
Date: Wed, 30 Jan 2013 03:29:22
Message-Id: 1359515406.926977d290bd24246d1059f98ed495ef556af39b.ottxor@gentoo
1 commit: 926977d290bd24246d1059f98ed495ef556af39b
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 03:10:06 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 03:10:06 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=926977d2
7
8 gromacs-manual: got merged in gromacs ebuild
9
10 ---
11 app-doc/gromacs-manual/ChangeLog | 37 --------------
12 .../gromacs-manual/gromacs-manual-4.6.9999.ebuild | 50 --------------------
13 app-doc/gromacs-manual/gromacs-manual-9999.ebuild | 50 --------------------
14 app-doc/gromacs-manual/metadata.xml | 5 --
15 4 files changed, 0 insertions(+), 142 deletions(-)
16
17 diff --git a/app-doc/gromacs-manual/ChangeLog b/app-doc/gromacs-manual/ChangeLog
18 deleted file mode 100644
19 index 38614bc..0000000
20 --- a/app-doc/gromacs-manual/ChangeLog
21 +++ /dev/null
22 @@ -1,37 +0,0 @@
23 -# ChangeLog for app-doc/gromacs-manual
24 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: $
26 -
27 - 06 Dec 2012; Christoph Junghans <ottxor@g.o>
28 - gromacs-manual-4.6.9999.ebuild, gromacs-manual-9999.ebuild:
29 - updated deps
30 -
31 - 30 Nov 2012; Christoph Junghans <ottxor@g.o>
32 - gromacs-manual-4.6.9999.ebuild:
33 - updated deps
34 -
35 - 18 Nov 2012; Christoph Junghans <ottxor@g.o>
36 - gromacs-manual-4.6.9999.ebuild:
37 - updated build and deps
38 -
39 -*gromacs-manual-4.6.9999 (04 Oct 2012)
40 -
41 - 04 Oct 2012; Christoph Junghans <ottxor@g.o>
42 - +gromacs-manual-4.6.9999.ebuild, gromacs-manual-9999.ebuild:
43 - live ebuild update
44 -
45 - 25 Jun 2011; Justin Lecher <jlec@g.o> gromacs-manual-9999.ebuild:
46 - Merged
47 -
48 - 25 Jun 2011; Justin Lecher <jlec@g.o> gromacs-manual-9999.ebuild:
49 - Merged
50 -
51 - 25 Jun 2011; Christoph Junghans <ottxor@g.o>
52 - gromacs-manual-9999.ebuild:
53 - migrate to git-2
54 -
55 -*gromacs-manual-9999 (26 Aug 2010)
56 -
57 - 26 Aug 2010; Christoph Junghans <kleiner_otti@×××.de>
58 - +gromacs-manual-9999.ebuild, +metadata.xml:
59 - initial commit
60
61 diff --git a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
62 deleted file mode 100644
63 index 7536eca..0000000
64 --- a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
65 +++ /dev/null
66 @@ -1,50 +0,0 @@
67 -# Copyright 1999-2012 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Header: $
70 -
71 -EAPI=5
72 -
73 -EGIT_REPO_URI="git://git.gromacs.org/manual"
74 -if [[ ${PV} = 9999 ]]; then
75 - EGIT_BRANCH="master"
76 -else
77 - EGIT_BRANCH="release-4-6"
78 -fi
79 -
80 -inherit cmake-utils git-2
81 -
82 -DESCRIPTION="Manual for gromacs"
83 -HOMEPAGE="http://www.gromacs.org/"
84 -SRC_URI=""
85 -
86 -LICENSE="GPL-2"
87 -SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
89 -IUSE=""
90 -
91 -DEPEND="
92 - ~sci-chemistry/gromacs-${PV}:=
93 - dev-texlive/texlive-latex
94 - media-gfx/imagemagick
95 - sys-apps/coreutils"
96 -RDEPEND=""
97 -
98 -src_prepare() {
99 - local progs
100 - progs=$(tr '\n' ' ' <${EROOT}usr/share/gromacs/programs.list) || die
101 - sed \
102 - -e "s/^\(PROGRAMS\).*/\1='${progs}'/" \
103 - -e "/^INSTALLED_OPTIONS_PROGRAM_NAME/s!=.*!=${EROOT}usr/bin/g_options!" \
104 - -i mkman || die "sed of mkman failed"
105 - sed \
106 - -e "s!\${GMXSRC}/admin/\(programs.txt\)!${EROOT}usr/share/gromacs/\1!" \
107 - -e "s!\${GMXSRC}/share/html!${EROOT}usr/share/doc/gromacs-${PV}/html!" \
108 - -e "s!\${GMXBIN}!${EROOT}usr/bin!" \
109 - -e '/FATAL_ERROR.*GMX\(SRC\|BIN\)/s/^/#/' \
110 - -i CMakeLists.txt || die "sed of CMakeLists.txt failed"
111 -}
112 -
113 -src_install() {
114 - insinto /usr/share/doc/gromacs-${PV}
115 - newins ${CMAKE_BUILD_DIR}/gromacs.pdf manual-${PV}.pdf
116 -}
117
118 diff --git a/app-doc/gromacs-manual/gromacs-manual-9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
119 deleted file mode 100644
120 index 7536eca..0000000
121 --- a/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
122 +++ /dev/null
123 @@ -1,50 +0,0 @@
124 -# Copyright 1999-2012 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -# $Header: $
127 -
128 -EAPI=5
129 -
130 -EGIT_REPO_URI="git://git.gromacs.org/manual"
131 -if [[ ${PV} = 9999 ]]; then
132 - EGIT_BRANCH="master"
133 -else
134 - EGIT_BRANCH="release-4-6"
135 -fi
136 -
137 -inherit cmake-utils git-2
138 -
139 -DESCRIPTION="Manual for gromacs"
140 -HOMEPAGE="http://www.gromacs.org/"
141 -SRC_URI=""
142 -
143 -LICENSE="GPL-2"
144 -SLOT="0"
145 -KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
146 -IUSE=""
147 -
148 -DEPEND="
149 - ~sci-chemistry/gromacs-${PV}:=
150 - dev-texlive/texlive-latex
151 - media-gfx/imagemagick
152 - sys-apps/coreutils"
153 -RDEPEND=""
154 -
155 -src_prepare() {
156 - local progs
157 - progs=$(tr '\n' ' ' <${EROOT}usr/share/gromacs/programs.list) || die
158 - sed \
159 - -e "s/^\(PROGRAMS\).*/\1='${progs}'/" \
160 - -e "/^INSTALLED_OPTIONS_PROGRAM_NAME/s!=.*!=${EROOT}usr/bin/g_options!" \
161 - -i mkman || die "sed of mkman failed"
162 - sed \
163 - -e "s!\${GMXSRC}/admin/\(programs.txt\)!${EROOT}usr/share/gromacs/\1!" \
164 - -e "s!\${GMXSRC}/share/html!${EROOT}usr/share/doc/gromacs-${PV}/html!" \
165 - -e "s!\${GMXBIN}!${EROOT}usr/bin!" \
166 - -e '/FATAL_ERROR.*GMX\(SRC\|BIN\)/s/^/#/' \
167 - -i CMakeLists.txt || die "sed of CMakeLists.txt failed"
168 -}
169 -
170 -src_install() {
171 - insinto /usr/share/doc/gromacs-${PV}
172 - newins ${CMAKE_BUILD_DIR}/gromacs.pdf manual-${PV}.pdf
173 -}
174
175 diff --git a/app-doc/gromacs-manual/metadata.xml b/app-doc/gromacs-manual/metadata.xml
176 deleted file mode 100644
177 index e42d0af..0000000
178 --- a/app-doc/gromacs-manual/metadata.xml
179 +++ /dev/null
180 @@ -1,5 +0,0 @@
181 -<?xml version="1.0" encoding="UTF-8"?>
182 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
183 -<pkgmetadata>
184 - <herd>sci-chemistry</herd>
185 -</pkgmetadata>