public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2015-09-29 20:59 Markus Meier
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier @ 2015-09-29 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     cc529ca0c00ef5f447eb8467ea2204310301a7c9
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 20:59:48 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:59:48 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc529ca0

app-misc/screenie: add ~arm, bug #559774

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 app-misc/screenie/screenie-1.30.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screenie/screenie-1.30.0-r1.ebuild b/app-misc/screenie/screenie-1.30.0-r1.ebuild
index e554e7b..bbf5302 100644
--- a/app-misc/screenie/screenie-1.30.0-r1.ebuild
+++ b/app-misc/screenie/screenie-1.30.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://pubwww.hsz-t.ch/~mgloor/data/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ia64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="app-misc/screen"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2018-02-11 10:25 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2018-02-11 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4f6cb1f5c6be7d2c1966daf95b084d672c1dca1b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:20:43 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:24:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6cb1f5

app-misc/screenie: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-misc/screenie/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-misc/screenie/metadata.xml b/app-misc/screenie/metadata.xml
index e7b2676fce0..3fcb159a037 100644
--- a/app-misc/screenie/metadata.xml
+++ b/app-misc/screenie/metadata.xml
@@ -8,7 +8,6 @@
   <maintainer type="person">
     <email>rgkmg25@gmail.com</email>
     <name>Robert Kowalski</name>
-    <description>Proxy Maintainer. CC on bugs</description>
   </maintainer>
   <longdescription lang="en">
     Screenie is a small and lightweight GNU screen(1) frontend that is


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2018-05-26 18:16 Aaron Bauman
  0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-05-26 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     02a9ed788665e91ca7c1f29b79010601ffd1f036
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 15:56:18 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a9ed78

app-misc/screenie: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8599

 app-misc/screenie/screenie-1.30.0-r1.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-misc/screenie/screenie-1.30.0-r1.ebuild b/app-misc/screenie/screenie-1.30.0-r1.ebuild
index 248b1f0c3a4..24d0adb2af8 100644
--- a/app-misc/screenie/screenie-1.30.0-r1.ebuild
+++ b/app-misc/screenie/screenie-1.30.0-r1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="screen(1) frontend that is designed to be a session handler"
 HOMEPAGE="http://pubwww.hsz-t.ch/~mgloor/screenie.html"
@@ -16,11 +14,9 @@ IUSE=""
 
 RDEPEND="app-misc/screen"
 
-src_prepare() {
-	epatch "${FILESDIR}/${PN}-CVE-2008-5371.patch"
-}
+PATCHES=( "${FILESDIR}/${PN}-CVE-2008-5371.patch" )
 
 src_install() {
 	dobin screenie || die "dobin failed"
-	dodoc AUTHORS ChangeLog INSTALL README TODO || die "dodoc failed"
+	default
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-07-26 20:36 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2020-07-26 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6ae646ce908ec4662e5979679e13025e80784275
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 20:35:36 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 20:36:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae646ce

app-misc/screenie: update HOMEPAGE to sourceforge

Bug: https://bugs.gentoo.org/639406
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/screenie/screenie-1.30.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/screenie/screenie-1.30.0-r1.ebuild b/app-misc/screenie/screenie-1.30.0-r1.ebuild
index 84d6cd85146..4b3a0fa8a2e 100644
--- a/app-misc/screenie/screenie-1.30.0-r1.ebuild
+++ b/app-misc/screenie/screenie-1.30.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="screen(1) frontend that is designed to be a session handler"
-HOMEPAGE="http://pubwww.hsz-t.ch/~mgloor/screenie.html"
+HOMEPAGE="https://sourceforge.net/projects/screenie/"
 SRC_URI="http://pubwww.hsz-t.ch/~mgloor/data/${P}.tar.bz2"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-08-04 17:04 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2020-08-04 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e0970113e54cf5275997a36da5a661ec41e49391
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 17:03:56 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 17:03:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0970113

app-misc/screenie: bump to 20120406

 - this is a continued fork of screenie, and fully
   backwards-compatible,
 - update EAPI, HOMEPAGE, LICENSE, SRC_URI.

Bug: https://bugs.gentoo.org/639406
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/screenie/Manifest                 |  1 +
 app-misc/screenie/screenie-20120406.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-misc/screenie/Manifest b/app-misc/screenie/Manifest
index 9d5243103cd..bc81f2ead9c 100644
--- a/app-misc/screenie/Manifest
+++ b/app-misc/screenie/Manifest
@@ -1 +1,2 @@
 DIST screenie-1.30.0.tar.bz2 10068 BLAKE2B 49bbb8f81141c2b0707aab04e8a43f27e5ccd5c4241cf0e0e7ee3a7bd7944dc61c11f3a9ac5ae3040fecae1947a4271561e9b164b64512043916e3b39f25901c SHA512 8068421aaa461df32bccbe72e23474b20ef3f761e78a3e520c1f9f19a383d9ad9fd0377e2cdf1c4f023ca570b172a40ebff63d3cb538b96d1e1706fe83d03fdd
+DIST screenie-20120406.tar.gz 3437 BLAKE2B 354410d41e1aa9c6bcef3951f26aafcabf8e5af5ba4abd69627e62575127c1190abc78db4ee72552b02ad5cbcde0b6c910dfbb9191f2fd8444e57dff36d16701 SHA512 73e9c9cf53792c51785d45319f65559f5d8f1c97f8637d3c3262384eb1a3835f3ba380e4c9284858e163e8d2021938c2ef3ab50f2854d5f932e96847b9a4c153

diff --git a/app-misc/screenie/screenie-20120406.ebuild b/app-misc/screenie/screenie-20120406.ebuild
new file mode 100644
index 00000000000..1cf8fe9a3ea
--- /dev/null
+++ b/app-misc/screenie/screenie-20120406.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A small and lightweight screen wrapper"
+HOMEPAGE="https://sourceforge.net/projects/screenie/"
+SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc ~x86"
+
+RDEPEND="app-misc/screen"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+	einstalldocs
+	dobin screenie
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-08-04 17:38 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2020-08-04 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0958b4f2101bf2a7526e417463752f8fbfa5c1fd
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 17:38:29 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 17:38:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0958b4f2

app-misc/screenie: install manpage on 20120406

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/screenie/screenie-20120406.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/screenie/screenie-20120406.ebuild b/app-misc/screenie/screenie-20120406.ebuild
index 1cf8fe9a3ea..2b2e7eb357c 100644
--- a/app-misc/screenie/screenie-20120406.ebuild
+++ b/app-misc/screenie/screenie-20120406.ebuild
@@ -18,4 +18,5 @@ S="${WORKDIR}/${PN}"
 src_install() {
 	einstalldocs
 	dobin screenie
+	doman screenie.1
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-08-09 18:53 Jonas Stein
  0 siblings, 0 replies; 11+ messages in thread
From: Jonas Stein @ 2020-08-09 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c284154d7b721e565e6ce1e55764385d9207fb63
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 18:52:26 2020 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 18:52:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c284154d

app-misc/screenie: Maintainer retired

Proxied maintainer retired due to inactivity.
Closes: https://bugs.gentoo.org/632892
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-misc/screenie/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-misc/screenie/metadata.xml b/app-misc/screenie/metadata.xml
index 3fcb159a037..7e93008ed1a 100644
--- a/app-misc/screenie/metadata.xml
+++ b/app-misc/screenie/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
-  <maintainer type="person">
-    <email>rgkmg25@gmail.com</email>
-    <name>Robert Kowalski</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription lang="en">
     Screenie is a small and lightweight GNU screen(1) frontend that is
     designed to be a session handler that simplifies the process of


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-09-06  6:15 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2020-09-06  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     372a881f66e047c855bb01d1a451b43c7ab93179
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 06:11:47 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 06:11:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372a881f

app-misc/screenie: stabilize 20120406 on amd64

Bug: https://bugs.gentoo.org/740640
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/screenie/screenie-20120406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screenie/screenie-20120406.ebuild b/app-misc/screenie/screenie-20120406.ebuild
index 9c77eee0da9..a02160f8612 100644
--- a/app-misc/screenie/screenie-20120406.ebuild
+++ b/app-misc/screenie/screenie-20120406.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~sparc x86"
 
 RDEPEND="app-misc/screen"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-09-06  6:15 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2020-09-06  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f2da83903d315544e24ab7cbd9e17e3b199c86d9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 06:07:22 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 06:07:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2da8390

app-misc/screenie: stabilize 20120406 on x86

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/screenie/screenie-20120406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screenie/screenie-20120406.ebuild b/app-misc/screenie/screenie-20120406.ebuild
index 2b2e7eb357c..9c77eee0da9 100644
--- a/app-misc/screenie/screenie-20120406.ebuild
+++ b/app-misc/screenie/screenie-20120406.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc x86"
 
 RDEPEND="app-misc/screen"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-09-06 13:44 Sergei Trofimovich
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2020-09-06 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     eb7376f717ebc78c99a2e78e52517841546211d0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 13:43:55 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 13:43:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7376f7

app-misc/screenie: stable 20120406 for hppa

stable wrt bug #740640

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-misc/screenie/screenie-20120406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screenie/screenie-20120406.ebuild b/app-misc/screenie/screenie-20120406.ebuild
index a02160f8612..db476a5e939 100644
--- a/app-misc/screenie/screenie-20120406.ebuild
+++ b/app-misc/screenie/screenie-20120406.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ~ia64 ~sparc x86"
 
 RDEPEND="app-misc/screen"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/
@ 2020-09-07 17:39 Sergei Trofimovich
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2020-09-07 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bb2c1c16945c1a06463aab2bfdbb15e92bb9a5a0
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Sep  7 16:14:50 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 17:39:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2c1c16

app-misc/screenie: stable 20120406 for sparc, bug #740640

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-misc/screenie/screenie-20120406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screenie/screenie-20120406.ebuild b/app-misc/screenie/screenie-20120406.ebuild
index db476a5e939..ad452493da1 100644
--- a/app-misc/screenie/screenie-20120406.ebuild
+++ b/app-misc/screenie/screenie-20120406.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ~ia64 sparc x86"
 
 RDEPEND="app-misc/screen"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-09-07 17:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-06  6:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/screenie/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2020-09-07 17:39 Sergei Trofimovich
2020-09-06 13:44 Sergei Trofimovich
2020-09-06  6:15 Joonas Niilola
2020-08-09 18:53 Jonas Stein
2020-08-04 17:38 Joonas Niilola
2020-08-04 17:04 Joonas Niilola
2020-07-26 20:36 Joonas Niilola
2018-05-26 18:16 Aaron Bauman
2018-02-11 10:25 Michał Górny
2015-09-29 20:59 Markus Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox