public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2020-12-30 20:35 Aisha Tammy
  0 siblings, 0 replies; 9+ messages in thread
From: Aisha Tammy @ 2020-12-30 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7f6e4674dcc0082f2592d4e22fa3c4b0dd26aa8b
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 20:33:20 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 20:33:20 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7f6e4674

dev-cpp/castxml: fix metadata

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-cpp/castxml/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-cpp/castxml/metadata.xml b/dev-cpp/castxml/metadata.xml
index 74249241c..3cef409d1 100644
--- a/dev-cpp/castxml/metadata.xml
+++ b/dev-cpp/castxml/metadata.xml
@@ -12,7 +12,4 @@
 		<email>sci@gentoo.org</email>
 		<name>Gentoo Science Project</name>
 	</maintainer>
-	<longdescription lang="en">
-		CastXML is a C-family abstract syntax tree XML output tool.
-	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2021-03-14  1:34 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2021-03-14  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bad99a991dd41e119987f5bb058f1a268d82dd58
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Mar 14 01:33:46 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Mar 14 01:33:46 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bad99a99

dev-cpp/castxml: version bump 0.4.3

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-cpp/castxml/castxml-0.4.3.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-cpp/castxml/castxml-0.4.3.ebuild b/dev-cpp/castxml/castxml-0.4.3.ebuild
new file mode 100644
index 000000000..6fb7ac720
--- /dev/null
+++ b/dev-cpp/castxml/castxml-0.4.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake llvm
+
+MY_PN="CastXML"
+
+DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
+HOMEPAGE="https://github.com/CastXML/CastXML"
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/CastXML/CastXML"
+else
+	SRC_URI="https://github.com/CastXML/CastXML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="${RDEPEND}"
+RDEPEND="
+	dev-libs/glib:2
+	dev-libs/libxml2
+	sys-devel/llvm:=
+	sys-devel/clang:=
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.3.6-install-paths.patch )


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2021-03-14  1:32 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2021-03-14  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e899f6722aa898502d23e0a18550f049bf32c136
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Mar 14 01:32:28 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Mar 14 01:32:28 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e899f672

dev-cpp/castxml: fixed broken source dir specification

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-cpp/castxml/castxml-0.3.6.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/castxml/castxml-0.3.6.ebuild b/dev-cpp/castxml/castxml-0.3.6.ebuild
index dbf7fff49..6fb7ac720 100644
--- a/dev-cpp/castxml/castxml-0.3.6.ebuild
+++ b/dev-cpp/castxml/castxml-0.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,4 +30,6 @@ RDEPEND="
 	sys-devel/clang:=
 "
 
+S="${WORKDIR}/${MY_PN}-${PV}"
+
 PATCHES=( "${FILESDIR}"/${PN}-0.3.6-install-paths.patch )


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2020-12-30 20:35 Aisha Tammy
  0 siblings, 0 replies; 9+ messages in thread
From: Aisha Tammy @ 2020-12-30 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7120318cf31a2bc24a6780f0bbf43041b3521e03
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 20:32:23 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 20:32:23 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7120318c

dev-cpp/castxml: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-cpp/castxml/castxml-0.2.0.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-cpp/castxml/castxml-0.2.0.ebuild b/dev-cpp/castxml/castxml-0.2.0.ebuild
deleted file mode 100644
index cf81e7209..000000000
--- a/dev-cpp/castxml/castxml-0.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils llvm
-
-MY_PN="CastXML"
-
-DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
-HOMEPAGE="https://github.com/CastXML/CastXML"
-SRC_URI="https://github.com/CastXML/CastXML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${RDEPEND}"
-RDEPEND="
-		dev-libs/glib:2
-		dev-libs/libxml2
-		sys-devel/llvm:=
-		sys-devel/clang:=
-		"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_test() {
-	cd "${BUILD_DIR}" || die
-	ctest -j 20
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2020-12-30 20:35 Aisha Tammy
  0 siblings, 0 replies; 9+ messages in thread
From: Aisha Tammy @ 2020-12-30 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3c6c66621a84b3f7948dd5691d842405f1fcac54
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 20:32:38 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 20:32:38 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3c6c6662

