public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/dsx/
@ 2017-02-09 21:53 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-02-09 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     69d830b8a39f884ce2586b4294dbade618e8a772
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 14:55:34 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 21:52:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d830b8

x11-misc/dsx: EAPI bump 2 -> 6, migrate to python-single-r1

Fixes: https://bugs.gentoo.org/599800

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3882

 x11-misc/dsx/dsx-0.1-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-misc/dsx/dsx-0.1-r1.ebuild b/x11-misc/dsx/dsx-0.1-r1.ebuild
new file mode 100644
index 0000000000..bb4c35bd73
--- /dev/null
+++ b/x11-misc/dsx/dsx-0.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="Command line selection of your X desktop environment"
+HOMEPAGE="https://www.gentoo.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+	${PYTHON_DEPS}
+	x11-apps/xinit"
+
+S="${WORKDIR}"
+
+src_prepare() {
+	cp "${FILESDIR}/${P}" "${PN}" || die
+	default
+}
+
+src_install() {
+	python_doscript "${WORKDIR}/${PN}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/dsx/
@ 2017-02-19 23:02 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-02-19 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     552d77fb9dd0141443612f26e2713cab945a3900
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 21:57:31 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 23:02:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552d77fb

x11-misc/dsx: Simplify to avoid interim copy

 x11-misc/dsx/dsx-0.1-r1.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/x11-misc/dsx/dsx-0.1-r1.ebuild b/x11-misc/dsx/dsx-0.1-r1.ebuild
index bb4c35bd73..cb0f7f2a0b 100644
--- a/x11-misc/dsx/dsx-0.1-r1.ebuild
+++ b/x11-misc/dsx/dsx-0.1-r1.ebuild
@@ -25,11 +25,6 @@ RDEPEND="
 
 S="${WORKDIR}"
 
-src_prepare() {
-	cp "${FILESDIR}/${P}" "${PN}" || die
-	default
-}
-
 src_install() {
-	python_doscript "${WORKDIR}/${PN}"
+	python_newscript "${FILESDIR}/${P}" "${PN}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/dsx/
@ 2017-02-19 23:02 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-02-19 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e53cd60a720276d8cf226d93201b5baeb46a9bf0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 21:58:24 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 23:02:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53cd60a

x11-misc/dsx: Clean old version up

 x11-misc/dsx/dsx-0.1.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/x11-misc/dsx/dsx-0.1.ebuild b/x11-misc/dsx/dsx-0.1.ebuild
deleted file mode 100644
index dc371f0855..0000000000
--- a/x11-misc/dsx/dsx-0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="command line selection of your X desktop environment"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-apps/xinit"
-DEPEND=""
-
-pkg_setup() {
-	python_set_active_version 2
-}
-
-src_prepare() {
-	cp "${FILESDIR}"/${P} "${T}"
-	python_convert_shebangs -r 2 "${T}"
-}
-
-src_install() {
-	newbin "${T}"/${P} dsx
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/dsx/
@ 2017-02-19 23:02 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-02-19 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     eac8fd42ab95db7e1da7f563af61b51b96432094
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 21:58:03 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 23:02:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac8fd42

x11-misc/dsx: Mark -r1 stable

 x11-misc/dsx/dsx-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dsx/dsx-0.1-r1.ebuild b/x11-misc/dsx/dsx-0.1-r1.ebuild
index cb0f7f2a0b..13b3aa2a62 100644
--- a/x11-misc/dsx/dsx-0.1-r1.ebuild
+++ b/x11-misc/dsx/dsx-0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/dsx/
@ 2020-02-08 14:18 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2020-02-08 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f6844612f5cf3d71c861ef80c7898ac25190adfb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 14:18:29 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 14:18:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6844612

x11-misc/dsx: [QA] Fix BadHomepage

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/dsx/dsx-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dsx/dsx-0.1-r1.ebuild b/x11-misc/dsx/dsx-0.1-r1.ebuild
index fe4368e5c75..a82b0937570 100644
--- a/x11-misc/dsx/dsx-0.1-r1.ebuild
+++ b/x11-misc/dsx/dsx-0.1-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1
 
 DESCRIPTION="Command line selection of your X desktop environment"
-HOMEPAGE="https://www.gentoo.org/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI=""
 
 LICENSE="GPL-2"


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

end of thread, other threads:[~2020-02-08 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19 23:02 [gentoo-commits] repo/gentoo:master commit in: x11-misc/dsx/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-02-08 14:18 David Seifert
2017-02-19 23:02 Michał Górny
2017-02-19 23:02 Michał Górny
2017-02-09 21:53 David Seifert

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