From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sselp/
Date: Mon, 13 Feb 2017 13:00:58 +0000 (UTC) [thread overview]
Message-ID: <1486990841.ff422345e2a4aa8b391ab696e646cbbe96fbb3a6.soap@gentoo> (raw)
commit: ff422345e2a4aa8b391ab696e646cbbe96fbb3a6
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Feb 13 10:12:50 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 13:00:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff422345
x11-misc/sselp: EAPI bump 0 -> 6 and update live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3944
x11-misc/sselp/{sselp-9999.ebuild => sselp-0.2-r1.ebuild} | 15 ++++++++-------
x11-misc/sselp/sselp-9999.ebuild | 11 ++++++-----
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/x11-misc/sselp/sselp-9999.ebuild b/x11-misc/sselp/sselp-0.2-r1.ebuild
similarity index 66%
copy from x11-misc/sselp/sselp-9999.ebuild
copy to x11-misc/sselp/sselp-0.2-r1.ebuild
index 079c5a98ff..0a23f98555 100644
--- a/x11-misc/sselp/sselp-9999.ebuild
+++ b/x11-misc/sselp/sselp-0.2-r1.ebuild
@@ -1,22 +1,23 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit git-2 toolchain-funcs
+EAPI=6
+inherit toolchain-funcs
DESCRIPTION="Simple X selection printer"
HOMEPAGE="http://tools.suckless.org/x/sselp"
-EGIT_REPO_URI="git://git.suckless.org/sselp"
+SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
src_prepare() {
+ default
sed -i \
-e "s|^CFLAGS = -std=c99 -pedantic -Wall -Os|CFLAGS += -std=c99 -pedantic -Wall|" \
-e "s|^LDFLAGS = -s|LDFLAGS +=|" \
@@ -25,6 +26,6 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
- dodoc README
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+ einstalldocs
}
diff --git a/x11-misc/sselp/sselp-9999.ebuild b/x11-misc/sselp/sselp-9999.ebuild
index 079c5a98ff..65a33750b8 100644
--- a/x11-misc/sselp/sselp-9999.ebuild
+++ b/x11-misc/sselp/sselp-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit git-2 toolchain-funcs
+EAPI=6
+inherit git-r3 toolchain-funcs
DESCRIPTION="Simple X selection printer"
HOMEPAGE="http://tools.suckless.org/x/sselp"
@@ -17,6 +17,7 @@ DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
src_prepare() {
+ default
sed -i \
-e "s|^CFLAGS = -std=c99 -pedantic -Wall -Os|CFLAGS += -std=c99 -pedantic -Wall|" \
-e "s|^LDFLAGS = -s|LDFLAGS +=|" \
@@ -25,6 +26,6 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
- dodoc README
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+ einstalldocs
}
next reply other threads:[~2017-02-13 13:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-13 13:00 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-08 22:04 [gentoo-commits] repo/gentoo:master commit in: x11-misc/sselp/ Jonas Stein
2021-07-03 20:59 Georgy Yakovlev
2017-09-10 21:47 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-04-29 6:55 Jeroen Roovers
2017-04-29 6:55 Jeroen Roovers
2017-04-29 6:55 Jeroen Roovers
2016-05-08 9:09 Jeroen Roovers
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=1486990841.ff422345e2a4aa8b391ab696e646cbbe96fbb3a6.soap@gentoo \
--to=soap@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