public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/xdgdirs/
@ 2021-03-16 13:10 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-16 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0b3b1890d52f2353539bb5a4c593bd8882ac0c82
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 12:41:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 13:08:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3b1890

dev-scheme/xdgdirs: initial import

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-scheme/xdgdirs/Manifest           |  1 +
 dev-scheme/xdgdirs/metadata.xml       |  7 +++++++
 dev-scheme/xdgdirs/xdgdirs-2.2.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-scheme/xdgdirs/Manifest b/dev-scheme/xdgdirs/Manifest
new file mode 100644
index 00000000000..2a72b935b83
--- /dev/null
+++ b/dev-scheme/xdgdirs/Manifest
@@ -0,0 +1 @@
+DIST xdgdirs-2.2.tar.xz 359784 BLAKE2B 437d5a5840957c6e0482e38fcb8fa95c22e8d22001b26dd1c047d9c96e96c85fc47627880c9e92c1f5474c7c3bf61da29f8c9f28a4aa85b32d207ca29cf783dd SHA512 f57cf6e39e3c4ef7faa9034f9e42fb87a8398613f86a7d4f305810c9a845f649e56b754fc5a03fae41b368cd897527e9a8151eb16d1d91c6e4b170ba27bb1b11

diff --git a/dev-scheme/xdgdirs/metadata.xml b/dev-scheme/xdgdirs/metadata.xml
new file mode 100644
index 00000000000..1e878c532c3
--- /dev/null
+++ b/dev-scheme/xdgdirs/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="project">
+		<email>netmon@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
new file mode 100644
index 00000000000..eb024b533f8
--- /dev/null
+++ b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Displays names/values of XDG Basedir variables"
+HOMEPAGE="https://www.gnuvola.org/software/xdgdirs/"
+SRC_URI="https://www.gnuvola.org/software/xdgdirs/${P}.tar.xz"
+
+LICENSE="GPL-3+ FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-scheme/guile-1.8"
+DEPEND="test? ( ${RDEPEND} )"
+
+src_test() {
+	GUILE_AUTO_COMPILE=0 emake check
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/xdgdirs/
@ 2021-03-16 13:12 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-16 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     927ac6c9fd2d865fc88bcfb0a08c774a02518bd2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 13:12:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 13:12:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927ac6c9

dev-scheme/xdgdirs: add changelog to metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-scheme/xdgdirs/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-scheme/xdgdirs/metadata.xml b/dev-scheme/xdgdirs/metadata.xml
index 1e878c532c3..b4295d05394 100644
--- a/dev-scheme/xdgdirs/metadata.xml
+++ b/dev-scheme/xdgdirs/metadata.xml
@@ -4,4 +4,7 @@
 	<maintainer type="project">
 		<email>netmon@gentoo.org</email>
 	</maintainer>
+	<upstream>
+		<changelog>https://www.gnuvola.org/software/xdgdirs/NEWS</changelog>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/xdgdirs/
@ 2021-03-27 19:17 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2021-03-27 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e99ca5993883dae1c3e06cf567cc29402d8579bc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 19:15:28 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 19:15:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99ca599

dev-scheme/xdgdirs: keyworded 2.2 for hppa

keyworded wrt bug #776664

Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-scheme/xdgdirs/xdgdirs-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
index eb024b533f8..6b622997522 100644
--- a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
+++ b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.gnuvola.org/software/xdgdirs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE="test"
 
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/xdgdirs/
@ 2021-04-01 12:19 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2021-04-01 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     103f2385850a34d1a5c02d7c818ebf357ad37467
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  1 12:15:15 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr  1 12:15:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103f2385

dev-scheme/xdgdirs: x86 keyworded (bug #776664)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-scheme/xdgdirs/xdgdirs-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
index 6b622997522..316a909bb07 100644
--- a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
+++ b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.gnuvola.org/software/xdgdirs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/xdgdirs/
@ 2024-11-30 13:52 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-11-30 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4e19694a43e63d43a05623dbc8f46f8795f9ce35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 13:49:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 13:51:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e19694a

dev-scheme/xdgdirs: drop 2.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-scheme/xdgdirs/xdgdirs-2.2.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild b/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
deleted file mode 100644
index 316a909bb073..000000000000
--- a/dev-scheme/xdgdirs/xdgdirs-2.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Displays names/values of XDG Basedir variables"
-HOMEPAGE="https://www.gnuvola.org/software/xdgdirs/"
-SRC_URI="https://www.gnuvola.org/software/xdgdirs/${P}.tar.xz"
-
-LICENSE="GPL-3+ FDL-1.3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-scheme/guile-1.8"
-DEPEND="test? ( ${RDEPEND} )"
-
-src_test() {
-	GUILE_AUTO_COMPILE=0 emake check
-}


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

end of thread, other threads:[~2024-11-30 13:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 13:10 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/xdgdirs/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-03-16 13:12 Sam James
2021-03-27 19:17 Sergei Trofimovich
2021-04-01 12:19 Thomas Deutschmann
2024-11-30 13:52 Sam James

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