* [gentoo-commits] repo/gentoo:master commit in: app-misc/lxsplit/
@ 2018-01-18 22:16 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-01-18 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 33fe3d7705a18cce68b2013e5e8ba1ee4c2f7f0f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 22:16:04 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 22:16:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fe3d77
app-misc/lxsplit: EAPI 6 bump.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
new file mode 100644
index 00000000000..8d9b02a71df
--- /dev/null
+++ b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Command-line file splitter/joiner for Linux"
+HOMEPAGE="http://lxsplit.sourceforge.net"
+SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+src_compile() {
+ tc-export CC
+ emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ einstalldocs
+ dobin "${PN}"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/lxsplit/
@ 2018-08-25 13:05 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-08-25 13:05 UTC (permalink / raw
To: gentoo-commits
commit: ec128f0da108c3c3bfad7bc3954673cd08fd6e04
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 12:53:19 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 13:05:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec128f0d
app-misc/lxsplit: EAPI-7 bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10
app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
index 8d9b02a71df..dde88be3fa0 100644
--- a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
+++ b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit toolchain-funcs
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/lxsplit/
@ 2018-08-29 1:07 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-08-29 1:07 UTC (permalink / raw
To: gentoo-commits
commit: 60666dc2d15e7492f74c6b7935f98d71671e5b65
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 00:57:07 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 00:57:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60666dc2
app-misc/lxsplit: x86 stable (bug #664458)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
index dde88be3fa0..37360a834da 100644
--- a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
+++ b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
src_compile() {
tc-export CC
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/lxsplit/
@ 2018-09-01 23:22 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2018-09-01 23:22 UTC (permalink / raw
To: gentoo-commits
commit: fe54c5786bc8805f189d6bfc91cedcef0d4a472a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 1 23:20:37 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 1 23:20:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe54c578
app-misc/lxsplit: stable 0.2.4-r1 for ppc, bug #664458
Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
index 37360a834da..e3c7ef4bb4c 100644
--- a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
+++ b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
src_compile() {
tc-export CC
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/lxsplit/
@ 2018-09-15 19:16 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-09-15 19:16 UTC (permalink / raw
To: gentoo-commits
commit: f59dc120c897a6079bf9d94ec690b2b4026898a6
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 19:13:46 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 19:16:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59dc120
app-misc/lxsplit: amd64 stable wrt bug #664458
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
index e3c7ef4bb4c..ab571aa33ef 100644
--- a/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
+++ b/app-misc/lxsplit/lxsplit-0.2.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
src_compile() {
tc-export CC
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/lxsplit/
@ 2018-09-15 19:16 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-09-15 19:16 UTC (permalink / raw
To: gentoo-commits
commit: d4750da3c3e0b98e0dc7cff16fe1960c7932437d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 19:14:18 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 19:16:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4750da3
app-misc/lxsplit: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-misc/lxsplit/lxsplit-0.2.4.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/app-misc/lxsplit/lxsplit-0.2.4.ebuild b/app-misc/lxsplit/lxsplit-0.2.4.ebuild
deleted file mode 100644
index b4cf94587c8..00000000000
--- a/app-misc/lxsplit/lxsplit-0.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="Command-line file splitter/joiner for Linux"
-HOMEPAGE="http://lxsplit.sourceforge.net"
-SRC_URI="mirror://sourceforge/lxsplit/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_compile() {
- tc-export CC
- emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
- dobin lxsplit || die
- dodoc ChangeLog README || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-09-15 19:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-15 19:16 [gentoo-commits] repo/gentoo:master commit in: app-misc/lxsplit/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-09-15 19:16 Mikle Kolyada
2018-09-01 23:22 Sergei Trofimovich
2018-08-29 1:07 Thomas Deutschmann
2018-08-25 13:05 Andreas Sturmlechner
2018-01-18 22:16 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox