[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2021-11-30 Thread Andreas Sturmlechner
commit: d0b1c263ce224635f951ef06cec757b05190ce00
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 10:36:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 30 10:40:47 2021 +
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  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"
 
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2018-04-08 Thread Patrice Clement
commit: 09da6b9dce973dd00d7f0e751a6920a5833bc26c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr  8 16:41:44 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr  8 22:41:37 2018 +
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..000
--- 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"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2018-04-07 Thread Sergei Trofimovich
commit: 9e6bcb59e0e8ebc2efb8be35627521cbfca2e951
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:07:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:07:02 2018 +
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}"



[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2018-03-31 Thread Sergei Trofimovich
commit: 4749cc1f1c4dfbb426751f313ae865565ce13b73
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 31 17:59:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 31 17:59:40 2018 +
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}"



[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2018-03-19 Thread Patrice Clement
commit: 8da8c384cd38ccee44ec336d18ee12b7cb82a7ab
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Mar 18 18:39:31 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 19 09:08:45 2018 +
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
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2018-02-17 Thread Sergei Trofimovich
commit: 01667c8afe34d7fe3aab99555642b1a52e05e050
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Feb 17 07:25:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 17 08:43:40 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2018-02-12 Thread Thomas Deutschmann
commit: 78d33ce50f6a4a76b2c68afc8f96e0c554f6697e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 12 21:23:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 12 21:23:12 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: app-misc/away/

2017-08-11 Thread Amy Liffey
commit: 99ba4dbeb1a0ad95e7c9483c4720fdc633c96d68
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 21:11:58 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 21:11:58 2017 +
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 000..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
+}