* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2017-12-14 22:12 Robin H. Johnson
0 siblings, 0 replies; 9+ messages in thread
From: Robin H. Johnson @ 2017-12-14 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 610560389f972f7ec33681e3b8df736e56adba24
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sun Dec 10 11:04:52 2017 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 22:11:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61056038
dev-libs/libg15render: Update homepage
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6505
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-libs/libg15render/libg15render-1.2-r2.ebuild | 4 ++--
dev-libs/libg15render/libg15render-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/libg15render/libg15render-1.2-r2.ebuild b/dev-libs/libg15render/libg15render-1.2-r2.ebuild
index d5be67de45f..61782d60444 100644
--- a/dev-libs/libg15render/libg15render-1.2-r2.ebuild
+++ b/dev-libs/libg15render/libg15render-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
inherit eutils
DESCRIPTION="Small library for display text and graphics on a Logitech G15 keyboard"
-HOMEPAGE="http://g15tools.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/g15tools/"
SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"
LICENSE="GPL-2"
diff --git a/dev-libs/libg15render/libg15render-9999.ebuild b/dev-libs/libg15render/libg15render-9999.ebuild
index 5abc41d9d58..58ded405385 100644
--- a/dev-libs/libg15render/libg15render-9999.ebuild
+++ b/dev-libs/libg15render/libg15render-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -8,7 +8,7 @@ ESVN_REPO_URI="https://svn.code.sf.net/p/g15tools/code/trunk/${PN}"
inherit subversion base eutils autotools
DESCRIPTION="Small library for display text and graphics on a Logitech G15 keyboard"
-HOMEPAGE="http://g15tools.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/g15tools/"
[[ $PV = *9999* ]] || SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2020-02-10 0:18 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-02-10 0:18 UTC (permalink / raw
To: gentoo-commits
commit: c07398e6a75da45d011131651a5493feac61278a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 00:18:01 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 00:18:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07398e6
dev-libs/libg15render: Remove broken live ebuild
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/libg15render/libg15render-9999.ebuild | 57 --------------------------
1 file changed, 57 deletions(-)
diff --git a/dev-libs/libg15render/libg15render-9999.ebuild b/dev-libs/libg15render/libg15render-9999.ebuild
deleted file mode 100644
index 58ded405385..00000000000
--- a/dev-libs/libg15render/libg15render-9999.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-ESVN_PROJECT=g15tools/trunk
-ESVN_REPO_URI="https://svn.code.sf.net/p/g15tools/code/trunk/${PN}"
-
-inherit subversion base eutils autotools
-
-DESCRIPTION="Small library for display text and graphics on a Logitech G15 keyboard"
-HOMEPAGE="https://sourceforge.net/projects/g15tools/"
-[[ $PV = *9999* ]] || SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-
-IUSE="truetype"
-
-RDEPEND="
- dev-libs/libg15
- truetype? ( media-libs/freetype )
-"
-DEPEND=${RDEPEND}
-
-src_unpack() {
- if [[ ${PV} = *9999* ]]; then
- subversion_src_unpack
- fi
-}
-
-src_prepare() {
- # Merged upstream
- #epatch "${FILESDIR}/${PN}-1.2-pixel-c.patch"
-
- if [[ ${PV} = *9999* ]]; then
- subversion_wc_info
- fi
- base_src_prepare
- if [[ ${PV} = *9999* ]]; then
- eautoreconf
- fi
-}
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable truetype ttf )
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- docdir=/usr/share/doc/${PF} install || die "make install failed"
- rm "${ED}/usr/share/doc/${PF}/COPYING"
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2020-09-09 12:29 Lars Wendler
0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler @ 2020-09-09 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 11742071893c556df631b935646aa8de9fb16363
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 12:04:37 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 12:29:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11742071
dev-libs/libg15render: Minor ebuild adjustments
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/libg15render/libg15render-1.2-r2.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libg15render/libg15render-1.2-r2.ebuild b/dev-libs/libg15render/libg15render-1.2-r2.ebuild
index 1082ceb99bf..8b6133f70f2 100644
--- a/dev-libs/libg15render/libg15render-1.2-r2.ebuild
+++ b/dev-libs/libg15render/libg15render-1.2-r2.ebuild
@@ -33,14 +33,16 @@ src_prepare() {
}
src_configure() {
- econf \
- --disable-static \
+ local myeconfargs=(
+ --disable-static
$(use_enable truetype ttf)
+ )
+ econf "${myeconfargs[@]}"
}
src_install() {
default
# no static archives
- find "${D}" -name '*.la' -delete || die
+ find "${ED}" -type f -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2022-05-14 22:56 Lars Wendler
0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler @ 2022-05-14 22:56 UTC (permalink / raw
To: gentoo-commits
commit: 497eb9d332adf8bd51512a33f10ca14e0c133f29
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 16:43:31 2022 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat May 14 22:56:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497eb9d3
dev-libs/libg15render: Forgot to update HOMEPAGE
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/libg15render/libg15render-3.0.4.ebuild | 2 +-
dev-libs/libg15render/libg15render-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libg15render/libg15render-3.0.4.ebuild b/dev-libs/libg15render/libg15render-3.0.4.ebuild
index 4fd1e505fdfa..5ac51ead28ff 100644
--- a/dev-libs/libg15render/libg15render-3.0.4.ebuild
+++ b/dev-libs/libg15render/libg15render-3.0.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit autotools
DESCRIPTION="Small library for display text and graphics on a Logitech G15 keyboard"
-HOMEPAGE="https://sourceforge.net/projects/g15tools/"
+HOMEPAGE="https://gitlab.com/menelkir/libg15render"
if [[ ${PV} == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/menelkir/libg15render.git"
diff --git a/dev-libs/libg15render/libg15render-9999.ebuild b/dev-libs/libg15render/libg15render-9999.ebuild
index 35bbac68dd31..bafaecea0fdc 100644
--- a/dev-libs/libg15render/libg15render-9999.ebuild
+++ b/dev-libs/libg15render/libg15render-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit autotools
DESCRIPTION="Small library for display text and graphics on a Logitech G15 keyboard"
-HOMEPAGE="https://sourceforge.net/projects/g15tools/"
+HOMEPAGE="https://gitlab.com/menelkir/libg15render"
if [[ ${PV} == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/menelkir/libg15render.git"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2024-05-29 18:56 Robin H. Johnson
0 siblings, 0 replies; 9+ messages in thread
From: Robin H. Johnson @ 2024-05-29 18:56 UTC (permalink / raw
To: gentoo-commits
commit: 155848521bc61f5ec1c8e8fd482b8c280190fc73
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 18:52:00 2024 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed May 29 18:56:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15584852
dev-libs/libg15render: drop to maintainer-needed
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
dev-libs/libg15render/metadata.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-libs/libg15render/metadata.xml b/dev-libs/libg15render/metadata.xml
index 10e3efad11d7..00a0a854f2cd 100644
--- a/dev-libs/libg15render/metadata.xml
+++ b/dev-libs/libg15render/metadata.xml
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>robbat2@gentoo.org</email>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">g15tools</remote-id>
<remote-id type="gitlab">menelkir/libg15render</remote-id>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2024-09-10 21:35 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-09-10 21:35 UTC (permalink / raw
To: gentoo-commits
commit: 5d82c7b2190a39a898c7e518096de3f381eca1a9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 21:35:07 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 21:35:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d82c7b2
dev-libs/libg15render: Stabilize 3.0.4-r1 amd64, #939441
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libg15render/libg15render-3.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
index bdf4d4d973fc..a6bf6d86f1dd 100644
--- a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
+++ b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://gitlab.com/menelkir/libg15render.git"
else
SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
fi
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2024-09-10 21:35 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-09-10 21:35 UTC (permalink / raw
To: gentoo-commits
commit: cee765c276bff5fcd31954d331b89bd4973ec7b6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 21:35:10 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 21:35:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee765c2
dev-libs/libg15render: Stabilize 3.0.4-r1 x86, #939441
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libg15render/libg15render-3.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
index a6bf6d86f1dd..5b55ccb59b62 100644
--- a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
+++ b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://gitlab.com/menelkir/libg15render.git"
else
SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 ~ppc ~ppc64 x86"
fi
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2024-09-12 12:27 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-09-12 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 6aad45ad584ef15e9748e047eb4238fcad6f80b8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 12:27:32 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 12:27:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aad45ad
dev-libs/libg15render: Stabilize 3.0.4-r1 ppc, #939441
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/libg15render/libg15render-3.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
index 5b55ccb59b62..43a0554b44f5 100644
--- a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
+++ b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://gitlab.com/menelkir/libg15render.git"
else
SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 ~ppc ~ppc64 x86"
+ KEYWORDS="amd64 ppc ~ppc64 x86"
fi
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/
@ 2024-09-12 16:16 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2024-09-12 16:16 UTC (permalink / raw
To: gentoo-commits
commit: eb72fb13bb0e2355aac40a9aafb27d85fb6237a2
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 16:16:20 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 16:16:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb72fb13
dev-libs/libg15render: Stabilize 3.0.4-r1 ppc64, #939441
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-libs/libg15render/libg15render-3.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
index 43a0554b44f5..b6d2927ebc52 100644
--- a/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
+++ b/dev-libs/libg15render/libg15render-3.0.4-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://gitlab.com/menelkir/libg15render.git"
else
SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 ppc ~ppc64 x86"
+ KEYWORDS="amd64 ppc ppc64 x86"
fi
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-09-12 16:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 0:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15render/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-09-12 16:16 Jakov Smolić
2024-09-12 12:27 Arthur Zamarin
2024-09-10 21:35 Sam James
2024-09-10 21:35 Sam James
2024-05-29 18:56 Robin H. Johnson
2022-05-14 22:56 Lars Wendler
2020-09-09 12:29 Lars Wendler
2017-12-14 22:12 Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox