* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2017-08-11 21:12 Amy Liffey
0 siblings, 0 replies; 8+ messages in thread
From: Amy Liffey @ 2017-08-11 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 99ba4dbeb1a0ad95e7c9483c4720fdc633c96d68
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 21:11:58 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 21:11:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ba4dbe
app-misc/away: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/away/away-0.9.5-r2.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
new file mode 100644
index 00000000000..ed55ee02ece
--- /dev/null
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pam toolchain-funcs flag-o-matic
+
+DESCRIPTION="Terminal locking program with few additional features"
+HOMEPAGE="http://unbeatenpath.net/software/away/"
+SRC_URI="http://unbeatenpath.net/software/away/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=sys-libs/pam-0.75"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ sed -i -e '/-o \$(BINARY)/d' \
+ -e 's:LIBS:LDLIBS:' \
+ "${S}"/Makefile || die "Makefile fix failed"
+
+}
+
+src_compile() {
+ append-flags -pthread
+
+ emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
+}
+
+src_install() {
+ dobin away
+
+ pamd_mimic_system away auth
+
+ doman doc/*
+ dodoc BUGS AUTHORS NEWS README TODO data/awayrc
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2018-02-12 21:36 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2018-02-12 21:36 UTC (permalink / raw
To: gentoo-commits
commit: 78d33ce50f6a4a76b2c68afc8f96e0c554f6697e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 21:23:12 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 21:23:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d33ce5
app-misc/away: x86 stable (bug #647384)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-misc/away/away-0.9.5-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
index ed55ee02ece..e4f0e4077fa 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://unbeatenpath.net/software/away/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND=">=sys-libs/pam-0.75"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2018-02-17 8:43 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-02-17 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 01667c8afe34d7fe3aab99555642b1a52e05e050
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Feb 17 07:25:40 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 08:43:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01667c8a
app-misc/away: stable 0.9.5-r2 for sparc, bug #647384
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
app-misc/away/away-0.9.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
index e4f0e4077fa..f9c221d9b66 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://unbeatenpath.net/software/away/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND=">=sys-libs/pam-0.75"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2018-03-19 9:09 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-03-19 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 8da8c384cd38ccee44ec336d18ee12b7cb82a7ab
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 18:39:31 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 09:08:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da8c384
app-misc/away: tidy up ebuild.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-misc/away/away-0.9.5-r2.ebuild | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
index 2c5e59eac8d..36184acaa9a 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -7,35 +7,33 @@ inherit pam toolchain-funcs flag-o-matic
DESCRIPTION="Terminal locking program with few additional features"
HOMEPAGE="http://unbeatenpath.net/software/away/"
-SRC_URI="http://unbeatenpath.net/software/away/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
-IUSE=""
RDEPEND=">=sys-libs/pam-0.75"
DEPEND="${RDEPEND}"
+DOCS=( BUGS AUTHORS NEWS README TODO data/awayrc )
src_prepare() {
default
sed -i -e '/-o \$(BINARY)/d' \
- -e 's:LIBS:LDLIBS:' \
- "${S}"/Makefile || die "Makefile fix failed"
+ -e 's:LIBS:LDLIBS:' \
+ "${S}"/Makefile || die "Makefile fix failed"
}
src_compile() {
append-flags -pthread
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
+ emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
}
src_install() {
dobin away
-
- pamd_mimic_system away auth
-
doman doc/*
- dodoc BUGS AUTHORS NEWS README TODO data/awayrc
+ einstalldocs
+ pamd_mimic_system away auth
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2018-03-31 17:59 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-03-31 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 4749cc1f1c4dfbb426751f313ae865565ce13b73
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 17:59:40 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 17:59:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4749cc1f
app-misc/away: stable 0.9.5-r2 for ppc64, bug #647384
Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
app-misc/away/away-0.9.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
index 36184acaa9a..879e37460c9 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 sparc x86"
RDEPEND=">=sys-libs/pam-0.75"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2018-04-07 18:07 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-04-07 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 9e6bcb59e0e8ebc2efb8be35627521cbfca2e951
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 18:07:02 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 18:07:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6bcb59
app-misc/away: stable 0.9.5-r2 for ppc, bug #647384
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
app-misc/away/away-0.9.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
index 879e37460c9..daf7c44d333 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
RDEPEND=">=sys-libs/pam-0.75"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2018-04-08 22:42 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-04-08 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 09da6b9dce973dd00d7f0e751a6920a5833bc26c
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 8 16:41:44 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 8 22:41:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09da6b9d
app-misc/away: remove old.
app-misc/away/away-0.9.5-r1.ebuild | 38 --------------------------------------
1 file changed, 38 deletions(-)
diff --git a/app-misc/away/away-0.9.5-r1.ebuild b/app-misc/away/away-0.9.5-r1.ebuild
deleted file mode 100644
index 1b481dedd1b..00000000000
--- a/app-misc/away/away-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit pam toolchain-funcs flag-o-matic
-
-DESCRIPTION="Terminal locking program with few additional features"
-HOMEPAGE="http://unbeatenpath.net/software/away/"
-SRC_URI="http://unbeatenpath.net/software/away/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/pam-0.75"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
-
- sed -i -e '/-o \$(BINARY)/d' \
- -e 's:LIBS:LDLIBS:' \
- "${S}"/Makefile || die "Makefile fix failed"
-}
-src_compile() {
- append-flags -pthread
-
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
-}
-
-src_install() {
- dobin away || die "dobin failed"
-
- pamd_mimic_system away auth
-
- doman doc/*
- dodoc BUGS AUTHORS NEWS README TODO data/awayrc || die "dodoc failed"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
@ 2021-11-30 10:41 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2021-11-30 10:41 UTC (permalink / raw
To: gentoo-commits
commit: d0b1c263ce224635f951ef06cec757b05190ce00
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 10:36:27 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 10:40:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b1c263
app-misc/away: EAPI-7 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-misc/away/away-0.9.5-r2.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
index daf7c44d333d..c22675d3d0f0 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit pam toolchain-funcs flag-o-matic
@@ -17,11 +17,12 @@ RDEPEND=">=sys-libs/pam-0.75"
DEPEND="${RDEPEND}"
DOCS=( BUGS AUTHORS NEWS README TODO data/awayrc )
+
src_prepare() {
default
sed -i -e '/-o \$(BINARY)/d' \
-e 's:LIBS:LDLIBS:' \
- "${S}"/Makefile || die "Makefile fix failed"
+ Makefile || die "Makefile fix failed"
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-11-30 10:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-07 18:07 [gentoo-commits] repo/gentoo:master commit in: app-misc/away/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2021-11-30 10:41 Andreas Sturmlechner
2018-04-08 22:42 Patrice Clement
2018-03-31 17:59 Sergei Trofimovich
2018-03-19 9:09 Patrice Clement
2018-02-17 8:43 Sergei Trofimovich
2018-02-12 21:36 Thomas Deutschmann
2017-08-11 21:12 Amy Liffey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox