From: "Christian Ruppert" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libslz/
Date: Wed, 28 Sep 2016 19:54:01 +0000 (UTC) [thread overview]
Message-ID: <1475092430.274fbadf17e8eeb643a306d4272d8143ddadeca0.idl0r@gentoo> (raw)
commit: 274fbadf17e8eeb643a306d4272d8143ddadeca0
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 19:43:50 2016 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 19:53:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274fbadf
dev-libs/libslz: Add myself as maitainer. Use tbz2 instead of tgz. Fix library installation by prepend /usr prefix
Package-Manager: portage-2.3.1
dev-libs/libslz/Manifest | 2 +-
dev-libs/libslz/libslz-1.1.0.ebuild | 4 ++--
dev-libs/libslz/metadata.xml | 4 ++++
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libslz/Manifest b/dev-libs/libslz/Manifest
index cd688f1..84b41d1 100644
--- a/dev-libs/libslz/Manifest
+++ b/dev-libs/libslz/Manifest
@@ -1 +1 @@
-DIST libslz-1.1.0.tar.gz 260005 SHA256 93073cbb68b3b77fb4289c3f5550ff466b4e10679fb3ac12bb7d5fe157c42498 SHA512 636792797cd1a737f1a5b7539f6a585c293606a8fb689b6d5f1a3ca45dcecd536ff3b6678311c4f3f2c1d2201b5008210623c92a8eab7e6199f8c12a9d0e7cf7 WHIRLPOOL 671e76748d2702aaff877bdde7debac48e805a2becf2c7c7494c12805dd8db4f9d122ea47ad39475e2a252617d7d21578256dcf0d9f3723e6e66c2e4ad9f71de
+DIST libslz-1.1.0.tar.bz2 229577 SHA256 cf6b2c00066890d3c7f40ef00e6620784b9dc4662e9a3b35f2059997037be728 SHA512 064e2e8e7091adf863653981e5b677bdb9e64901f61cf3b68f098cf7957a4c32e19cec7d41b8dab61098017119d6ea562350c7fbfa10b5e922f52ac0d6066948 WHIRLPOOL 00294cac044ac451883463b57734809d079581c62ed2b095e4de7e88b6c0ee25d0c92813c199d6a32147c0702e5b9f9f2d601a1aab750f058386e47c7a790830
diff --git a/dev-libs/libslz/libslz-1.1.0.ebuild b/dev-libs/libslz/libslz-1.1.0.ebuild
index 8767056..7dc7165 100644
--- a/dev-libs/libslz/libslz-1.1.0.ebuild
+++ b/dev-libs/libslz/libslz-1.1.0.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs multilib-minimal
DESCRIPTION="stateless, zlib-compatible, and very fast compression library"
HOMEPAGE="http://1wt.eu/projects/libslz"
-SRC_URI="http://git.1wt.eu/web?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz -> ${P}.tar.gz"
+SRC_URI="http://git.1wt.eu/web?p=${PN}.git;a=snapshot;h=v${PV};sf=tbz2 -> ${P}.tar.bz2"
LICENSE="MIT"
SLOT="0/1"
@@ -48,7 +48,7 @@ multilib_src_install() {
STRIP=":" \
DESTDIR="${ED}" \
PREFIX="${EPREFIX}/usr" \
- LIBDIR="$(get_libdir)" \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
install-headers
install-shared \
$(usex static-libs install-static '')
diff --git a/dev-libs/libslz/metadata.xml b/dev-libs/libslz/metadata.xml
index 163bf23..b70f04c 100644
--- a/dev-libs/libslz/metadata.xml
+++ b/dev-libs/libslz/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
+ <email>idl0r@gentoo.org</email>
+ <name>Christian Ruppert</name>
+ </maintainer>
+ <maintainer type="person">
<email>bertrand@jacquin.bzh</email>
<name>Bertrand Jacquin</name>
</maintainer>
next reply other threads:[~2016-09-28 19:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-28 19:54 Christian Ruppert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-04 21:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libslz/ Ionen Wolkens
2022-10-29 12:10 Sam James
2022-10-29 7:33 Agostino Sarubbo
2022-10-28 20:33 Sam James
2022-10-28 18:52 Arthur Zamarin
2022-09-09 7:59 David Seifert
2021-01-22 8:03 Christian Ruppert
2019-05-21 22:49 Stephen Klimaszewski
2017-03-14 23:29 Michael Weber
2016-09-28 19:54 Christian Ruppert
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=1475092430.274fbadf17e8eeb643a306d4272d8143ddadeca0.idl0r@gentoo \
--to=idl0r@gentoo.org \
--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