public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
@ 2018-03-01 10:40 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2018-03-01 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f4787bb161b1d4775a83b7d010d4538f61a2bbc0
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 10:28:59 2018 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 10:28:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4787bb1

net-libs/libcork: new lib required by shadowsocks-libev

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libcork/Manifest              |  1 +
 net-libs/libcork/libcork-0.15.0.ebuild | 16 ++++++++++++++++
 net-libs/libcork/metadata.xml          | 11 +++++++++++
 3 files changed, 28 insertions(+)

diff --git a/net-libs/libcork/Manifest b/net-libs/libcork/Manifest
new file mode 100644
index 00000000000..7253e7ccfba
--- /dev/null
+++ b/net-libs/libcork/Manifest
@@ -0,0 +1 @@
+DIST libcork-0.15.0.tar.gz 182736 BLAKE2B cfabcf4b040d3d2796511b5d7dce005fcff9bc6704dfaf89ea9eac36617b0c544e932ab3e12c0b06e4e3e916c50da10ba26401527a8e83bde523b91b911fd6da SHA512 8f41cce2101b96707068a21e5bd0a43c23f996c3620e7dd36621ed4bdd3f92851a92ea56ed92db40d7d8fe55ddfbdfcdaac4d2c8b2fc6cb3b1abe3b0e74c6a75

diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild
new file mode 100644
index 00000000000..3a4e572ad7f
--- /dev/null
+++ b/net-libs/libcork/libcork-0.15.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A simple, easily embeddable cross-platform C library"
+HOMEPAGE="https://github.com/dcreager/libcork"
+SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/net-libs/libcork/metadata.xml b/net-libs/libcork/metadata.xml
new file mode 100644
index 00000000000..683634c974c
--- /dev/null
+++ b/net-libs/libcork/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>dlan@gentoo.org</email>
+		<name>Yixun Lan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">dcreager/libcork</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
@ 2019-06-24 22:06 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2019-06-24 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7a9372a9cfa6651bec4a9c726be98c722efcd7d6
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 09:31:30 2019 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 22:06:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9372a9

net-libs/libcork: add arm/arm64 keyword

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-libs/libcork/libcork-0.15.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild
index f31843ee66b..0db7956e7c1 100644
--- a/net-libs/libcork/libcork-0.15.0.ebuild
+++ b/net-libs/libcork/libcork-0.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/check"


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
@ 2020-06-02 14:18 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2020-06-02 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c0d01ac4407b31e82dd12bb21ca366c9e5fcc087
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 14:17:35 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 14:18:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d01ac4

net-libs/libcork: respect USE=static-libs

Closes: https://bugs.gentoo.org/724904
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-libs/libcork/libcork-0.15.0-r1.ebuild | 45 +++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/net-libs/libcork/libcork-0.15.0-r1.ebuild b/net-libs/libcork/libcork-0.15.0-r1.ebuild
new file mode 100644
index 00000000000..24782aabf81
--- /dev/null
+++ b/net-libs/libcork/libcork-0.15.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="A simple, easily embeddable cross-platform C library"
+HOMEPAGE="https://github.com/dcreager/libcork"
+SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/check"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}/${P}-git.patch"
+	"${FILESDIR}/${P}-version.patch"
+)
+
+src_prepare() {
+	if ! [ -e "${S}"/RELEASE-VERSION ] ; then
+		echo ${PV} > "${S}"/RELEASE-VERSION || die
+	fi
+	sed -i -e "/DESTINATION/s/\${PROJECT_NAME}/\${PROJECT_NAME}-${PVR}/g" \
+		docs/old/CMakeLists.txt || die
+
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DENABLE_STATIC=$(usex static-libs)
+	)
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
@ 2020-06-02 14:19 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2020-06-02 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     38576261d9462901a77836bb1ceb48ad1365d07f
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 14:19:24 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 14:19:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38576261

net-libs/libcork: drop old

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-libs/libcork/libcork-0.15.0.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild
deleted file mode 100644
index 0db7956e7c1..00000000000
--- a/net-libs/libcork/libcork-0.15.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A simple, easily embeddable cross-platform C library"
-HOMEPAGE="https://github.com/dcreager/libcork"
-SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/check"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	if ! [ -e "${S}"/RELEASE-VERSION ] ; then
-		echo ${PV} > "${S}"/RELEASE-VERSION || die
-	fi
-	eapply "${FILESDIR}"/${P}-git.patch
-	eapply "${FILESDIR}"/${P}-version.patch
-
-	cmake-utils_src_prepare
-}
-
-src_install() {
-	cmake-utils_src_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
@ 2020-12-23 12:47 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2020-12-23 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b00628908281fa91ee80ac5193475b79b032e2ce
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 12:38:43 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 12:43:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0062890

net-libs/libcork: fix -Werror build err

Closes: https://bugs.gentoo.org/736766
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-libs/libcork/libcork-0.15.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libcork/libcork-0.15.0-r1.ebuild b/net-libs/libcork/libcork-0.15.0-r1.ebuild
index 24782aabf81..4ca5bbd356f 100644
--- a/net-libs/libcork/libcork-0.15.0-r1.ebuild
+++ b/net-libs/libcork/libcork-0.15.0-r1.ebuild
@@ -29,6 +29,7 @@ src_prepare() {
 	fi
 	sed -i -e "/DESTINATION/s/\${PROJECT_NAME}/\${PROJECT_NAME}-${PVR}/g" \
 		docs/old/CMakeLists.txt || die
+	sed -i -e "s/-Werror/-Wextra/" CMakeLists.txt || die
 
 	cmake-utils_src_prepare
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
@ 2021-02-16 10:34 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2021-02-16 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c919d3125b271c8827f27aa81a1b9dce9dd7ff24
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 10:02:25 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 10:08:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c919d312

net-libs/libcork: drop building docs/old

drop building the doc due to sphinx error for now

Cloese: https://bugs.gentoo.org/726926
Cloese: https://bugs.gentoo.org/734912
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 ...bcork-0.15.0-r1.ebuild => libcork-0.15.0-r2.ebuild} | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/net-libs/libcork/libcork-0.15.0-r1.ebuild b/net-libs/libcork/libcork-0.15.0-r2.ebuild
similarity index 68%
rename from net-libs/libcork/libcork-0.15.0-r1.ebuild
rename to net-libs/libcork/libcork-0.15.0-r2.ebuild
index 4ca5bbd356f..fe49522a5e9 100644
--- a/net-libs/libcork/libcork-0.15.0-r1.ebuild
+++ b/net-libs/libcork/libcork-0.15.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A simple, easily embeddable cross-platform C library"
 HOMEPAGE="https://github.com/dcreager/libcork"
@@ -27,20 +27,16 @@ src_prepare() {
 	if ! [ -e "${S}"/RELEASE-VERSION ] ; then
 		echo ${PV} > "${S}"/RELEASE-VERSION || die
 	fi
-	sed -i -e "/DESTINATION/s/\${PROJECT_NAME}/\${PROJECT_NAME}-${PVR}/g" \
-		docs/old/CMakeLists.txt || die
-	sed -i -e "s/-Werror/-Wextra/" CMakeLists.txt || die
+	sed -i -e "s/-Werror/-Wextra/" \
+		-e "/docs\/old/d" \
+		CMakeLists.txt || die
 
-	cmake-utils_src_prepare
+	cmake_src_prepare
 }
 
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_STATIC=$(usex static-libs)
 	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
+	cmake_src_configure
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
@ 2021-12-03  1:23 Yixun Lan
  0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2021-12-03  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7dc340e9f658e9ca2a63cd83b5e43f0abf9d225a
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 09:33:43 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 01:23:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc340e9

net-libs/libcork: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-libs/libcork/libcork-0.15.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libcork/libcork-0.15.0-r2.ebuild b/net-libs/libcork/libcork-0.15.0-r2.ebuild
index fe49522a5e98..d3dec4a8179c 100644
--- a/net-libs/libcork/libcork-0.15.0-r2.ebuild
+++ b/net-libs/libcork/libcork-0.15.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/check"


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

end of thread, other threads:[~2021-12-03  1:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01 10:40 [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/ Yixun Lan
  -- strict thread matches above, loose matches on Subject: below --
2019-06-24 22:06 Yixun Lan
2020-06-02 14:18 Yixun Lan
2020-06-02 14:19 Yixun Lan
2020-12-23 12:47 Yixun Lan
2021-02-16 10:34 Yixun Lan
2021-12-03  1:23 Yixun Lan

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