public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2017-11-25 19:55 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-11-25 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c6461ae4cf8c465ffa2af221b8921694b11bf43f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 18:04:48 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 19:54:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6461ae4

app-text/cedilla: [QA] Consistent whitespace in metadata.xml

 app-text/cedilla/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/cedilla/metadata.xml b/app-text/cedilla/metadata.xml
index 61626d31469..b3c1d365eaa 100644
--- a/app-text/cedilla/metadata.xml
+++ b/app-text/cedilla/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-	<email>titanofold@gentoo.org</email>
-	<name>Aaron W. Swenson</name>
-  </maintainer>
+	<maintainer type="person">
+		<email>titanofold@gentoo.org</email>
+		<name>Aaron W. Swenson</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2018-01-15 10:37 Aaron Swenson
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Swenson @ 2018-01-15 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     3bd0d4f1dc2390b9543236942409b98c51cbd7de
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 10:35:14 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 10:36:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd0d4f1

app-text/cedilla: Bump to 0.7

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

 app-text/cedilla/Manifest           |  1 +
 app-text/cedilla/cedilla-0.7.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-text/cedilla/Manifest b/app-text/cedilla/Manifest
index f032654531a..6a88f48a4dc 100644
--- a/app-text/cedilla/Manifest
+++ b/app-text/cedilla/Manifest
@@ -1 +1,2 @@
 DIST cedilla-0.6.tar.gz 130676 BLAKE2B e316dff5ab9bb89dd350e9842847ed700846cfd57370be17198aa3c54f0562a4c26d23a49acccf8c7dc0b55f1765668dbfa24dbf57f50e568ac3039f7b5d662c SHA512 95d98fd4ab95b48023f635d61133ea1a8138a797cd1c414da0d4907531eb067ac147e8d612a528373da425d37fee7c1139dc7f0019308938c096e37caebf4e38
+DIST cedilla-0.7.tar.gz 114899 BLAKE2B 100c22be30ffed585a1eb44c96109dadab9cbf90c5c3432efd4ed8daa135fa0d9fb82374eda9f9f13126cc5d453ecb5933d8733a58e374ab3192ea7d5bd6d273 SHA512 a137bceee2c70e911922b17e823093dc37b19cce8dece99596003ae7b4bc8c02afbae164d7dfa4e4873b4f549f7d948faf1da9dc1d3ef89cde6d1f36ba91be77

diff --git a/app-text/cedilla/cedilla-0.7.ebuild b/app-text/cedilla/cedilla-0.7.ebuild
new file mode 100644
index 00000000000..d6e687479ec
--- /dev/null
+++ b/app-text/cedilla/cedilla-0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="UTF-8 to postscript converter"
+HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/"
+SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND="dev-lisp/clisp"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/cedilla-gentoo-r1.patch )
+
+src_compile() {
+	./compile-cedilla || die "Compile failed."
+}
+
+src_install() {
+	sed "s#${ED%/}##g" -i cedilla || die "sed failed"
+	dodir /usr/share/man/man1/
+
+	./install-cedilla || die "Install failed."
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2019-11-18 12:22 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2019-11-18 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2d083ab891723ca72a1e40e273bfb8dbb96d826b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 12:21:50 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 12:21:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d083ab8

app-text/cedilla: amd64 stable wrt bug #700432

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

 app-text/cedilla/cedilla-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/cedilla/cedilla-0.7.ebuild b/app-text/cedilla/cedilla-0.7.ebuild
index d6e687479ec..f5ed3950a73 100644
--- a/app-text/cedilla/cedilla-0.7.ebuild
+++ b/app-text/cedilla/cedilla-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ DESCRIPTION="UTF-8 to postscript converter"
 HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/"
 SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 LICENSE="GPL-2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2019-11-19 16:58 Aaron W. Swenson
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron W. Swenson @ 2019-11-19 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0a0c32c465f264fe2732817e6164fddfbbe065c9
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 16:57:44 2019 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 16:57:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0c32c4

app-text/cedilla: Cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 app-text/cedilla/Manifest           |  1 -
 app-text/cedilla/cedilla-0.6.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-text/cedilla/Manifest b/app-text/cedilla/Manifest
index 6a88f48a4dc..7f40abcbd31 100644
--- a/app-text/cedilla/Manifest
+++ b/app-text/cedilla/Manifest
@@ -1,2 +1 @@
-DIST cedilla-0.6.tar.gz 130676 BLAKE2B e316dff5ab9bb89dd350e9842847ed700846cfd57370be17198aa3c54f0562a4c26d23a49acccf8c7dc0b55f1765668dbfa24dbf57f50e568ac3039f7b5d662c SHA512 95d98fd4ab95b48023f635d61133ea1a8138a797cd1c414da0d4907531eb067ac147e8d612a528373da425d37fee7c1139dc7f0019308938c096e37caebf4e38
 DIST cedilla-0.7.tar.gz 114899 BLAKE2B 100c22be30ffed585a1eb44c96109dadab9cbf90c5c3432efd4ed8daa135fa0d9fb82374eda9f9f13126cc5d453ecb5933d8733a58e374ab3192ea7d5bd6d273 SHA512 a137bceee2c70e911922b17e823093dc37b19cce8dece99596003ae7b4bc8c02afbae164d7dfa4e4873b4f549f7d948faf1da9dc1d3ef89cde6d1f36ba91be77

diff --git a/app-text/cedilla/cedilla-0.6.ebuild b/app-text/cedilla/cedilla-0.6.ebuild
deleted file mode 100644
index 720592e2a72..00000000000
--- a/app-text/cedilla/cedilla-0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="UTF-8 to postscript converter"
-HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/"
-SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND="dev-lisp/clisp"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/cedilla-gentoo-r1.patch
-}
-
-src_compile() {
-	./compile-cedilla || die "Compile failed."
-}
-
-src_install() {
-	sed -i "s#${ED%/}##g" cedilla || die "sed failed"
-	newman cedilla.man cedilla.1
-	./install-cedilla || die "Install failed."
-	dodoc NEWS README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2024-04-14 15:56 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-04-14 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     60046dda0a27f8a0e61c3440f404cfb1f064fef4
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr  1 12:49:41 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:55:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60046dda

app-text/cedilla: add missing remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36041
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/cedilla/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-text/cedilla/metadata.xml b/app-text/cedilla/metadata.xml
index f8003ca6d190..432003501472 100644
--- a/app-text/cedilla/metadata.xml
+++ b/app-text/cedilla/metadata.xml
@@ -5,4 +5,7 @@
 		<email>titanofold@gentoo.org</email>
 		<name>Aaron W. Swenson</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">jech/cedilla</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2024-04-14 15:56 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-04-14 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1143a532982140a22df88bdfc5d3adde40394686
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr  1 12:49:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:55:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1143a532

app-text/cedilla: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/cedilla/cedilla-0.7-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-text/cedilla/cedilla-0.7-r1.ebuild b/app-text/cedilla/cedilla-0.7-r1.ebuild
new file mode 100644
index 000000000000..ba9a1e203dc8
--- /dev/null
+++ b/app-text/cedilla/cedilla-0.7-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="UTF-8 to postscript converter"
+HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/
+	https://github.com/jech/cedilla"
+SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-lisp/clisp"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/cedilla-gentoo-r1.patch )
+
+src_compile() {
+	./compile-cedilla || die "Compile failed."
+}
+
+src_install() {
+	sed "s#${ED}##g" -i cedilla || die "sed failed"
+	dodir /usr/share/man/man1/
+
+	./install-cedilla || die "Install failed."
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2024-05-15 12:06 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-05-15 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c6e5ed5d3bbe745538cf31e1caf9d0b5c1f57bf2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 12:05:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 15 12:05:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e5ed5d

app-text/cedilla: Stabilize 0.7-r1 x86, #931918

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/cedilla/cedilla-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cedilla/cedilla-0.7-r1.ebuild b/app-text/cedilla/cedilla-0.7-r1.ebuild
index ba9a1e203dc8..29e28dfbb633 100644
--- a/app-text/cedilla/cedilla-0.7-r1.ebuild
+++ b/app-text/cedilla/cedilla-0.7-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="dev-lisp/clisp"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2024-05-17  8:08 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-05-17  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     59ce1c227a9af36afb88315e964af4215f25fda9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 08:08:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 08:08:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ce1c22

app-text/cedilla: Stabilize 0.7-r1 amd64, #931918

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/cedilla/cedilla-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cedilla/cedilla-0.7-r1.ebuild b/app-text/cedilla/cedilla-0.7-r1.ebuild
index 29e28dfbb633..3c59e14c04dc 100644
--- a/app-text/cedilla/cedilla-0.7-r1.ebuild
+++ b/app-text/cedilla/cedilla-0.7-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-lisp/clisp"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/
@ 2024-05-17  8:50 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-05-17  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c4010d7fa8822ef0c72582d12b81f7656ff86541
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 08:49:17 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 17 08:49:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4010d7f

app-text/cedilla: drop 0.7

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

 app-text/cedilla/cedilla-0.7.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/app-text/cedilla/cedilla-0.7.ebuild b/app-text/cedilla/cedilla-0.7.ebuild
deleted file mode 100644
index 62a85f40d12f..000000000000
--- a/app-text/cedilla/cedilla-0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="UTF-8 to postscript converter"
-HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/"
-SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="dev-lisp/clisp"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/cedilla-gentoo-r1.patch )
-
-src_compile() {
-	./compile-cedilla || die "Compile failed."
-}
-
-src_install() {
-	sed "s#${ED%/}##g" -i cedilla || die "sed failed"
-	dodir /usr/share/man/man1/
-
-	./install-cedilla || die "Install failed."
-
-	einstalldocs
-}


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

end of thread, other threads:[~2024-05-17  8:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-19 16:58 [gentoo-commits] repo/gentoo:master commit in: app-text/cedilla/ Aaron W. Swenson
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17  8:50 Arthur Zamarin
2024-05-17  8:08 Michał Górny
2024-05-15 12:06 Sam James
2024-04-14 15:56 Arthur Zamarin
2024-04-14 15:56 Arthur Zamarin
2019-11-18 12:22 Agostino Sarubbo
2018-01-15 10:37 Aaron Swenson
2017-11-25 19:55 David Seifert

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