public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/transfolio/
@ 2020-05-11 21:54 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2020-05-11 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e992ed8a4e7636ebcdcbf161aebfde947f208c6a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 21:50:47 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon May 11 21:53:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e992ed8a

app-misc/transfolio: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/transfolio/transfolio-1.0.1.ebuild | 31 -----------------------------
 1 file changed, 31 deletions(-)

diff --git a/app-misc/transfolio/transfolio-1.0.1.ebuild b/app-misc/transfolio/transfolio-1.0.1.ebuild
deleted file mode 100644
index e05ba9d6008..00000000000
--- a/app-misc/transfolio/transfolio-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Enables data transfer between the PC and the Atari Portfolio"
-HOMEPAGE="http://leute.server.de/peichl/"
-SRC_URI="http://leute.server.de/peichl/transfolio.zip -> ${P}.zip"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
-	default
-
-	# Respect users CC, CFLAGS and disable striping
-	sed -e 's/cc/${CC}/' -e 's/-O2/${CFLAGS}/' -e '/strip/d' -i Makefile || die
-
-	tc-export CC
-}
-
-src_install() {
-	dobin transfolio
-
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/transfolio/
@ 2020-06-29 13:40 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2020-06-29 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4ccaf17a597e3f7610a541dfccd54110604aac48
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 13:39:01 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 13:39:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccaf17a

app-misc/transfolio: x86 stable wrt bug #724102

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/app-misc/transfolio/transfolio-1.0.1-r1.ebuild b/app-misc/transfolio/transfolio-1.0.1-r1.ebuild
index abcad10102f..6c68ed5ec6f 100644
--- a/app-misc/transfolio/transfolio-1.0.1-r1.ebuild
+++ b/app-misc/transfolio/transfolio-1.0.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://leute.server.de/peichl/transfolio.zip -> ${P}.zip"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="app-arch/unzip"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/transfolio/
@ 2020-05-11 21:54 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2020-05-11 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     69e4846eefecae7b962e3c263b4828b93c2396e5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 21:50:11 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon May 11 21:53:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e4846e

app-misc/transfolio: respect users ldflags

Closes: https://bugs.gentoo.org/722374
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/transfolio/transfolio-1.0.1-r1.ebuild | 31 ++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-misc/transfolio/transfolio-1.0.1-r1.ebuild b/app-misc/transfolio/transfolio-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..fb39bd28dea
--- /dev/null
+++ b/app-misc/transfolio/transfolio-1.0.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Enables data transfer between the PC and the Atari Portfolio"
+HOMEPAGE="http://leute.server.de/peichl/"
+SRC_URI="http://leute.server.de/peichl/transfolio.zip -> ${P}.zip"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+src_prepare() {
+	default
+
+	# Respect users CC, CFLAGS, LDFLAGS and disable striping
+	sed -e 's/cc/${CC}/' -e 's/-O2/${CFLAGS} ${LDFLAGS}/' -e '/strip/d' -i Makefile || die
+
+	tc-export CC
+}
+
+src_install() {
+	dobin transfolio
+
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/transfolio/
@ 2020-01-01 18:36 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2020-01-01 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     17139811b26d331095ffa08361e1619084d33bab
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 18:34:44 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 18:35:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17139811

app-misc/transfolio: update metadata.xml

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/transfolio/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/transfolio/metadata.xml b/app-misc/transfolio/metadata.xml
index fda9b69df4c..ca128838bc3 100644
--- a/app-misc/transfolio/metadata.xml
+++ b/app-misc/transfolio/metadata.xml
@@ -6,8 +6,8 @@
 		<name>Conrad Kostecki</name>
 	</maintainer>
 	<longdescription>
-		TransFolio is a command line tool for Linux and Windows which,
+		TransFolio is a command line tool for Linux and Windows,
+		which enables data transfer between the PC and the Atari Portfolio,
 		as did Atari's DOS program FT.COM.
-		It enables data transfer between the PC and the Atari Portfolio.
 	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/transfolio/
@ 2019-12-29  0:48 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2019-12-29  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d999eac39fa6ce23d561e74f063a8c89096bd0c6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 00:46:39 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 00:46:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d999eac3

app-misc/transfolio: New package

TransFolio is a command line tool for Linux and Windows which,
as did Atari's DOS program FT.COM.
It enables data transfer between the PC and the Atari Portfolio.

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/transfolio/Manifest                |  1 +
 app-misc/transfolio/metadata.xml            | 13 ++++++++++++
 app-misc/transfolio/transfolio-1.0.1.ebuild | 31 +++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/app-misc/transfolio/Manifest b/app-misc/transfolio/Manifest
new file mode 100644
index 00000000000..7d498316360
--- /dev/null
+++ b/app-misc/transfolio/Manifest
@@ -0,0 +1 @@
+DIST transfolio-1.0.1.zip 158362 BLAKE2B 291e80e3576c3d92f00905c49d891c9ff926229cc2d843520b9b69f44660ec16ea274b4b68f4d8f3e353d140a6f8549697f3d2456310a5cd3a0e736ff6e0b61a SHA512 5d8c348cabcc3765c192a200ec011344960704085e815d249db23ac3669760c15ec343b16ecdce3469f49f76872f6f93563d50a96cf305f75ed19235d3a5d665

diff --git a/app-misc/transfolio/metadata.xml b/app-misc/transfolio/metadata.xml
new file mode 100644
index 00000000000..fda9b69df4c
--- /dev/null
+++ b/app-misc/transfolio/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>conikost@gentoo.org</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<longdescription>
+		TransFolio is a command line tool for Linux and Windows which,
+		as did Atari's DOS program FT.COM.
+		It enables data transfer between the PC and the Atari Portfolio.
+	</longdescription>
+</pkgmetadata>

diff --git a/app-misc/transfolio/transfolio-1.0.1.ebuild b/app-misc/transfolio/transfolio-1.0.1.ebuild
new file mode 100644
index 00000000000..e05ba9d6008
--- /dev/null
+++ b/app-misc/transfolio/transfolio-1.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Enables data transfer between the PC and the Atari Portfolio"
+HOMEPAGE="http://leute.server.de/peichl/"
+SRC_URI="http://leute.server.de/peichl/transfolio.zip -> ${P}.zip"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+src_prepare() {
+	default
+
+	# Respect users CC, CFLAGS and disable striping
+	sed -e 's/cc/${CC}/' -e 's/-O2/${CFLAGS}/' -e '/strip/d' -i Makefile || die
+
+	tc-export CC
+}
+
+src_install() {
+	dobin transfolio
+
+	einstalldocs
+}


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

end of thread, other threads:[~2020-06-29 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-11 21:54 [gentoo-commits] repo/gentoo:master commit in: app-misc/transfolio/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2020-06-29 13:40 Agostino Sarubbo
2020-05-11 21:54 Conrad Kostecki
2020-01-01 18:36 Conrad Kostecki
2019-12-29  0:48 Conrad Kostecki

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