public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/
Date: Thu, 23 Sep 2021 14:19:39 +0000 (UTC)	[thread overview]
Message-ID: <1632406669.1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd.cybertailor@gentoo> (raw)

commit:     1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Sep 23 14:10:47 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Sep 23 14:17:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1edb9f16

dev-vcs/got: add 0.60

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

 dev-vcs/got/Manifest        |  1 +
 dev-vcs/got/got-0.60.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 dev-vcs/got/metadata.xml    | 44 ++++++++++++++++++++++----------------------
 3 files changed, 63 insertions(+), 22 deletions(-)

diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest
index 3b345ce17..a16d3ea71 100644
--- a/dev-vcs/got/Manifest
+++ b/dev-vcs/got/Manifest
@@ -1 +1,2 @@
 DIST got-0_p20210217.tar.gz 517647 BLAKE2B 4b4f5436c5804aa60038d737de883eb69ce4d4f0f705f7d310722222da38b917d577a09fb37b2317c1a34b1a0aa2b0fe00cf07dcbb350a901fe50dbb31ca6ede SHA512 fb3c60b5d1036d735e775e362c7349720bfeae62c1e8b830417b5edd57c86546a97113f6b10b742b1b3b6146d0a7e41906042c1008551b4d15e2bd0331c7ab2f
+DIST got-portable-0.60.tar.gz 664189 BLAKE2B 2ea2c7680de2fde60d4c862ebb836c9809b686396d8ed9c250b14c5d874f393a30f97281fa601fd1e4a7a19c66d8c71f478fda7fea21f11017dbc2bea593900b SHA512 9139c4187914d3ac93880a1b242e14a4d93e3982251dd6eb346911e76f51cc7f0041b45af712633a1099b727580870572c8f590432e7f51abe3c682cba47b524

diff --git a/dev-vcs/got/got-0.60.ebuild b/dev-vcs/got/got-0.60.ebuild
new file mode 100644
index 000000000..d030d868f
--- /dev/null
+++ b/dev-vcs/got/got-0.60.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN="${PN}-portable"
+DESCRIPTION="Portable version of the Game of Trees version control system"
+HOMEPAGE="https://gameoftrees.org"
+SRC_URI="https://gameoftrees.org/releases/portable/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-libs/openssl:=
+	sys-libs/ncurses:=[unicode(+)]
+	sys-libs/zlib:=
+	elibc_Darwin? ( sys-libs/native-uuid )
+	elibc_SunOS? ( sys-libs/libuuid )
+	!elibc_Darwin? ( dev-libs/libbsd )
+	!elibc_Darwin? ( !elibc_SunOS? (
+		app-crypt/libmd
+		sys-apps/util-linux
+	) )
+"
+BDEPEND="
+	virtual/pkgconfig
+	virtual/yacc
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG CHANGES README TODO )
+
+src_compile() {
+	emake AR=$(tc-getAR) GOT_RELEASE=Yes
+}

diff --git a/dev-vcs/got/metadata.xml b/dev-vcs/got/metadata.xml
index 58f7b6133..cc7f2d574 100644
--- a/dev-vcs/got/metadata.xml
+++ b/dev-vcs/got/metadata.xml
@@ -1,26 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>cyber+gentoo@sysrq.in</email>
-		<name>Anna</name>
-	</maintainer>
-	<longdescription>
-		Game of Trees (Got) is a version control system which prioritizes
-		ease of use and simplicity over flexibility.
+<maintainer type="person">
+	<email>cyber+gentoo@sysrq.in</email>
+	<name>Anna</name>
+</maintainer>
+<longdescription>
+	Game of Trees (Got) is a version control system which prioritizes ease
+	of use and simplicity over flexibility.
 
-		Got uses Git repositories to store versioned data. Git can be used
-		for any functionality which has not yet been implemented in Got.
-		It will always remain possible to work with both Got and Git on the
-		same repository.
-	</longdescription>
-	<upstream>
-		<maintainer>
-			<email>thomas@xteddy.org</email>
-			<name>Thomas Adam</name>
-		</maintainer>
-		<bugs-to>mailto:gameoftrees@openbsd.org</bugs-to>
-		<doc>https://gameoftrees.org/examples.html</doc>
-		<changelog>https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=CHANGES</changelog>
-	</upstream>
+	Got uses Git repositories to store versioned data. Git can be used for
+	any functionality which has not yet been implemented in Got. It will
+	always remain possible to work with both Got and Git on the same
+	repository.
+</longdescription>
+<upstream>
+	<maintainer>
+		<email>thomas@xteddy.org</email>
+		<name>Thomas Adam</name>
+	</maintainer>
+	<bugs-to>mailto:gameoftrees@openbsd.org</bugs-to>
+	<doc>https://gameoftrees.org/examples.html</doc>
+	<changelog>https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=blob_plain;f=CHANGES</changelog>
+</upstream>
 </pkgmetadata>


             reply	other threads:[~2021-09-23 14:19 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23 14:19 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-21 18:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/ Anna Vyalkova
2023-06-30 16:28 Anna Vyalkova
2023-06-10 10:35 Anna Vyalkova
2023-05-09 13:21 Anna Vyalkova
2023-05-08 16:45 Anna Vyalkova
2023-04-27 19:29 Anna Vyalkova
2023-03-16 13:09 Anna Vyalkova
2023-03-08 17:27 Anna Vyalkova
2023-02-24 21:31 Anna Vyalkova
2023-02-24 21:31 Anna Vyalkova
2023-02-15 13:56 Anna Vyalkova
2023-01-26 20:53 Anna Vyalkova
2022-11-10 18:17 Anna Vyalkova
2022-11-04 15:24 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2022-10-30  8:38 Anna Vyalkova
2022-10-08 14:58 Anna Vyalkova
2022-08-04 13:10 Anna Vyalkova
2022-07-07  2:57 Anna Vyalkova
2022-06-25 21:29 Anna Vyalkova
2022-05-30 19:26 Anna Vyalkova
2022-03-31  7:24 Anna Vyalkova
2022-02-23 13:44 Anna Vyalkova
2022-01-16 17:58 Anna Vyalkova
2022-01-07 15:18 Anna Vyalkova
2021-11-25  7:16 Anna Vyalkova
2021-10-17 16:34 Anna Vyalkova
2021-10-17 10:30 Anna Vyalkova
2021-08-08 12:59 Anna Vyalkova
2021-08-04  6:13 Anna Vyalkova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1632406669.1edb9f16fd5c54f0bc5f6f7bb6278d60731beffd.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox