public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/odb/
@ 2022-09-28 21:09 Andrii Pravorskyi
  0 siblings, 0 replies; 3+ messages in thread
From: Andrii Pravorskyi @ 2022-09-28 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     afe2fd9312c2cc78392eeb7e7623bb0a11160a8d
Author:     Andrii Pravorskyi <pravorskyi <AT> meta <DOT> ua>
AuthorDate: Wed Sep 28 21:08:26 2022 +0000
Commit:     Andrii Pravorskyi <pravorskyi <AT> meta <DOT> ua>
CommitDate: Wed Sep 28 21:08:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afe2fd93

dev-util/odb: new package, add 2.5.0_beta21_p1

Signed-off-by: Andrii Pravorskyi <pravorskyi <AT> meta.ua>

 dev-util/odb/Manifest                   |  1 +
 dev-util/odb/odb-2.5.0_beta21_p1.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-util/odb/Manifest b/dev-util/odb/Manifest
new file mode 100644
index 000000000..5ff705eff
--- /dev/null
+++ b/dev-util/odb/Manifest
@@ -0,0 +1 @@
+DIST odb-2.5.0-b.21+1.tar.gz 714030 BLAKE2B a2930cff43cb56e7ab42adddbeb5fc11d32f662cb9cda3d2e3199092de9f73b1bb0691da3aa7b010230d93ea56dce437c3d507a4cb311a25b4596f564f2ea8d6 SHA512 9d4d132d7c32e30e2be05da7210f19c45bcb214b592dd5bda45c6b1488044e56f61c16de65451646d0b1acffe65ba8b50c791fe0982887952e95ce97814bbef8

diff --git a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
new file mode 100644
index 000000000..90a95eb7e
--- /dev/null
+++ b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)+$(ver_cut 7)"
+
+inherit build2
+
+SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
+KEYWORDS='~amd64 ~x86'
+DESCRIPTION='ODB compiler and the ODB system documentation'
+HOMEPAGE='https://www.codesynthesis.com/products/odb/'
+LICENSE='GPL-3'
+
+SLOT='0'
+IUSE='test'
+RESTRICT='!test? ( test )'
+
+RDEPEND='=dev-cpp/libcutl-1.11.0*'
+
+BDEPEND="
+	=dev-cpp/libstudxml-1.1.0*
+	${RDEPEND}
+"
+
+S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/odb/
@ 2023-05-12  9:32 Matt Jolly
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Jolly @ 2023-05-12  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f8605674724116a194b7e1beca54027d2cb225d4
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri May 12 08:35:39 2023 +0000
Commit:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
CommitDate: Fri May 12 09:19:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8605674

dev-util/odb: use double quotes

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>

 dev-util/odb/odb-2.5.0_beta21_p1.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
index 90a95eb7e..a6e125bcf 100644
--- a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
+++ b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
@@ -8,16 +8,16 @@ MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)+$(ver_cut 7)"
 inherit build2
 
 SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
-KEYWORDS='~amd64 ~x86'
-DESCRIPTION='ODB compiler and the ODB system documentation'
-HOMEPAGE='https://www.codesynthesis.com/products/odb/'
-LICENSE='GPL-3'
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="ODB compiler and the ODB system documentation"
+HOMEPAGE="https://www.codesynthesis.com/products/odb/"
+LICENSE="GPL-3"
 
-SLOT='0'
-IUSE='test'
-RESTRICT='!test? ( test )'
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
-RDEPEND='=dev-cpp/libcutl-1.11.0*'
+RDEPEND="=dev-cpp/libcutl-1.11.0*"
 
 BDEPEND="
 	=dev-cpp/libstudxml-1.1.0*


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/odb/
@ 2024-05-04  9:02 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-05-04  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b818f36f738411ae61b40db4938327de89b62898
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri May  3 21:42:10 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat May  4 08:59:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b818f36f

dev-util/odb: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-util/odb/Manifest                   |  1 -
 dev-util/odb/odb-2.5.0_beta21_p1.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-util/odb/Manifest b/dev-util/odb/Manifest
deleted file mode 100644
index 5ff705effd..0000000000
--- a/dev-util/odb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST odb-2.5.0-b.21+1.tar.gz 714030 BLAKE2B a2930cff43cb56e7ab42adddbeb5fc11d32f662cb9cda3d2e3199092de9f73b1bb0691da3aa7b010230d93ea56dce437c3d507a4cb311a25b4596f564f2ea8d6 SHA512 9d4d132d7c32e30e2be05da7210f19c45bcb214b592dd5bda45c6b1488044e56f61c16de65451646d0b1acffe65ba8b50c791fe0982887952e95ce97814bbef8

diff --git a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
deleted file mode 100644
index a6e125bcf6..0000000000
--- a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)+$(ver_cut 7)"
-
-inherit build2
-
-SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="ODB compiler and the ODB system documentation"
-HOMEPAGE="https://www.codesynthesis.com/products/odb/"
-LICENSE="GPL-3"
-
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="=dev-cpp/libcutl-1.11.0*"
-
-BDEPEND="
-	=dev-cpp/libstudxml-1.1.0*
-	${RDEPEND}
-"
-
-S="${WORKDIR}/${MY_P}"


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

end of thread, other threads:[~2024-05-04  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12  9:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/odb/ Matt Jolly
  -- strict thread matches above, loose matches on Subject: below --
2024-05-04  9:02 Anna Vyalkova
2022-09-28 21:09 Andrii Pravorskyi

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