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

commit:     701dc0e5f898f7233e28d20a1803dac0986ebd0f
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 21:13:09 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 21:13:09 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=701dc0e5

dev-util/plog: drop old version

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

 dev-util/plog/plog-1.1.4_p20191110.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/dev-util/plog/plog-1.1.4_p20191110.ebuild b/dev-util/plog/plog-1.1.4_p20191110.ebuild
deleted file mode 100644
index 4182fda4c..000000000
--- a/dev-util/plog/plog-1.1.4_p20191110.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3
-
-DESCRIPTION="Portable, simple and extensible C++ logging library"
-HOMEPAGE="https://github.com/SergiusTheBest/plog"
-
-EGIT_REPO_URI="https://github.com/simoncblyth/plog.git"
-EGIT_COMMIT="04c2389fac6def5471d2c8ff87d16a67c9e4045d"
-KEYWORDS="~amd64"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-
-src_install() {
-	doheader -r include/${PN}
-	dodoc README.md
-}


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

commit:     1f42a0c990c24cc1a04bee487528e8e253c69be2
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 21:12:54 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 21:12:54 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f42a0c9

dev-util/plog: version bump and fix live versioning

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

 dev-util/plog/plog-1.1.5.ebuild | 23 +++++++++++++++++++++++
 dev-util/plog/plog-9999.ebuild  | 23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-util/plog/plog-1.1.5.ebuild b/dev-util/plog/plog-1.1.5.ebuild
new file mode 100644
index 000000000..9bfddba07
--- /dev/null
+++ b/dev-util/plog/plog-1.1.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Portable, simple and extensible C++ logging library"
+HOMEPAGE="https://github.com/SergiusTheBest/plog"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/SergiusTheBest/plog"
+else
+	SRC_URI="https://github.com/SergiusTheBest/plog/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MPL-2.0"
+SLOT="0"
+
+src_install() {
+	doheader -r include/plog
+	dodoc README.md
+}

diff --git a/dev-util/plog/plog-9999.ebuild b/dev-util/plog/plog-9999.ebuild
new file mode 100644
index 000000000..9bfddba07
--- /dev/null
+++ b/dev-util/plog/plog-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Portable, simple and extensible C++ logging library"
+HOMEPAGE="https://github.com/SergiusTheBest/plog"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/SergiusTheBest/plog"
+else
+	SRC_URI="https://github.com/SergiusTheBest/plog/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MPL-2.0"
+SLOT="0"
+
+src_install() {
+	doheader -r include/plog
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/plog/
@ 2019-12-01  4:37 Benda XU
  0 siblings, 0 replies; 4+ messages in thread
From: Benda XU @ 2019-12-01  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4176917c1f303a942f288b2ac77195f6468afc00
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 04:33:16 2019 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 04:35:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4176917c

dev-util/plog: initial commit 1.1.4_p20191110.

  This is included as a dependency of sci-physics/opticks.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 dev-util/plog/plog-1.1.4_p20191110.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/plog/plog-1.1.4_p20191110.ebuild b/dev-util/plog/plog-1.1.4_p20191110.ebuild
index f5339e692..4182fda4c 100644
--- a/dev-util/plog/plog-1.1.4_p20191110.ebuild
+++ b/dev-util/plog/plog-1.1.4_p20191110.ebuild
@@ -17,5 +17,5 @@ SLOT="0"
 
 src_install() {
 	doheader -r include/${PN}
-	dodoc README.md LICENSE
+	dodoc README.md
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-util/plog/
@ 2019-12-01  4:37 Benda XU
  0 siblings, 0 replies; 4+ messages in thread
From: Benda XU @ 2019-12-01  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f8c1827c2b9dccc28b15e8a54648fe994ad46da5
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 03:35:26 2019 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 04:35:25 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f8c1827c

dev-util/plog: initial commit of 1.1.4_p20191110.

  This is included as a dependency of sci-physics/opticks.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 dev-util/plog/metadata.xml                |  7 +++++++
 dev-util/plog/plog-1.1.4_p20191110.ebuild | 21 +++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-util/plog/metadata.xml b/dev-util/plog/metadata.xml
new file mode 100644
index 000000000..7203fb853
--- /dev/null
+++ b/dev-util/plog/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>heroxbd@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-util/plog/plog-1.1.4_p20191110.ebuild b/dev-util/plog/plog-1.1.4_p20191110.ebuild
new file mode 100644
index 000000000..f5339e692
--- /dev/null
+++ b/dev-util/plog/plog-1.1.4_p20191110.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Portable, simple and extensible C++ logging library"
+HOMEPAGE="https://github.com/SergiusTheBest/plog"
+
+EGIT_REPO_URI="https://github.com/simoncblyth/plog.git"
+EGIT_COMMIT="04c2389fac6def5471d2c8ff87d16a67c9e4045d"
+KEYWORDS="~amd64"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+
+src_install() {
+	doheader -r include/${PN}
+	dodoc README.md LICENSE
+}


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

end of thread, other threads:[~2020-12-30 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-30 21:13 [gentoo-commits] proj/sci:master commit in: dev-util/plog/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2020-12-30 21:13 Aisha Tammy
2019-12-01  4:37 Benda XU
2019-12-01  4:37 Benda XU

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