public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tut/
@ 2016-12-07 22:07 Christoph Junghans
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans @ 2016-12-07 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     387774b1afa312bde6cd02f74f864c1a662ecc99
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 22:06:59 2016 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 22:07:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387774b1

dev-libs/tut: initial commit

Package-Manager: portage-2.3.0

 dev-libs/tut/Manifest              |  1 +
 dev-libs/tut/metadata.xml          | 12 ++++++++++++
 dev-libs/tut/tut-2013.12.18.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-libs/tut/Manifest b/dev-libs/tut/Manifest
new file mode 100644
index 00000000..4422f6d
--- /dev/null
+++ b/dev-libs/tut/Manifest
@@ -0,0 +1 @@
+DIST tut-2013.12.18.tar.gz 248575 SHA256 750c06fa4f681c9ca3b504f7916925e7620db4237675a4769814f8426c021fc8 SHA512 daf232df8d27a5600209ee44dc72f83b9574b68c14cf9566aa826091767e2fc3c00a9e03e83386f46d7f2030bb6d6af5db6af326424a4c0bc41063e227ab8004 WHIRLPOOL 8487b0c35b9ae5c1b181930f687ec5be822b501e3eacbe120b7b0b08c1ae3bf1e5dd102b86806ea4d3fb4479bd8619aab23b4025777e9adc3c445aae0cbdab97

diff --git a/dev-libs/tut/metadata.xml b/dev-libs/tut/metadata.xml
new file mode 100644
index 00000000..903883b
--- /dev/null
+++ b/dev-libs/tut/metadata.xml
@@ -0,0 +1,12 @@
+<?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@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-libs/tut/tut-2013.12.18.ebuild b/dev-libs/tut/tut-2013.12.18.ebuild
new file mode 100644
index 00000000..ed1fff2
--- /dev/null
+++ b/dev-libs/tut/tut-2013.12.18.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+)'
+NO_WAF_LIBDIR=yes
+
+inherit python-any-r1 waf-utils
+
+DESCRIPTION="C++ Template Unit Test Framework"
+HOMEPAGE="http://mrzechonek.github.io/tut-framework/"
+SRC_URI="https://github.com/mrzechonek/tut-framework/archive/${PV//./-}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=${PYTHON_DEPS}
+RDEPEND=""
+
+S="${WORKDIR}/tut-framework-${PV//./-}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tut/
@ 2016-12-08 12:12 Christoph Junghans
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans @ 2016-12-08 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     191f6aa956e45a99ed909daca244e8a47fca12d1
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 12:12:23 2016 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 12:12:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191f6aa9

dev-libs/tut: fix license (bug #601950)

Package-Manager: portage-2.3.0

 dev-libs/tut/tut-2013.12.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tut/tut-2013.12.18.ebuild b/dev-libs/tut/tut-2013.12.18.ebuild
index ed1fff2..7d91ff1 100644
--- a/dev-libs/tut/tut-2013.12.18.ebuild
+++ b/dev-libs/tut/tut-2013.12.18.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="C++ Template Unit Test Framework"
 HOMEPAGE="http://mrzechonek.github.io/tut-framework/"
 SRC_URI="https://github.com/mrzechonek/tut-framework/archive/${PV//./-}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="BSD"
+LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tut/
@ 2016-12-19 15:30 Christoph Junghans
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans @ 2016-12-19 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     41495990470d31ffd46fe3b181521e91403924a3
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 15:29:08 2016 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 15:29:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41495990

dev-libs/tut: version bump

Thanks to @mrzechonek, ref mrzechonek/tut-framework#9

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-libs/tut/Manifest              |  1 +
 dev-libs/tut/tut-2016.12.19.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-libs/tut/Manifest b/dev-libs/tut/Manifest
index 4422f6d..88f8af5 100644
--- a/dev-libs/tut/Manifest
+++ b/dev-libs/tut/Manifest
@@ -1 +1,2 @@
 DIST tut-2013.12.18.tar.gz 248575 SHA256 750c06fa4f681c9ca3b504f7916925e7620db4237675a4769814f8426c021fc8 SHA512 daf232df8d27a5600209ee44dc72f83b9574b68c14cf9566aa826091767e2fc3c00a9e03e83386f46d7f2030bb6d6af5db6af326424a4c0bc41063e227ab8004 WHIRLPOOL 8487b0c35b9ae5c1b181930f687ec5be822b501e3eacbe120b7b0b08c1ae3bf1e5dd102b86806ea4d3fb4479bd8619aab23b4025777e9adc3c445aae0cbdab97
+DIST tut-2016.12.19.tar.gz 261753 SHA256 eff44452fa23bf58f4ff933ce47a10c597bd8a38640f88b1733d411640bca4c3 SHA512 296846dcaf9ed357232f69ce21927eea6a79173b66c5f16d41d7cbdb4dd5a18cc8b15217af56ef7a0a5fca0e55d148431bd872d4b815c239d21e5e4dfb4f312d WHIRLPOOL ab2e3e5a3534c48fd420cae2dc6955a729f8cb18e5cbc7080fb0e7576ce628fb129a15805b0d49a49082cf18212774cb896cdeed87c966cef7c7763bd9e37202

diff --git a/dev-libs/tut/tut-2016.12.19.ebuild b/dev-libs/tut/tut-2016.12.19.ebuild
new file mode 100644
index 00000000..7d91ff1
--- /dev/null
+++ b/dev-libs/tut/tut-2016.12.19.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+)'
+NO_WAF_LIBDIR=yes
+
+inherit python-any-r1 waf-utils
+
+DESCRIPTION="C++ Template Unit Test Framework"
+HOMEPAGE="http://mrzechonek.github.io/tut-framework/"
+SRC_URI="https://github.com/mrzechonek/tut-framework/archive/${PV//./-}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=${PYTHON_DEPS}
+RDEPEND=""
+
+S="${WORKDIR}/tut-framework-${PV//./-}"


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

end of thread, other threads:[~2016-12-19 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 12:12 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tut/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2016-12-19 15:30 Christoph Junghans
2016-12-07 22:07 Christoph Junghans

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