public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2017-12-27 13:41 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-12-27 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     62e16ae3f4aa7f42e044e3be39e62d35f2d5ed8f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 13:40:08 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 13:40:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e16ae3

app-misc/splitvt: EAPI 6 bump.

Bug: https://bugs.gentoo.org/642168
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-misc/splitvt/splitvt-1.6.6-r3.ebuild | 51 ++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/app-misc/splitvt/splitvt-1.6.6-r3.ebuild b/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
new file mode 100644
index 00000000000..6fe1ef463d0
--- /dev/null
+++ b/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+MY_P="${P/-/_}"
+DEB_PL="7"
+
+DESCRIPTION="Splitting terminals into two shells"
+HOMEPAGE="http://www.devolution.com/~slouken/projects/splitvt"
+SRC_URI="
+	http://www.devolution.com/~slouken/projects/${PN}/${P}.tar.gz
+	mirror://debian/pool/main/s/splitvt/${MY_P}-${DEB_PL}.diff.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="sys-libs/ncurses:0="
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${WORKDIR}"/${MY_P}-${DEB_PL}.diff
+	"${FILESDIR}"/${PV}-ldflags.patch
+)
+
+DOCS=( ANNOUNCE BLURB CHANGES NOTES README TODO )
+
+src_prepare() {
+	default
+	sed -i \
+		-e "s:/usr/local/bin:${D}/usr/bin:g" \
+		-e "s:/usr/local/man/:${D}/usr/share/man/:g" config.c || die
+}
+
+src_configure() {
+	# upstream has their own weirdo configure script...
+	./configure || die "configure failed"
+	sed -i \
+		-e "s:-O2:${CFLAGS}:" \
+		-e "s:^CC = gcc:CC = $(tc-getCC):" Makefile || die
+}
+
+src_install() {
+	dodir /usr/bin /usr/share/man/man1
+	default
+	fperms 755 /usr/bin/xsplitvt
+	doman splitvt.1
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2018-01-03 18:51 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2018-01-03 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3ff9729f542de29a13731f15c5238f5b7b76ce9f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 18:51:22 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 18:51:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff9729f

app-misc/splitvt: merge stable keywords (EAPI=6 bump)

Bug: https://bugs.gentoo.org/642168
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-misc/splitvt/splitvt-1.6.6-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6-r3.ebuild b/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
index 6fe1ef463d0..e28504982b7 100644
--- a/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
+++ b/app-misc/splitvt/splitvt-1.6.6-r3.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
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ia64 ppc sparc x86"
 
 DEPEND="sys-libs/ncurses:0="
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2018-01-03 18:53 Mikle Kolyada
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada @ 2018-01-03 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     eeb20aefb13d3228aa8f006b67ab993b7ded684c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 18:52:48 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 18:52:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb20aef

app-misc/splitvt: Drop old

Closes: https://bugs.gentoo.org/642168
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-misc/splitvt/splitvt-1.6.6-r2.ebuild | 46 --------------------------------
 1 file changed, 46 deletions(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6-r2.ebuild b/app-misc/splitvt/splitvt-1.6.6-r2.ebuild
deleted file mode 100644
index a007ffa4eea..00000000000
--- a/app-misc/splitvt/splitvt-1.6.6-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils toolchain-funcs
-
-MY_P="${P/-/_}"
-DEB_PL="7"
-
-DESCRIPTION="Splitting terminals into two shells"
-HOMEPAGE="http://www.devolution.com/~slouken/projects/splitvt"
-SRC_URI="
-	http://www.devolution.com/~slouken/projects/${PN}/${P}.tar.gz
-	mirror://debian/pool/main/s/splitvt/${MY_P}-${DEB_PL}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch \
-		"${WORKDIR}"/${MY_P}-${DEB_PL}.diff \
-		"${FILESDIR}"/${PV}-ldflags.patch
-	sed -i \
-		-e "s:/usr/local/bin:${D}/usr/bin:g" \
-		-e "s:/usr/local/man/:${D}/usr/share/man/:g" config.c || die
-}
-
-src_configure() {
-	# upstream has their own weirdo configure script...
-	./configure || die "configure failed"
-	sed -i -e "s:-O2:${CFLAGS}:" -e "s:^CC = gcc:CC = $(tc-getCC):" Makefile || die
-}
-
-src_install() {
-	dodir /usr/bin /usr/share/man/man1/ || die
-	make install || die "make install failed"
-	fperms 755 /usr/bin/xsplitvt || die
-	dodoc ANNOUNCE BLURB CHANGES NOTES README TODO || die
-	doman splitvt.1 || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2018-01-17 21:42 Patrice Clement
  0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2018-01-17 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7066374677bfdc881c6ef2807841e8cd8d5df862
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 21:40:04 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 21:42:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70663746

app-misc/splitvt: update SRC_URI and HOMEPAGE.

Closes: https://bugs.gentoo.org/632590
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-misc/splitvt/splitvt-1.6.6-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6-r3.ebuild b/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
index e28504982b7..989507ca295 100644
--- a/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
+++ b/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
@@ -9,9 +9,9 @@ MY_P="${P/-/_}"
 DEB_PL="7"
 
 DESCRIPTION="Splitting terminals into two shells"
-HOMEPAGE="http://www.devolution.com/~slouken/projects/splitvt"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="
-	http://www.devolution.com/~slouken/projects/${PN}/${P}.tar.gz
+	https://slouken.libsdl.org/projects/splitvt/${P}.tar.gz
 	mirror://debian/pool/main/s/splitvt/${MY_P}-${DEB_PL}.diff.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2022-11-22  7:05 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-11-22  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b821f8830d649f1f9fda4968551a676449d598e3
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Nov  2 14:30:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 06:57:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b821f883

app-misc/splitvt: revbump, fix build with clang16, fix open bugs

- Wrote a patch with modern C function definitions to make this work with clang16
- sed in ebuild now uses | instead of : as delimiter
- use ${ED} instead of ${D} now

Closes: https://bugs.gentoo.org/871072
Closes: https://bugs.gentoo.org/879639
Closes: https://bugs.gentoo.org/710456
Closes: https://bugs.gentoo.org/836040
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/28105
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/splitvt/Manifest                |  1 +
 app-misc/splitvt/splitvt-1.6.6_p7.ebuild | 57 ++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-misc/splitvt/Manifest b/app-misc/splitvt/Manifest
index cef8a0a9afaf..194b54a88cc1 100644
--- a/app-misc/splitvt/Manifest
+++ b/app-misc/splitvt/Manifest
@@ -1,2 +1,3 @@
 DIST splitvt-1.6.6.tar.gz 64797 BLAKE2B cc867fe7cf57b541f5d124bb3bbac111e0cd4a4ef835df7c8abfc7e73c1d172f0a75512e54245b395d815308b6bf94d79c8b896099a4af51e8947ddf177e88bc SHA512 a0a0ea2251489f14e2ba7af9bb1b9d309d6fa310f434090d97af2a0805c398731dec45a5cc15c2074af4d3f33b02c5bab019743530619755382af80ff86fa670
+DIST splitvt-1.6.6_p7-fix-build-for-clang16.patch.xz 10816 BLAKE2B 3223e9368361b380b756c2fc86e8454695f052dcfc4ab8a1459031ff4b6972e9ab42d4ab2bff64be0bfa6074b4301c80d23c0118269d41821b9c54ab4b27eacb SHA512 95325c1c16f3ab71efa531804b0a48676b22eb6b66af93c1b21d0109a1059fcc72b2bcf6ac5d1ce39c2d0473a6fa6a51cddb45d463337eb56a907528547c98f7
 DIST splitvt_1.6.6-7.diff.gz 11073 BLAKE2B 595381265ecd1d7a654fbce4afde5f872e7ce35d3cd44936f78a3c714b7964586d7ec0ec17d986a0f2e6ff9c3e01cf3563b54185f2fa10bebc9ababd174d4879 SHA512 620f3f6e7f22284ef8054e371a87421beeb2ef355b7084748cbd1f7a3a128c9da11f291fdaf1d393010c0f7affce8d6e56a7ae0977d9831b9d3b98963c55c71f

diff --git a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
new file mode 100644
index 000000000000..5ee0835a6bd4
--- /dev/null
+++ b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_P="${PN}-$(ver_cut 1-3)"
+MY_DEB_P="${PN}_$(ver_cut 1-3)-$(ver_cut 5)"
+
+DESCRIPTION="Splitting terminals into two shells"
+HOMEPAGE="https://slouken.libsdl.org/projects/splitvt/"
+SRC_URI="
+	https://slouken.libsdl.org/projects/splitvt/${MY_P}.tar.gz
+	mirror://debian/pool/main/s/splitvt/${MY_DEB_P}.diff.gz
+	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-fix-build-for-clang16.patch.xz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="sys-libs/ncurses:="
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${WORKDIR}"/${MY_DEB_P}.diff
+	"${FILESDIR}"/1.6.6-ldflags.patch
+	"${WORKDIR}"/${P}-fix-build-for-clang16.patch
+)
+
+DOCS=( ANNOUNCE BLURB CHANGES NOTES README TODO )
+
+src_prepare() {
+	default
+	sed -i \
+		-e "s|/usr/local/bin|${ED}/usr/bin|g" \
+		-e "s|/usr/local/man/|${ED}/usr/share/man/|g" config.c || die
+}
+
+src_configure() {
+	# upstream has their own homebrew configure script
+	./configure || die "configure failed"
+	sed -i \
+		-e "s|-O2|${CFLAGS}|" \
+		-e "s|^CC = gcc|CC = $(tc-getCC)|" Makefile || die
+}
+
+src_install() {
+	dodir /usr/bin /usr/share/man/man1
+
+	default
+
+	fperms 755 /usr/bin/xsplitvt
+	doman splitvt.1
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2022-12-21 15:56 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-12-21 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     74adb632efbb52479717a698c558ab43083f9161
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 15:55:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 15:55:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74adb632

app-misc/splitvt: Stabilize 1.6.6_p7 sparc, #887673

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/splitvt/splitvt-1.6.6_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
index 851b4074435a..be35a64dc97e 100644
--- a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
+++ b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc sparc ~x86"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2022-12-21 15:56 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-12-21 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bac6a231e5d74d3cb40426e51b4b794fa2b78db6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 15:55:48 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 15:55:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac6a231

app-misc/splitvt: Stabilize 1.6.6_p7 x86, #887673

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/splitvt/splitvt-1.6.6_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
index eb123d290025..c4cd6abef175 100644
--- a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
+++ b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc sparc x86"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2022-12-21 15:56 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-12-21 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5cef64d3c69ef21caa1a839fc6380a10d1220dee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 15:55:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 15:55:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cef64d3

app-misc/splitvt: Stabilize 1.6.6_p7 amd64, #887673

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/splitvt/splitvt-1.6.6_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
index 5ee0835a6bd4..851b4074435a 100644
--- a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
+++ b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2022-12-21 15:56 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-12-21 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c4e6fddd611608fd041f75af850c45c044e8a1e2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 15:55:47 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 15:55:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e6fddd

app-misc/splitvt: Stabilize 1.6.6_p7 ppc, #887673

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/splitvt/splitvt-1.6.6_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
index be35a64dc97e..eb123d290025 100644
--- a/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
+++ b/app-misc/splitvt/splitvt-1.6.6_p7.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc sparc ~x86"
 
 DEPEND="sys-libs/ncurses:="
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/
@ 2022-12-24 14:49 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-12-24 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3403b0d5444420aa47d6c02747dea2b47fa1a9eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 16:03:18 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 14:48:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3403b0d5

app-misc/splitvt: drop 1.6.6-r3

Closes: https://bugs.gentoo.org/887673
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/splitvt/splitvt-1.6.6-r3.ebuild | 51 --------------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-misc/splitvt/splitvt-1.6.6-r3.ebuild b/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
deleted file mode 100644
index 43359996a8e2..000000000000
--- a/app-misc/splitvt/splitvt-1.6.6-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-DEB_PL="7"
-
-DESCRIPTION="Splitting terminals into two shells"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="
-	https://slouken.libsdl.org/projects/splitvt/${P}.tar.gz
-	mirror://debian/pool/main/s/splitvt/${MY_P}-${DEB_PL}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc sparc x86"
-
-DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${WORKDIR}"/${MY_P}-${DEB_PL}.diff
-	"${FILESDIR}"/${PV}-ldflags.patch
-)
-
-DOCS=( ANNOUNCE BLURB CHANGES NOTES README TODO )
-
-src_prepare() {
-	default
-	sed -i \
-		-e "s:/usr/local/bin:${D}/usr/bin:g" \
-		-e "s:/usr/local/man/:${D}/usr/share/man/:g" config.c || die
-}
-
-src_configure() {
-	# upstream has their own weirdo configure script...
-	./configure || die "configure failed"
-	sed -i \
-		-e "s:-O2:${CFLAGS}:" \
-		-e "s:^CC = gcc:CC = $(tc-getCC):" Makefile || die
-}
-
-src_install() {
-	dodir /usr/bin /usr/share/man/man1
-	default
-	fperms 755 /usr/bin/xsplitvt
-	doman splitvt.1
-}


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

end of thread, other threads:[~2022-12-24 14:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-21 15:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/splitvt/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 14:49 Andreas Sturmlechner
2022-12-21 15:56 Arthur Zamarin
2022-12-21 15:56 Arthur Zamarin
2022-12-21 15:56 Arthur Zamarin
2022-11-22  7:05 Sam James
2018-01-17 21:42 Patrice Clement
2018-01-03 18:53 Mikle Kolyada
2018-01-03 18:51 Mikle Kolyada
2017-12-27 13:41 Patrice Clement

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