dev-cpp/castxml: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-cpp/castxml/castxml-0.0.0_pre9.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
deleted file mode 100644
index d2133c2a5..000000000
--- a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils git-r3 llvm
-
-MY_PN="CastXML"
-
-DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
-HOMEPAGE="https://github.com/CastXML/CastXML"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/gerddie/CastXML"
-EGIT_COMMIT="6b3d3f985f4607430d0e7ecd835ee80b29f3ae96"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${RDEPEND}"
-RDEPEND="
-		dev-libs/glib:2
-		dev-libs/libxml2
-		sys-devel/llvm:=
-		sys-devel/clang:=
-		"
-
-src_test() {
-	cd "${BUILD_DIR}" || die
-	ctest -j 20
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2019-04-20  5:32 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2019-04-20  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1479fefbd0bfef1a5154474d0e5acf6239bf8579
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat Apr 20 05:31:55 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Apr 20 05:31:55 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1479fefb

dev-cpp/castxml: version bump 0.2.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 dev-cpp/castxml/castxml-0.2.0.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-cpp/castxml/castxml-0.2.0.ebuild b/dev-cpp/castxml/castxml-0.2.0.ebuild
new file mode 100644
index 000000000..cf81e7209
--- /dev/null
+++ b/dev-cpp/castxml/castxml-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils llvm
+
+MY_PN="CastXML"
+
+DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
+HOMEPAGE="https://github.com/CastXML/CastXML"
+SRC_URI="https://github.com/CastXML/CastXML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${RDEPEND}"
+RDEPEND="
+		dev-libs/glib:2
+		dev-libs/libxml2
+		sys-devel/llvm:=
+		sys-devel/clang:=
+		"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_test() {
+	cd "${BUILD_DIR}" || die
+	ctest -j 20
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2019-04-01  0:30 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2019-04-01  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     87257f16d593552742bfe80be3eb0b3eba391707
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Apr  1 00:29:34 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Apr  1 00:29:34 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=87257f16

dev-cpp/castxml: no keywords for live packagew

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 dev-cpp/castxml/castxml-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/castxml/castxml-9999.ebuild b/dev-cpp/castxml/castxml-9999.ebuild
index a6046f2a6..47c25a07f 100644
--- a/dev-cpp/castxml/castxml-9999.ebuild
+++ b/dev-cpp/castxml/castxml-9999.ebuild
@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/gerddie/CastXML"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 
 DEPEND="${RDEPEND}"
 RDEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2019-04-01  0:27 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2019-04-01  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     270ef898ea12e14ab878feacc587ba4bed3cc6f7
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Apr  1 00:26:37 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Apr  1 00:26:37 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=270ef898

dev-cpp/castxml: corrected EGIT REPO

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 dev-cpp/castxml/castxml-0.0.0_pre9.ebuild | 1 +
 dev-cpp/castxml/castxml-9999.ebuild       | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
index a6046f2a6..d2133c2a5 100644
--- a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
+++ b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
@@ -11,6 +11,7 @@ DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
 HOMEPAGE="https://github.com/CastXML/CastXML"
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/gerddie/CastXML"
+EGIT_COMMIT="6b3d3f985f4607430d0e7ecd835ee80b29f3ae96"
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/dev-cpp/castxml/castxml-9999.ebuild b/dev-cpp/castxml/castxml-9999.ebuild
index d2133c2a5..a6046f2a6 100644
--- a/dev-cpp/castxml/castxml-9999.ebuild
+++ b/dev-cpp/castxml/castxml-9999.ebuild
@@ -11,7 +11,6 @@ DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
 HOMEPAGE="https://github.com/CastXML/CastXML"
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/gerddie/CastXML"
-EGIT_COMMIT="6b3d3f985f4607430d0e7ecd835ee80b29f3ae96"
 
 LICENSE="Apache-2.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
@ 2019-03-31 21:13 Horea Christian
  0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2019-03-31 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ec3ef7df4bed9a0a64fdf6c61aeb7e2c543a6d63
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Mar 31 21:13:12 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Mar 31 21:13:12 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec3ef7df

dev-cpp/castxml: new package

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 dev-cpp/castxml/castxml-0.0.0_pre9.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-cpp/castxml/castxml-9999.ebuild       | 31 +++++++++++++++++++++++++++++++
 dev-cpp/castxml/metadata.xml              | 18 ++++++++++++++++++
 3 files changed, 79 insertions(+)

diff --git a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
new file mode 100644
index 000000000..a6046f2a6
--- /dev/null
+++ b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils git-r3 llvm
+
+MY_PN="CastXML"
+
+DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
+HOMEPAGE="https://github.com/CastXML/CastXML"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/gerddie/CastXML"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${RDEPEND}"
+RDEPEND="
+		dev-libs/glib:2
+		dev-libs/libxml2
+		sys-devel/llvm:=
+		sys-devel/clang:=
+		"
+
+src_test() {
+	cd "${BUILD_DIR}" || die
+	ctest -j 20
+}

diff --git a/dev-cpp/castxml/castxml-9999.ebuild b/dev-cpp/castxml/castxml-9999.ebuild
new file mode 100644
index 000000000..d2133c2a5
--- /dev/null
+++ b/dev-cpp/castxml/castxml-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils git-r3 llvm
+
+MY_PN="CastXML"
+
+DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
+HOMEPAGE="https://github.com/CastXML/CastXML"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/gerddie/CastXML"
+EGIT_COMMIT="6b3d3f985f4607430d0e7ecd835ee80b29f3ae96"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${RDEPEND}"
+RDEPEND="
+		dev-libs/glib:2
+		dev-libs/libxml2
+		sys-devel/llvm:=
+		sys-devel/clang:=
+		"
+
+src_test() {
+	cd "${BUILD_DIR}" || die
+	ctest -j 20
+}

diff --git a/dev-cpp/castxml/metadata.xml b/dev-cpp/castxml/metadata.xml
new file mode 100644
index 000000000..8e1a56707
--- /dev/null
+++ b/dev-cpp/castxml/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gw.fossdev@gmail.com</email>
+	</maintainer>
+	<maintainer type="person">
+		<email>horea.christ@gmail.com</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		CastXML is a C-family abstract syntax tree XML output tool.
+	</longdescription>
+</pkgmetadata>


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

end of thread, other threads:[~2021-03-14  1:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-30 20:35 [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2021-03-14  1:34 Horea Christian
2021-03-14  1:32 Horea Christian
2020-12-30 20:35 Aisha Tammy
2020-12-30 20:35 Aisha Tammy
2019-04-20  5:32 Horea Christian
2019-04-01  0:30 Horea Christian
2019-04-01  0:27 Horea Christian
2019-03-31 21:13 Horea Christian

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