* [gentoo-commits] repo/gentoo:master commit in: app-doc/votca-csg-manual/
@ 2017-09-03 14:55 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2017-09-03 14:55 UTC (permalink / raw
To: gentoo-commits
commit: ee25acf25bcaeb2b63820523c827ceded4ff3a35
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 14:08:47 2017 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 14:54:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee25acf2
app-doc/votca-csg-manual: initial commit
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-doc/votca-csg-manual/metadata.xml | 15 +++++++++
.../votca-csg-manual/votca-csg-manual-9999.ebuild | 36 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-manual/metadata.xml
new file mode 100644
index 00000000000..bc2ef05746e
--- /dev/null
+++ b/app-doc/votca-csg-manual/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>junghans@gentoo.org</email>
+ <name>Christoph Junghans</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-chemistry@gentoo.org</email>
+ <name>Gentoo Chemistry Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">votca/csg-manuel</remote-id>
+ </upstream>
+</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 00000000000..782f9dc3380
--- /dev/null
+++ b/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils
+
+IUSE=""
+DEPEND="=sci-chemistry/csg-${PV} )"
+if [ "${PV}" != "9999" ]; then
+ SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+ S="${WORKDIR}/${P#votca-}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/${PN/-//}.git"
+ KEYWORDS=""
+fi
+
+DESCRIPTION="Manual for votca-csg"
+HOMEPAGE="http://www.votca.org"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND=""
+
+DEPEND="
+ app-doc/doxygen[dot]
+ dev-texlive/texlive-latexextra
+ virtual/latex-base
+ dev-tex/pgf
+ >=app-text/txt2tags-2.5
+ =sci-chemistry/votca-csg-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/votca-csg-manual/
@ 2018-09-28 12:37 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2018-09-28 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 000fbc0cfbe5e9e44812efa545c4dbd4a1e14382
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 12:20:18 2018 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 12:37:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000fbc0c
app-doc/votca-csg-manual: fix deps
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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 782f9dc3380..9b3bfa13a44 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-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -33,4 +33,4 @@ DEPEND="
virtual/latex-base
dev-tex/pgf
>=app-text/txt2tags-2.5
- =sci-chemistry/votca-csg-${PV}"
+ ~sci-chemistry/votca-csg-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/votca-csg-manual/
@ 2020-11-02 9:54 Joonas Niilola
0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-11-02 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 3560b87c4a5eb86e872a4a2bc6ace1d0181e0524
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 2 07:22:44 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 2 09:54:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3560b87c
app-doc/votca-csg-manual: fix typo in upstream-id
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-doc/votca-csg-manual/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-manual/metadata.xml
index bc2ef05746e..71690409f62 100644
--- a/app-doc/votca-csg-manual/metadata.xml
+++ b/app-doc/votca-csg-manual/metadata.xml
@@ -10,6 +10,6 @@
<name>Gentoo Chemistry Project</name>
</maintainer>
<upstream>
- <remote-id type="github">votca/csg-manuel</remote-id>
+ <remote-id type="github">votca/csg-manual</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/votca-csg-manual/
@ 2021-01-06 12:59 Fabian Groffen
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen @ 2021-01-06 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 5d7223fe6acfd5d99b328e10399e36399271ce6a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 12:59:34 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 12:59:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7223fe
app-doc/votca-csg-manual: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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 9b3bfa13a44..2775809a3e0 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-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ IUSE=""
DEPEND="=sci-chemistry/csg-${PV} )"
if [ "${PV}" != "9999" ]; then
SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux"
S="${WORKDIR}/${P#votca-}"
else
inherit git-r3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/votca-csg-manual/
@ 2021-01-13 1:20 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2021-01-13 1:20 UTC (permalink / raw
To: gentoo-commits
commit: 5253ee2bec0a7e94f881cf64a0475ead858135c6
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 00:49:41 2021 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 01:20:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5253ee2b
app-doc/votca-csg-manual: was merged into sci-chemistry/votca-csg
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
app-doc/votca-csg-manual/metadata.xml | 15 ---------
.../votca-csg-manual/votca-csg-manual-9999.ebuild | 36 ----------------------
2 files changed, 51 deletions(-)
diff --git a/app-doc/votca-csg-manual/metadata.xml b/app-doc/votca-csg-manual/metadata.xml
deleted file mode 100644
index 71690409f62..00000000000
--- a/app-doc/votca-csg-manual/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>junghans@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">votca/csg-manual</remote-id>
- </upstream>
-</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 2775809a3e0..00000000000
--- a/app-doc/votca-csg-manual/votca-csg-manual-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils
-
-IUSE=""
-DEPEND="=sci-chemistry/csg-${PV} )"
-if [ "${PV}" != "9999" ]; then
- SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux"
- S="${WORKDIR}/${P#votca-}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://github.com/${PN/-//}.git"
- KEYWORDS=""
-fi
-
-DESCRIPTION="Manual for votca-csg"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND=""
-
-DEPEND="
- app-doc/doxygen[dot]
- dev-texlive/texlive-latexextra
- virtual/latex-base
- dev-tex/pgf
- >=app-text/txt2tags-2.5
- ~sci-chemistry/votca-csg-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-01-13 1:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-03 14:55 [gentoo-commits] repo/gentoo:master commit in: app-doc/votca-csg-manual/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2018-09-28 12:37 Christoph Junghans
2020-11-02 9:54 Joonas Niilola
2021-01-06 12:59 Fabian Groffen
2021-01-13 1:20 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox