* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2018-03-30 21:53 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2018-03-30 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 6b6d7b9052d7572e3cebc1b59877a347b368cd89
Author: automorphism88 <adebeus <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 19:34:26 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 21:52:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6d7b90
sys-fs/compsize: New ebuild
Closes: https://github.com/gentoo/gentoo/pull/7660
sys-fs/compsize/Manifest | 1 +
sys-fs/compsize/compsize-1.1.ebuild | 41 ++++++++++++++++++++++++++++++++++++
sys-fs/compsize/compsize-9999.ebuild | 41 ++++++++++++++++++++++++++++++++++++
sys-fs/compsize/metadata.xml | 11 ++++++++++
4 files changed, 94 insertions(+)
diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
new file mode 100644
index 00000000000..a60978e46f2
--- /dev/null
+++ b/sys-fs/compsize/Manifest
@@ -0,0 +1 @@
+DIST compsize-1.1.tar.gz 14345 BLAKE2B 8b35e6f3526b8b2395972ea1a595011b867fbc076d79c90c66a19853f1b101dbe3decedab8244d893b20d6cc9ff3ecfa2b3320fc12c583415b2d446a9298fcb1 SHA512 1c7de5156b695ffa4be9b634fd6224214d3de1653eb23e5d85b250e27146fe655883bed17ed458bae1b448ed9ae8a254d2a673fdb3860e69c99f8676daea0d8b
diff --git a/sys-fs/compsize/compsize-1.1.ebuild b/sys-fs/compsize/compsize-1.1.ebuild
new file mode 100644
index 00000000000..ad73046823b
--- /dev/null
+++ b/sys-fs/compsize/compsize-1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="Utility to find btrfs compression ratio"
+HOMEPAGE="https://github.com/kilobyte/compsize"
+
+if [[ ${PV} = 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/kilobyte/compsize"
+else
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="GPL-2+"
+SLOT=0
+
+RDEPEND=""
+DEPEND="sys-fs/btrfs-progs"
+
+src_prepare() {
+ eapply_user
+ # Don't try to install a gzipped manfile during make install, instead
+ # use doman in src_install to ensure that PORTAGE_COMPRESS is used
+ sed -i $'/^\tgzip /d' Makefile || die
+}
+
+src_configure() {
+ # Used in upstream Makefile, but clobbered by portage's CFLAGS
+ append-cflags -Wall -std=gnu90
+ default
+}
+
+src_install() {
+ emake PREFIX="${ED%/}" install
+ doman compsize.8
+ einstalldocs
+}
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
new file mode 100644
index 00000000000..ad73046823b
--- /dev/null
+++ b/sys-fs/compsize/compsize-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="Utility to find btrfs compression ratio"
+HOMEPAGE="https://github.com/kilobyte/compsize"
+
+if [[ ${PV} = 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/kilobyte/compsize"
+else
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="GPL-2+"
+SLOT=0
+
+RDEPEND=""
+DEPEND="sys-fs/btrfs-progs"
+
+src_prepare() {
+ eapply_user
+ # Don't try to install a gzipped manfile during make install, instead
+ # use doman in src_install to ensure that PORTAGE_COMPRESS is used
+ sed -i $'/^\tgzip /d' Makefile || die
+}
+
+src_configure() {
+ # Used in upstream Makefile, but clobbered by portage's CFLAGS
+ append-cflags -Wall -std=gnu90
+ default
+}
+
+src_install() {
+ emake PREFIX="${ED%/}" install
+ doman compsize.8
+ einstalldocs
+}
diff --git a/sys-fs/compsize/metadata.xml b/sys-fs/compsize/metadata.xml
new file mode 100644
index 00000000000..7f4384fb84c
--- /dev/null
+++ b/sys-fs/compsize/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>adebeus@gmail.com</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2020-05-16 7:09 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2020-05-16 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 612d61d9b0105431ed74201dd1fc8737e7ecb7d4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 06:55:16 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 16 06:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612d61d9
sys-fs/compsize: drop to m-n
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/metadata.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/sys-fs/compsize/metadata.xml b/sys-fs/compsize/metadata.xml
index 7f4384fb84c..c1744fe7fc5 100644
--- a/sys-fs/compsize/metadata.xml
+++ b/sys-fs/compsize/metadata.xml
@@ -1,11 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>adebeus@gmail.com</email>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!--maintainer-needed-->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2020-09-06 5:55 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2020-09-06 5:55 UTC (permalink / raw
To: gentoo-commits
commit: 73b8e835c9aa62a995f154620d6f7cebfdc7f2d3
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Sep 5 08:10:27 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 05:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b8e835
sys-fs/compsize: bump to 1.3
Closes: https://bugs.gentoo.org/689144
Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/Manifest | 1 +
sys-fs/compsize/compsize-1.3.ebuild | 41 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
index a60978e46f2..2592ff9be8b 100644
--- a/sys-fs/compsize/Manifest
+++ b/sys-fs/compsize/Manifest
@@ -1 +1,2 @@
DIST compsize-1.1.tar.gz 14345 BLAKE2B 8b35e6f3526b8b2395972ea1a595011b867fbc076d79c90c66a19853f1b101dbe3decedab8244d893b20d6cc9ff3ecfa2b3320fc12c583415b2d446a9298fcb1 SHA512 1c7de5156b695ffa4be9b634fd6224214d3de1653eb23e5d85b250e27146fe655883bed17ed458bae1b448ed9ae8a254d2a673fdb3860e69c99f8676daea0d8b
+DIST compsize-1.3.tar.gz 14782 BLAKE2B 738ff0e2b936f5974064759914284e495c895d22d95b705e1b8fac4b3189891771b0e5be7e0eeac0883dd92f9cef276400bb7ee79840fd7db14a5269e7f78f11 SHA512 411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d
diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
new file mode 100644
index 00000000000..df2657574f7
--- /dev/null
+++ b/sys-fs/compsize/compsize-1.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
+HOMEPAGE="https://github.com/kilobyte/compsize"
+
+if [[ ${PV} = 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
+else
+ SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+IUSE="debug"
+SLOT="0"
+
+DEPEND="sys-fs/btrfs-progs"
+
+src_prepare() {
+ default
+ # Don't try to install a gzipped manfile during emake install
+ sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
+}
+
+src_configure() {
+ # Used in upstream Makefile, but clobbered by portage's CFLAGS
+ append-cflags -Wall -std=gnu90
+ use debug && append-cflags -DDEBUG -g
+ default
+}
+
+src_install() {
+ emake PREFIX="${D}" install
+ dodoc "README.md"
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2020-09-06 5:55 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2020-09-06 5:55 UTC (permalink / raw
To: gentoo-commits
commit: e40fe88a5617f3f6138d42164fa1b06e82bd4f82
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Sep 5 07:57:04 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 05:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40fe88a
sys-fs/compsize: add proxy maintainer
Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/metadata.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/sys-fs/compsize/metadata.xml b/sys-fs/compsize/metadata.xml
index c1744fe7fc5..289d3a1d5b6 100644
--- a/sys-fs/compsize/metadata.xml
+++ b/sys-fs/compsize/metadata.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!--maintainer-needed-->
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>Theo Anderson</name>
+ </maintainer>
+ <maintainer type="project">
+ <name>Proxy Maintainers</name>
+ <email>proxy-maint@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">kilobyte/compsize</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2020-09-06 5:55 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2020-09-06 5:55 UTC (permalink / raw
To: gentoo-commits
commit: f97937256788b43034a553f1c6b033199f9cab88
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Sep 5 08:11:03 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 05:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9793725
sys-fs/compsize: 9999 update + EAPI 7
Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/17113
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/compsize-9999.ebuild | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
index ad73046823b..3144e142c1e 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-9999.ebuild
@@ -1,41 +1,43 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit flag-o-matic
-DESCRIPTION="Utility to find btrfs compression ratio"
+DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
HOMEPAGE="https://github.com/kilobyte/compsize"
if [[ ${PV} = 9999 ]] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/kilobyte/compsize"
+ EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
- KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2+"
-SLOT=0
+IUSE="debug"
+SLOT="0"
-RDEPEND=""
DEPEND="sys-fs/btrfs-progs"
src_prepare() {
- eapply_user
- # Don't try to install a gzipped manfile during make install, instead
- # use doman in src_install to ensure that PORTAGE_COMPRESS is used
- sed -i $'/^\tgzip /d' Makefile || die
+ default
+ # Don't try to install a gzipped manfile during emake install
+ sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
+ # sys-fs/compsize > 1.3 removes '/usr' from install paths in Makefile
+ sed -i $'s/(PREFIX)/(PREFIX)\/usr/' Makefile || die
}
src_configure() {
# Used in upstream Makefile, but clobbered by portage's CFLAGS
append-cflags -Wall -std=gnu90
+ use debug && append-cflags -DDEBUG -g
default
}
src_install() {
- emake PREFIX="${ED%/}" install
- doman compsize.8
- einstalldocs
+ emake PREFIX="${D}" install
+ dodoc "README.md"
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2020-10-28 14:33 Thomas Deutschmann
0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2020-10-28 14:33 UTC (permalink / raw
To: gentoo-commits
commit: c6fbec06ec72273eb6b8c7dfb04a9f49a081bc4f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 14:32:26 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 14:32:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fbec06
sys-fs/compsize: x86 stable (bug #751577)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-fs/compsize/compsize-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
index df2657574f7..8f8ff596a99 100644
--- a/sys-fs/compsize/compsize-1.3.ebuild
+++ b/sys-fs/compsize/compsize-1.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2020-10-31 15:58 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2020-10-31 15:58 UTC (permalink / raw
To: gentoo-commits
commit: 0ab856f3acb9a26e451ab48022c82d8f8dfe5356
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Oct 28 23:21:47 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 15:58:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab856f3
sys-fs/compsize: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/18063
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/Manifest | 1 -
sys-fs/compsize/compsize-1.1.ebuild | 41 -------------------------------------
2 files changed, 42 deletions(-)
diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
index 2592ff9be8b..79e2201e8b0 100644
--- a/sys-fs/compsize/Manifest
+++ b/sys-fs/compsize/Manifest
@@ -1,2 +1 @@
-DIST compsize-1.1.tar.gz 14345 BLAKE2B 8b35e6f3526b8b2395972ea1a595011b867fbc076d79c90c66a19853f1b101dbe3decedab8244d893b20d6cc9ff3ecfa2b3320fc12c583415b2d446a9298fcb1 SHA512 1c7de5156b695ffa4be9b634fd6224214d3de1653eb23e5d85b250e27146fe655883bed17ed458bae1b448ed9ae8a254d2a673fdb3860e69c99f8676daea0d8b
DIST compsize-1.3.tar.gz 14782 BLAKE2B 738ff0e2b936f5974064759914284e495c895d22d95b705e1b8fac4b3189891771b0e5be7e0eeac0883dd92f9cef276400bb7ee79840fd7db14a5269e7f78f11 SHA512 411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d
diff --git a/sys-fs/compsize/compsize-1.1.ebuild b/sys-fs/compsize/compsize-1.1.ebuild
deleted file mode 100644
index ad73046823b..00000000000
--- a/sys-fs/compsize/compsize-1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="Utility to find btrfs compression ratio"
-HOMEPAGE="https://github.com/kilobyte/compsize"
-
-if [[ ${PV} = 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/kilobyte/compsize"
-else
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="GPL-2+"
-SLOT=0
-
-RDEPEND=""
-DEPEND="sys-fs/btrfs-progs"
-
-src_prepare() {
- eapply_user
- # Don't try to install a gzipped manfile during make install, instead
- # use doman in src_install to ensure that PORTAGE_COMPRESS is used
- sed -i $'/^\tgzip /d' Makefile || die
-}
-
-src_configure() {
- # Used in upstream Makefile, but clobbered by portage's CFLAGS
- append-cflags -Wall -std=gnu90
- default
-}
-
-src_install() {
- emake PREFIX="${ED%/}" install
- doman compsize.8
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2020-11-04 0:52 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2020-11-04 0:52 UTC (permalink / raw
To: gentoo-commits
commit: 7c0fdcd3b455fb7b5468e6bc7dcc7699065378f8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 00:52:15 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 00:52:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0fdcd3
sys-fs/compsize: Stabilize 1.3 amd64, #751577
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
index 8f8ff596a99..bf8f1d40bf8 100644
--- a/sys-fs/compsize/compsize-1.3.ebuild
+++ b/sys-fs/compsize/compsize-1.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-02-01 13:22 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2021-02-01 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 56d9595a237dbafe06e6348a5a67827e5d48c5bd
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Jan 29 20:01:20 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 13:22:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d9595a
sys-fs/compsize: fix LICENSE
LICENSE in source is GPL-2+, but files such as 'radix-tree.c' are GPL-2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/19135
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/compsize-1.3.ebuild | 4 ++--
sys-fs/compsize/compsize-1.4.ebuild | 2 +-
sys-fs/compsize/compsize-9999.ebuild | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
index bf8f1d40bf8..fc78e5b437f 100644
--- a/sys-fs/compsize/compsize-1.3.ebuild
+++ b/sys-fs/compsize/compsize-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ else
KEYWORDS="amd64 x86"
fi
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ GPL-2"
IUSE="debug"
SLOT="0"
diff --git a/sys-fs/compsize/compsize-1.4.ebuild b/sys-fs/compsize/compsize-1.4.ebuild
index 41911740180..f00e46619d5 100644
--- a/sys-fs/compsize/compsize-1.4.ebuild
+++ b/sys-fs/compsize/compsize-1.4.ebuild
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~x86"
fi
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ GPL-2"
IUSE="debug"
SLOT="0"
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
index 41911740180..f00e46619d5 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-9999.ebuild
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~x86"
fi
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ GPL-2"
IUSE="debug"
SLOT="0"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-02-01 13:22 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2021-02-01 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 94a3608a53bc75ea0671f22f5ef9ee8e353b6b08
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jan 20 10:57:41 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 13:22:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a3608a
sys-fs/compsize: bump to 1.4
ebuild changes:
- use einstalldocs instead of dodoc
- update PREFIX instead of sedding "/usr" to Makefile
- remove append-cflags -std=gnu90
- add -Wall to debug flags
Closes: https://bugs.gentoo.org/716200
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/compsize/Manifest | 1 +
.../compsize/{compsize-9999.ebuild => compsize-1.4.ebuild} | 12 ++++--------
sys-fs/compsize/compsize-9999.ebuild | 12 ++++--------
3 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
index 79e2201e8b0..ddbbc7d51ef 100644
--- a/sys-fs/compsize/Manifest
+++ b/sys-fs/compsize/Manifest
@@ -1 +1,2 @@
DIST compsize-1.3.tar.gz 14782 BLAKE2B 738ff0e2b936f5974064759914284e495c895d22d95b705e1b8fac4b3189891771b0e5be7e0eeac0883dd92f9cef276400bb7ee79840fd7db14a5269e7f78f11 SHA512 411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d
+DIST compsize-1.4.tar.gz 15001 BLAKE2B 7e4d4a1f3ea59b23fec891c084f68ddb74838320a817767e48eb857de9678a1915d304d25b454afafec867ea6a028d99d9182087d3229ddae55d8305fe6b174c SHA512 c07081721f87d8a59e724a62a0a6d6724434292e6bb3ffb71acd7c47e21727db8f02f4df296cb6094c0e80d3cd555018e492616747ce69055d21302a6617ca54
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-1.4.ebuild
similarity index 68%
copy from sys-fs/compsize/compsize-9999.ebuild
copy to sys-fs/compsize/compsize-1.4.ebuild
index 3144e142c1e..41911740180 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,18 +26,14 @@ src_prepare() {
default
# Don't try to install a gzipped manfile during emake install
sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
- # sys-fs/compsize > 1.3 removes '/usr' from install paths in Makefile
- sed -i $'s/(PREFIX)/(PREFIX)\/usr/' Makefile || die
}
src_configure() {
- # Used in upstream Makefile, but clobbered by portage's CFLAGS
- append-cflags -Wall -std=gnu90
- use debug && append-cflags -DDEBUG -g
+ use debug && append-cflags -Wall -DDEBUG -g
default
}
src_install() {
- emake PREFIX="${D}" install
- dodoc "README.md"
+ emake PREFIX="${ED}/usr" install
+ einstalldocs
}
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
index 3144e142c1e..41911740180 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,18 +26,14 @@ src_prepare() {
default
# Don't try to install a gzipped manfile during emake install
sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
- # sys-fs/compsize > 1.3 removes '/usr' from install paths in Makefile
- sed -i $'s/(PREFIX)/(PREFIX)\/usr/' Makefile || die
}
src_configure() {
- # Used in upstream Makefile, but clobbered by portage's CFLAGS
- append-cflags -Wall -std=gnu90
- use debug && append-cflags -DDEBUG -g
+ use debug && append-cflags -Wall -DDEBUG -g
default
}
src_install() {
- emake PREFIX="${D}" install
- dodoc "README.md"
+ emake PREFIX="${ED}/usr" install
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-02-16 18:39 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-16 18:39 UTC (permalink / raw
To: gentoo-commits
commit: bf7ba0264955e6608e8acf2cc36694727452c5cb
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Feb 15 11:57:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 18:39:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7ba026
sys-fs/compsize: bump to 1.5
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/19474
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/Manifest | 1 +
sys-fs/compsize/compsize-1.5.ebuild | 39 +++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
index ddbbc7d51ef..8b32b0fbfb0 100644
--- a/sys-fs/compsize/Manifest
+++ b/sys-fs/compsize/Manifest
@@ -1,2 +1,3 @@
DIST compsize-1.3.tar.gz 14782 BLAKE2B 738ff0e2b936f5974064759914284e495c895d22d95b705e1b8fac4b3189891771b0e5be7e0eeac0883dd92f9cef276400bb7ee79840fd7db14a5269e7f78f11 SHA512 411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d
DIST compsize-1.4.tar.gz 15001 BLAKE2B 7e4d4a1f3ea59b23fec891c084f68ddb74838320a817767e48eb857de9678a1915d304d25b454afafec867ea6a028d99d9182087d3229ddae55d8305fe6b174c SHA512 c07081721f87d8a59e724a62a0a6d6724434292e6bb3ffb71acd7c47e21727db8f02f4df296cb6094c0e80d3cd555018e492616747ce69055d21302a6617ca54
+DIST compsize-1.5.tar.gz 15015 BLAKE2B 1a7fc676ffaeb69fd410a834eab54ef63c5fa11e428bd0567ab5dec5dc27fe1b4901fdd47760c07a7fb26375b81ba997528c0aa83409eb364a3b9f2cb1942cc8 SHA512 25d6f1973e8a0a86bd857dc1e1ba99760451cf388f3bd3ede6a6ef35351ff63f100646d313010aff3de9e70b2c68866a31c4ea31d9c6df9254648cd1bd0272fa
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
new file mode 100644
index 00000000000..f00e46619d5
--- /dev/null
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
+HOMEPAGE="https://github.com/kilobyte/compsize"
+
+if [[ ${PV} = 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
+else
+ SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+ GPL-2"
+IUSE="debug"
+SLOT="0"
+
+DEPEND="sys-fs/btrfs-progs"
+
+src_prepare() {
+ default
+ # Don't try to install a gzipped manfile during emake install
+ sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
+}
+
+src_configure() {
+ use debug && append-cflags -Wall -DDEBUG -g
+ default
+}
+
+src_install() {
+ emake PREFIX="${ED}/usr" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-02-16 18:39 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-16 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 1e4d93e0a4d4eb90f52f5c074f7548ca49416ec7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 18:33:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 18:39:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4d93e0
sys-fs/compsize: respect CC
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 4 +++-
sys-fs/compsize/compsize-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index f00e46619d5..471c60d719d 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
HOMEPAGE="https://github.com/kilobyte/compsize"
@@ -29,6 +29,8 @@ src_prepare() {
}
src_configure() {
+ tc-export CC
+
use debug && append-cflags -Wall -DDEBUG -g
default
}
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
index f00e46619d5..471c60d719d 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
HOMEPAGE="https://github.com/kilobyte/compsize"
@@ -29,6 +29,8 @@ src_prepare() {
}
src_configure() {
+ tc-export CC
+
use debug && append-cflags -Wall -DDEBUG -g
default
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-03-15 6:38 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-15 6:38 UTC (permalink / raw
To: gentoo-commits
commit: fd76f0524d26782ea1fea00f0e3828be32ae64a1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 06:38:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 06:38:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd76f052
sys-fs/compsize: Keyword 1.5 arm, #774213
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index 471c60d719d..21474d2e998 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2+ GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-04-25 5:19 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-04-25 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 62ee47378ac8f30368c1cf411a77381ae3c4681c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 05:18:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 05:18:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ee4737
sys-fs/compsize: Keyword 1.5 arm64, #774213
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index 21474d2e998..1fd07df8eb2 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="GPL-2+ GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-04-25 6:19 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-04-25 6:19 UTC (permalink / raw
To: gentoo-commits
commit: ee7e4f2619d040583fdb36821e8c40c6d7c0bb76
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 05:58:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 06:18:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7e4f26
sys-fs/compsize: sync live ebuild for KEYWORDS
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
index 471c60d719d..1fd07df8eb2 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="GPL-2+ GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-06-02 12:50 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-06-02 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 13ab22abdadffba2b7dd3de50cfea14d1ac1e830
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 12:21:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 12:21:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ab22ab
sys-fs/compsize: Stabilize 1.5 amd64, #790062
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index 1fd07df8eb2..659c3f6e593 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
LICENSE="GPL-2+ GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2021-06-02 16:44 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-06-02 16:44 UTC (permalink / raw
To: gentoo-commits
commit: cc3e2cbe27d49c53bdcce87ad76d815cd2b1fdeb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 2 16:41:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 16:41:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3e2cbe
sys-fs/compsize: Stabilize 1.5 x86, #790062
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index 659c3f6e593..19890bad128 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="GPL-2+ GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2022-01-25 22:15 Georgy Yakovlev
0 siblings, 0 replies; 22+ messages in thread
From: Georgy Yakovlev @ 2022-01-25 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 87192c95ecfa8a88a3cf197e39e64104ae251e92
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 11:50:46 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 22:15:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87192c95
sys-fs/compsize: sync live ebuild keywords
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sys-fs/compsize/compsize-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
index 1fd07df8eb27..8e5c209de18a 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-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=7
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
fi
LICENSE="GPL-2+ GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2022-01-25 22:15 Georgy Yakovlev
0 siblings, 0 replies; 22+ messages in thread
From: Georgy Yakovlev @ 2022-01-25 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 42d9ac7211e164c5dff45db2109c3c1f111e0a42
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 11:50:26 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 22:15:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d9ac72
sys-fs/compsize: keyword 1.5 for ~ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index 19890bad1285..8c0a769fa8ad 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.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=7
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
fi
LICENSE="GPL-2+ GPL-2"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2024-01-28 22:53 Jonas Stein
0 siblings, 0 replies; 22+ messages in thread
From: Jonas Stein @ 2024-01-28 22:53 UTC (permalink / raw
To: gentoo-commits
commit: d93f7fcb9b5429d754428133cd247dad8ac779e4
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 22:52:43 2024 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 22:52:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93f7fcb
sys-fs/compsize: drop to maintainer-needed
Closes: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
sys-fs/compsize/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/sys-fs/compsize/metadata.xml b/sys-fs/compsize/metadata.xml
index 8230f6be4b7b..ba656c0ab8ac 100644
--- a/sys-fs/compsize/metadata.xml
+++ b/sys-fs/compsize/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>telans@posteo.de</email>
- <name>James Beddek</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <name>Proxy Maintainers</name>
- <email>proxy-maint@gentoo.org</email>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">kilobyte/compsize</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2024-09-18 17:38 Petr Vaněk
0 siblings, 0 replies; 22+ messages in thread
From: Petr Vaněk @ 2024-09-18 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 607410bcbb5f0b776d54b32c23650950fad42e2d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 16:47:05 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 17:37:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607410bc
sys-fs/compsize: drop 1.3, 1.4
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
sys-fs/compsize/Manifest | 2 --
sys-fs/compsize/compsize-1.3.ebuild | 41 -------------------------------------
sys-fs/compsize/compsize-1.4.ebuild | 39 -----------------------------------
3 files changed, 82 deletions(-)
diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
index 8b32b0fbfb0d..8280cdd6f5a4 100644
--- a/sys-fs/compsize/Manifest
+++ b/sys-fs/compsize/Manifest
@@ -1,3 +1 @@
-DIST compsize-1.3.tar.gz 14782 BLAKE2B 738ff0e2b936f5974064759914284e495c895d22d95b705e1b8fac4b3189891771b0e5be7e0eeac0883dd92f9cef276400bb7ee79840fd7db14a5269e7f78f11 SHA512 411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d
-DIST compsize-1.4.tar.gz 15001 BLAKE2B 7e4d4a1f3ea59b23fec891c084f68ddb74838320a817767e48eb857de9678a1915d304d25b454afafec867ea6a028d99d9182087d3229ddae55d8305fe6b174c SHA512 c07081721f87d8a59e724a62a0a6d6724434292e6bb3ffb71acd7c47e21727db8f02f4df296cb6094c0e80d3cd555018e492616747ce69055d21302a6617ca54
DIST compsize-1.5.tar.gz 15015 BLAKE2B 1a7fc676ffaeb69fd410a834eab54ef63c5fa11e428bd0567ab5dec5dc27fe1b4901fdd47760c07a7fb26375b81ba997528c0aa83409eb364a3b9f2cb1942cc8 SHA512 25d6f1973e8a0a86bd857dc1e1ba99760451cf388f3bd3ede6a6ef35351ff63f100646d313010aff3de9e70b2c68866a31c4ea31d9c6df9254648cd1bd0272fa
diff --git a/sys-fs/compsize/compsize-1.3.ebuild b/sys-fs/compsize/compsize-1.3.ebuild
deleted file mode 100644
index fc78e5b437fd..000000000000
--- a/sys-fs/compsize/compsize-1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
-HOMEPAGE="https://github.com/kilobyte/compsize"
-
-if [[ ${PV} = 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
-else
- SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2+ GPL-2"
-IUSE="debug"
-SLOT="0"
-
-DEPEND="sys-fs/btrfs-progs"
-
-src_prepare() {
- default
- # Don't try to install a gzipped manfile during emake install
- sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
-}
-
-src_configure() {
- # Used in upstream Makefile, but clobbered by portage's CFLAGS
- append-cflags -Wall -std=gnu90
- use debug && append-cflags -DDEBUG -g
- default
-}
-
-src_install() {
- emake PREFIX="${D}" install
- dodoc "README.md"
-}
diff --git a/sys-fs/compsize/compsize-1.4.ebuild b/sys-fs/compsize/compsize-1.4.ebuild
deleted file mode 100644
index f00e46619d53..000000000000
--- a/sys-fs/compsize/compsize-1.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files"
-HOMEPAGE="https://github.com/kilobyte/compsize"
-
-if [[ ${PV} = 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/kilobyte/compsize.git"
-else
- SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+ GPL-2"
-IUSE="debug"
-SLOT="0"
-
-DEPEND="sys-fs/btrfs-progs"
-
-src_prepare() {
- default
- # Don't try to install a gzipped manfile during emake install
- sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' Makefile || die
-}
-
-src_configure() {
- use debug && append-cflags -Wall -DDEBUG -g
- default
-}
-
-src_install() {
- emake PREFIX="${ED}/usr" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/
@ 2024-09-18 17:38 Petr Vaněk
0 siblings, 0 replies; 22+ messages in thread
From: Petr Vaněk @ 2024-09-18 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 06df4d8fa20746b0322fd2908daf2c0c65957839
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 16:48:42 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 17:37:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06df4d8f
sys-fs/compsize: fix variable order
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
sys-fs/compsize/compsize-1.5.ebuild | 4 ++--
sys-fs/compsize/compsize-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index 8c0a769fa8ad..2f5223f474b9 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,8 +17,8 @@ else
fi
LICENSE="GPL-2+ GPL-2"
-IUSE="debug"
SLOT="0"
+IUSE="debug"
DEPEND="sys-fs/btrfs-progs"
diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild
index 8e5c209de18a..bc837c25a0d7 100644
--- a/sys-fs/compsize/compsize-9999.ebuild
+++ b/sys-fs/compsize/compsize-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,8 +17,8 @@ else
fi
LICENSE="GPL-2+ GPL-2"
-IUSE="debug"
SLOT="0"
+IUSE="debug"
DEPEND="sys-fs/btrfs-progs"
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-09-18 17:38 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-25 6:19 [gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-18 17:38 Petr Vaněk
2024-09-18 17:38 Petr Vaněk
2024-01-28 22:53 Jonas Stein
2022-01-25 22:15 Georgy Yakovlev
2022-01-25 22:15 Georgy Yakovlev
2021-06-02 16:44 Sam James
2021-06-02 12:50 Sam James
2021-04-25 5:19 Sam James
2021-03-15 6:38 Sam James
2021-02-16 18:39 Sam James
2021-02-16 18:39 Sam James
2021-02-01 13:22 Joonas Niilola
2021-02-01 13:22 Joonas Niilola
2020-11-04 0:52 Sam James
2020-10-31 15:58 Joonas Niilola
2020-10-28 14:33 Thomas Deutschmann
2020-09-06 5:55 Joonas Niilola
2020-09-06 5:55 Joonas Niilola
2020-09-06 5:55 Joonas Niilola
2020-05-16 7:09 Joonas Niilola
2018-03-30 21:53 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox