public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2011-03-10 19:51 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2011-03-10 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     afc04339fef56ab9e0d79b574b90bb58c0f3cdea
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 19:59:41 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Thu Mar 10 19:59:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=afc04339

[app-doc/votca-csg-manual] move + update

(Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with key C2000586)

---
 app-doc/votca-csg-manual/ChangeLog                 |   10 +++++++
 app-doc/votca-csg-manual/metadata.xml              |    9 ++++++
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |   29 ++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
new file mode 100644
index 0000000..f861a2f
--- /dev/null
+++ b/app-doc/votca-csg-manual/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-doc/votca-manual
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*votca-manual-9999 (19 Feb 2011)
+
+  19 Feb 2011; Christoph Junghans <ottxor@gentoo.org>
+  +votca-manual-9999.ebuild, +metadata.xml:
+  Initial commit
+

diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-manual/metadata.xml
new file mode 100644
index 0000000..266f600
--- /dev/null
+++ b/app-doc/votca-csg-manual/metadata.xml
@@ -0,0 +1,9 @@
+<?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/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
new file mode 100644
index 0000000..5d95681
--- /dev/null
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit base mercurial
+
+EHG_REPO_URI="https://manual.votca.googlecode.com/hg"
+S="${WORKDIR}/${EHG_REPO_URI##*/}"
+
+DESCRIPTION="Manual for votca-csg"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="=sci-chemistry/${PN%-manual}-${PV}
+	virtual/latex-base
+	dev-tex/pgf"
+
+RDEPEND=""
+
+src_install() {
+	insinto /usr/share/doc/${PN%-manual}-${PV}
+	newins manual.pdf manual-${PV}.pdf || die
+}



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2011-08-26 19:13 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2011-08-26 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8d484cbfe261f55849b7bf61514740085b945a
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 19:12:53 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Fri Aug 26 19:12:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4f8d484c

[app-doc/votca-csg-manual] fixed deps

(Portage version: 2.1.10.3/git/Linux i686, signed Manifest commit with key C2000586)

---
 app-doc/votca-csg-manual/ChangeLog                 |    6 +++++-
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |    9 ++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
index f861a2f..0e1d7b7 100644
--- a/app-doc/votca-csg-manual/ChangeLog
+++ b/app-doc/votca-csg-manual/ChangeLog
@@ -1,7 +1,11 @@
-# ChangeLog for app-doc/votca-manual
+# ChangeLog for app-doc/votca-csg-manual
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2011; Christoph Junghans <ottxor@gentoo.org>
+  votca-csg-manual-9999.ebuild:
+  build it after csgapps
+
 *votca-manual-9999 (19 Feb 2011)
 
   19 Feb 2011; Christoph Junghans <ottxor@gentoo.org>

diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
index 5d95681..9f6746a 100644
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -17,7 +17,14 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE=""
 
-DEPEND="=sci-chemistry/${PN%-manual}-${PV}
+DEPEND="
+	|| (
+		(
+			=sci-chemistry/${PN%-manual}-${PV}[extras]
+			=sci-chemistry/${PN%-manual}apps-${PV}
+		)
+		=sci-chemistry/${PN%-manual}-${PV}[-extras]
+	)
 	virtual/latex-base
 	dev-tex/pgf"
 



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2011-08-28 14:18 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2011-08-28 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9af1ee90177ecdd2d396b75454979353fd020548
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 13:05:21 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Aug 28 13:05:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9af1ee90

[app-doc/votca-csg-manual] use default instead of tip

(Portage version: 2.1.10.11/git/Linux i686, signed Manifest commit with key C2000586)

---
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
index 9f6746a..945694f 100644
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -7,6 +7,7 @@ EAPI="3"
 inherit base mercurial
 
 EHG_REPO_URI="https://manual.votca.googlecode.com/hg"
+EHG_REVISION="default"
 S="${WORKDIR}/${EHG_REPO_URI##*/}"
 
 DESCRIPTION="Manual for votca-csg"



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2011-11-03 23:51 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2011-11-03 23:51 UTC (permalink / raw
  To: gentoo-commits

commit:     747b4a5191579651a743a5eda4b665eb623e8005
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 23:50:42 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Thu Nov  3 23:50:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=747b4a51

live ebuild update

(Portage version: 2.2.0_alpha72/git/Linux i686, signed Manifest commit with key C2000586)

---
 app-doc/votca-csg-manual/ChangeLog                 |    4 ++++
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
index 0e1d7b7..487cb35 100644
--- a/app-doc/votca-csg-manual/ChangeLog
+++ b/app-doc/votca-csg-manual/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Nov 2011; Christoph Junghans <ottxor@gentoo.org>
+  votca-csg-manual-9999.ebuild:
+  live ebuild update
+
   26 Aug 2011; Christoph Junghans <ottxor@gentoo.org>
   votca-csg-manual-9999.ebuild:
   build it after csgapps

diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
index 945694f..77738a4 100644
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
 
 inherit base mercurial
 
-EHG_REPO_URI="https://manual.votca.googlecode.com/hg"
+EHG_REPO_URI="https://csg-manual.votca.googlecode.com/hg"
 EHG_REVISION="default"
 S="${WORKDIR}/${EHG_REPO_URI##*/}"
 



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2012-07-25  1:25 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2012-07-25  1:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0b1ef8e9b1697d9395e66ba8e100c236778ace56
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 01:13:58 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Wed Jul 25 01:13:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0b1ef8e9

sync with gx86

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

---
 app-doc/votca-csg-manual/ChangeLog                 |    7 +++++--
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |    4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
index 487cb35..1a43ef0 100644
--- a/app-doc/votca-csg-manual/ChangeLog
+++ b/app-doc/votca-csg-manual/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for app-doc/votca-csg-manual
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
+  votca-csg-manual-9999.ebuild:
+  sync with gx86
+
   03 Nov 2011; Christoph Junghans <ottxor@gentoo.org>
   votca-csg-manual-9999.ebuild:
   live ebuild update
@@ -15,4 +19,3 @@
   19 Feb 2011; Christoph Junghans <ottxor@gentoo.org>
   +votca-manual-9999.ebuild, +metadata.xml:
   Initial commit
-

diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
index 77738a4..e0351b1 100644
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.votca.org"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2012-07-26  3:26 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2012-07-26  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f66e2691e720272b0f1abc8cd9ab1e509048a586
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 03:25:56 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Thu Jul 26 03:25:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f66e2691

fix deps

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

---
 app-doc/votca-csg-manual/ChangeLog                 |    4 ++++
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
index 1a43ef0..a549450 100644
--- a/app-doc/votca-csg-manual/ChangeLog
+++ b/app-doc/votca-csg-manual/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
+  votca-csg-manual-9999.ebuild:
+  fix deps
+
   25 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
   votca-csg-manual-9999.ebuild:
   sync with gx86

diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
index e0351b1..1ea3eed 100644
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -26,6 +26,7 @@ DEPEND="
 		)
 		=sci-chemistry/${PN%-manual}-${PV}[-extras]
 	)
+	dev-texlive/texlive-latexextra
 	virtual/latex-base
 	dev-tex/pgf"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2012-12-31  3:17 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2012-12-31  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6afdcb87a194b8830a72467d3bac828e204e31a0
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 02:18:20 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Mon Dec 31 02:18:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6afdcb87

update EHG_REPO_URI

Package-Manager: portage-2.2.0_alpha149

---
 app-doc/votca-csg-manual/ChangeLog                 |    4 ++++
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |    4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
index a549450..0b119d2 100644
--- a/app-doc/votca-csg-manual/ChangeLog
+++ b/app-doc/votca-csg-manual/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Dec 2012; Christoph Junghans <ottxor@gentoo.org>
+  votca-csg-manual-9999.ebuild:
+  update EHG_REPO_URI
+
   26 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
   votca-csg-manual-9999.ebuild:
   fix deps

diff --git a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
index 1ea3eed..dab90a8 100644
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -6,9 +6,7 @@ EAPI="3"
 
 inherit base mercurial
 
-EHG_REPO_URI="https://csg-manual.votca.googlecode.com/hg"
-EHG_REVISION="default"
-S="${WORKDIR}/${EHG_REPO_URI##*/}"
+EHG_REPO_URI="https://code.google.com/p/votca.csg-manual/"
 
 DESCRIPTION="Manual for votca-csg"
 HOMEPAGE="http://www.votca.org"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/
@ 2013-02-02  0:50 Christoph Junghans
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Junghans @ 2013-02-02  0:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f6945281b5071d3cdcdc6cfc4f2e81dfc35e7fe8
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  2 00:45:09 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Feb  2 00:45:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f6945281

app-doc/votca-csg-manual is part of sci-chemistry/votca-csg

---
 app-doc/votca-csg-manual/ChangeLog                 |   29 ----------------
 app-doc/votca-csg-manual/metadata.xml              |    9 -----
 .../votca-csg-manual/votca-csg-manual-9999.ebuild  |   36 --------------------
 3 files changed, 0 insertions(+), 74 deletions(-)

diff --git a/app-doc/votca-csg-manual/ChangeLog b/app-doc/votca-csg-manual/ChangeLog
deleted file mode 100644
index 0b119d2..0000000
--- a/app-doc/votca-csg-manual/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-# ChangeLog for app-doc/votca-csg-manual
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  31 Dec 2012; Christoph Junghans <ottxor@gentoo.org>
-  votca-csg-manual-9999.ebuild:
-  update EHG_REPO_URI
-
-  26 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
-  votca-csg-manual-9999.ebuild:
-  fix deps
-
-  25 Jul 2012; Christoph Junghans <ottxor@gentoo.org>
-  votca-csg-manual-9999.ebuild:
-  sync with gx86
-
-  03 Nov 2011; Christoph Junghans <ottxor@gentoo.org>
-  votca-csg-manual-9999.ebuild:
-  live ebuild update
-
-  26 Aug 2011; Christoph Junghans <ottxor@gentoo.org>
-  votca-csg-manual-9999.ebuild:
-  build it after csgapps
-
-*votca-manual-9999 (19 Feb 2011)
-
-  19 Feb 2011; Christoph Junghans <ottxor@gentoo.org>
-  +votca-manual-9999.ebuild, +metadata.xml:
-  Initial commit

diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-manual/metadata.xml
deleted file mode 100644
index 266f600..0000000
--- a/app-doc/votca-csg-manual/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/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 dab90a8..0000000
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit base mercurial
-
-EHG_REPO_URI="https://code.google.com/p/votca.csg-manual/"
-
-DESCRIPTION="Manual for votca-csg"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-IUSE=""
-
-DEPEND="
-	|| (
-		(
-			=sci-chemistry/${PN%-manual}-${PV}[extras]
-			=sci-chemistry/${PN%-manual}apps-${PV}
-		)
-		=sci-chemistry/${PN%-manual}-${PV}[-extras]
-	)
-	dev-texlive/texlive-latexextra
-	virtual/latex-base
-	dev-tex/pgf"
-
-RDEPEND=""
-
-src_install() {
-	insinto /usr/share/doc/${PN%-manual}-${PV}
-	newins manual.pdf manual-${PV}.pdf || die
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-02-02  0:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-28 14:18 [gentoo-commits] proj/sci:master commit in: app-doc/votca-csg-manual/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2013-02-02  0:50 Christoph Junghans
2012-12-31  3:17 Christoph Junghans
2012-07-26  3:26 Christoph Junghans
2012-07-25  1:25 Christoph Junghans
2011-11-03 23:51 Christoph Junghans
2011-08-26 19:13 Christoph Junghans
2011-03-10 19:51 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox