public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <kleiner_otti@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: app-doc/gromacs-manual/
Date: Thu,  4 Oct 2012 14:39:25 +0000 (UTC)	[thread overview]
Message-ID: <1349360970.6bb45ca97b5bf1b6f258f73c59986c13966843b5.kleiner_otti@gentoo> (raw)

commit:     6bb45ca97b5bf1b6f258f73c59986c13966843b5
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 14:29:30 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Thu Oct  4 14:29:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6bb45ca9

live ebuild update

(Portage version: 2.2.0_alpha135/git/Linux i686, unsigned Manifest commit)

---
 app-doc/gromacs-manual/ChangeLog                   |    9 +++++++--
 ...-9999.ebuild => gromacs-manual-4.6.9999.ebuild} |   17 +++++++++++------
 app-doc/gromacs-manual/gromacs-manual-9999.ebuild  |   17 +++++++++++------
 3 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/app-doc/gromacs-manual/ChangeLog b/app-doc/gromacs-manual/ChangeLog
index b9f148f..338a2e3 100644
--- a/app-doc/gromacs-manual/ChangeLog
+++ b/app-doc/gromacs-manual/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for app-doc/gromacs-manual
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*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
 
@@ -17,4 +23,3 @@
   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-9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
similarity index 75%
copy from app-doc/gromacs-manual/gromacs-manual-9999.ebuild
copy to app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
index c9f9883..43597e9 100644
--- a/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
+++ b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
@@ -1,11 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
 
 EGIT_REPO_URI="git://git.gromacs.org/manual"
-EGIT_BRANCH="master"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_BRANCH="master"
+else
+	EGIT_BRANCH="release-4-6"
+fi
 
 inherit cmake-utils git-2
 
@@ -21,15 +25,16 @@ IUSE=""
 DEPEND="
 	~sci-chemistry/gromacs-${PV}
 	dev-texlive/texlive-latex
-	sys-apps/coreutils
-	app-shells/tcsh"
+	sys-apps/coreutils"
 RDEPEND=""
 
 src_prepare() {
 	local progs
 	progs=$(tr '\n' ' ' <${EROOT}usr/share/gromacs/programs.list) || die
-	sed -i "s/^\(PROGRAMS\).*/\1='${progs}'/" mkman || die
-	sed -i "s@^\(INSTALLED.*=\).*@\1${EROOT}usr/bin/g_options@" mkoptions || 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!" \

diff --git a/app-doc/gromacs-manual/gromacs-manual-9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
index c9f9883..43597e9 100644
--- a/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
+++ b/app-doc/gromacs-manual/gromacs-manual-9999.ebuild
@@ -1,11 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
 
 EGIT_REPO_URI="git://git.gromacs.org/manual"
-EGIT_BRANCH="master"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_BRANCH="master"
+else
+	EGIT_BRANCH="release-4-6"
+fi
 
 inherit cmake-utils git-2
 
@@ -21,15 +25,16 @@ IUSE=""
 DEPEND="
 	~sci-chemistry/gromacs-${PV}
 	dev-texlive/texlive-latex
-	sys-apps/coreutils
-	app-shells/tcsh"
+	sys-apps/coreutils"
 RDEPEND=""
 
 src_prepare() {
 	local progs
 	progs=$(tr '\n' ' ' <${EROOT}usr/share/gromacs/programs.list) || die
-	sed -i "s/^\(PROGRAMS\).*/\1='${progs}'/" mkman || die
-	sed -i "s@^\(INSTALLED.*=\).*@\1${EROOT}usr/bin/g_options@" mkoptions || 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!" \


             reply	other threads:[~2012-10-04 14:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-04 14:39 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-30  3:29 [gentoo-commits] proj/sci:master commit in: app-doc/gromacs-manual/ Christoph Junghans
2012-12-06  2:28 Christoph Junghans
2012-11-30  3:09 Christoph Junghans
2012-11-19  0:48 Christoph Junghans
2011-06-25 17:22 Justin Lecher
2011-06-25 12:58 Christoph Junghans
2011-04-10 20:36 Christoph Junghans
2011-03-10 20:16 Christoph Junghans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1349360970.6bb45ca97b5bf1b6f258f73c59986c13966843b5.kleiner_otti@gentoo \
    --to=kleiner_otti@gmx.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox