public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/portsmf/
@ 2021-09-20  1:49 Ryan Fox
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Fox @ 2021-09-20  1:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1e578c6558bd6f2e98e2d9f7cb4e1a12318aa2e4
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sun Sep 19 22:11:20 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Mon Sep 20 01:48:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e578c65

media-libs/portsmf: New package

Dependency for media-sound/tenacity.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 media-libs/portsmf/Manifest            |  1 +
 media-libs/portsmf/metadata.xml        | 11 +++++++++++
 media-libs/portsmf/portsmf-239.ebuild  | 23 +++++++++++++++++++++++
 media-libs/portsmf/portsmf-9999.ebuild | 23 +++++++++++++++++++++++
 4 files changed, 58 insertions(+)

diff --git a/media-libs/portsmf/Manifest b/media-libs/portsmf/Manifest
new file mode 100644
index 000000000..8d3f29c1c
--- /dev/null
+++ b/media-libs/portsmf/Manifest
@@ -0,0 +1 @@
+DIST portsmf-239.tar.gz 82769 BLAKE2B 7596c3c66c15a5daa51c4962f785375568c35093a293bba48ec2742c6409c72ba3ff2f10c2b0a38969a0c14510ef06b94c6ed52429d5c55f05635637b5acbb37 SHA512 5908ef79043b44f90da8286d639a0693334f160454d206f4a212fe958a7a2e19cbc18e4240e191c1678690f34976c5e0d34dcb030d7bab007ee528fbb5e19486

diff --git a/media-libs/portsmf/metadata.xml b/media-libs/portsmf/metadata.xml
new file mode 100644
index 000000000..807b7136a
--- /dev/null
+++ b/media-libs/portsmf/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>flewkey@2a03.party</email>
+		<name>Ryan Fox</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">tenacityteam/portsmf</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-libs/portsmf/portsmf-239.ebuild b/media-libs/portsmf/portsmf-239.ebuild
new file mode 100644
index 000000000..3bec77ff8
--- /dev/null
+++ b/media-libs/portsmf/portsmf-239.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/tenacityteam/portsmf/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/tenacityteam/portsmf.git"
+fi
+
+DESCRIPTION="C++ library for Standard Midi Files (SMF)"
+HOMEPAGE="https://github.com/tenacityteam/portsmf"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""

diff --git a/media-libs/portsmf/portsmf-9999.ebuild b/media-libs/portsmf/portsmf-9999.ebuild
new file mode 100644
index 000000000..3bec77ff8
--- /dev/null
+++ b/media-libs/portsmf/portsmf-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://github.com/tenacityteam/portsmf/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/tenacityteam/portsmf.git"
+fi
+
+DESCRIPTION="C++ library for Standard Midi Files (SMF)"
+HOMEPAGE="https://github.com/tenacityteam/portsmf"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/portsmf/
@ 2022-07-23 23:01 Ryan Fox
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Fox @ 2022-07-23 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e3f79656b0f8d71bd5a3b1d8f1d173cfa373747e
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Sat Jul 23 22:59:55 2022 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Sat Jul 23 23:00:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3f79656

media-libs/portsmf: Fix pkg-config version

Closes: https://bugs.gentoo.org/860192
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 media-libs/portsmf/portsmf-239.ebuild  | 7 ++++++-
 media-libs/portsmf/portsmf-9999.ebuild | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/media-libs/portsmf/portsmf-239.ebuild b/media-libs/portsmf/portsmf-239.ebuild
index 3bec77ff8..4663b35f5 100644
--- a/media-libs/portsmf/portsmf-239.ebuild
+++ b/media-libs/portsmf/portsmf-239.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,3 +21,8 @@ SLOT="0"
 DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
+
+src_prepare() {
+	sed -i "s/0.1/${PV}/" "${S}/packaging/portSMF.pc.in"
+	cmake_src_prepare
+}

diff --git a/media-libs/portsmf/portsmf-9999.ebuild b/media-libs/portsmf/portsmf-9999.ebuild
index 3bec77ff8..4663b35f5 100644
--- a/media-libs/portsmf/portsmf-9999.ebuild
+++ b/media-libs/portsmf/portsmf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,3 +21,8 @@ SLOT="0"
 DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
+
+src_prepare() {
+	sed -i "s/0.1/${PV}/" "${S}/packaging/portSMF.pc.in"
+	cmake_src_prepare
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-libs/portsmf/
@ 2023-01-21  2:12 Julien Roy
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2023-01-21  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ce83303160f70c7467a0e1ad6bffffc6804d9949
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jan 21 02:10:33 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jan 21 02:11:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce833031

media-libs/portsmf: treeclean
Now in ::gentoo
bd9414714d4e1db63f1d2d48a339bb0ebeca10b3

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 media-libs/portsmf/Manifest            |  1 -
 media-libs/portsmf/metadata.xml        | 11 -----------
 media-libs/portsmf/portsmf-239.ebuild  | 28 ----------------------------
 media-libs/portsmf/portsmf-9999.ebuild | 28 ----------------------------
 4 files changed, 68 deletions(-)

diff --git a/media-libs/portsmf/Manifest b/media-libs/portsmf/Manifest
deleted file mode 100644
index 8d3f29c1c..000000000
--- a/media-libs/portsmf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST portsmf-239.tar.gz 82769 BLAKE2B 7596c3c66c15a5daa51c4962f785375568c35093a293bba48ec2742c6409c72ba3ff2f10c2b0a38969a0c14510ef06b94c6ed52429d5c55f05635637b5acbb37 SHA512 5908ef79043b44f90da8286d639a0693334f160454d206f4a212fe958a7a2e19cbc18e4240e191c1678690f34976c5e0d34dcb030d7bab007ee528fbb5e19486

diff --git a/media-libs/portsmf/metadata.xml b/media-libs/portsmf/metadata.xml
deleted file mode 100644
index 807b7136a..000000000
--- a/media-libs/portsmf/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>flewkey@2a03.party</email>
-		<name>Ryan Fox</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">tenacityteam/portsmf</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/media-libs/portsmf/portsmf-239.ebuild b/media-libs/portsmf/portsmf-239.ebuild
deleted file mode 100644
index 4663b35f5..000000000
--- a/media-libs/portsmf/portsmf-239.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/tenacityteam/portsmf/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/tenacityteam/portsmf.git"
-fi
-
-DESCRIPTION="C++ library for Standard Midi Files (SMF)"
-HOMEPAGE="https://github.com/tenacityteam/portsmf"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_prepare() {
-	sed -i "s/0.1/${PV}/" "${S}/packaging/portSMF.pc.in"
-	cmake_src_prepare
-}

diff --git a/media-libs/portsmf/portsmf-9999.ebuild b/media-libs/portsmf/portsmf-9999.ebuild
deleted file mode 100644
index 4663b35f5..000000000
--- a/media-libs/portsmf/portsmf-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://github.com/tenacityteam/portsmf/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/tenacityteam/portsmf.git"
-fi
-
-DESCRIPTION="C++ library for Standard Midi Files (SMF)"
-HOMEPAGE="https://github.com/tenacityteam/portsmf"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_prepare() {
-	sed -i "s/0.1/${PV}/" "${S}/packaging/portSMF.pc.in"
-	cmake_src_prepare
-}


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

end of thread, other threads:[~2023-01-21  2:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-21  2:12 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/portsmf/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2022-07-23 23:01 Ryan Fox
2021-09-20  1:49 Ryan Fox

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