* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2015-10-07 17:50 Christoph Mende
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende @ 2015-10-07 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 6c309e7cabe353233376205d8625532c4737dc30
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 16:34:36 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 17:49:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c309e7c
x11-libs/librfm: Initial import
Package-Manager: portage-2.2.22
x11-libs/librfm/Manifest | 1 +
x11-libs/librfm/librfm-5.3.16.3.ebuild | 46 ++++++++++++++++++++++++++++++++++
x11-libs/librfm/metadata.xml | 8 ++++++
3 files changed, 55 insertions(+)
diff --git a/x11-libs/librfm/Manifest b/x11-libs/librfm/Manifest
new file mode 100644
index 0000000..3f34e25
--- /dev/null
+++ b/x11-libs/librfm/Manifest
@@ -0,0 +1 @@
+DIST librfm5-5.3.16.3.tar.bz2 3304424 SHA256 326d6be04a39a25246800987299bc224385511c95190490f5bdf813242ec3753 SHA512 e3d00b0337c9368bbe939bcb2d7f6b1c3f3b6b5a810074c5d6bc7afccd938c5284075231a0326b5be2b93436bee346871fb47ee30c130e6ce00756148d214000 WHIRLPOOL 3b24c6d50232f291cb84db379cddbd489a31099a019f4d2c7159e3477ec4459ab0cc7d390b90aebb2a06a7a405d497ce569cdfb02cc43d06b0e210051120ef3d
diff --git a/x11-libs/librfm/librfm-5.3.16.3.ebuild b/x11-libs/librfm/librfm-5.3.16.3.ebuild
new file mode 100644
index 0000000..ea0262c
--- /dev/null
+++ b/x11-libs/librfm/librfm-5.3.16.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+MY_P=${PN}5-${PV}
+
+DESCRIPTION="the basic library used by some rfm applications, such as Rodent filemanager"
+HOMEPAGE="http://xffm.org/libxffm.html"
+SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.22.5:2
+ >=dev-libs/libdbh-5.0.13
+ >=dev-libs/libtubo-5.0.13
+ >=dev-libs/libxml2-2.4.0:2
+ >=dev-libs/libzip-0.9
+ >=gnome-base/librsvg-2.26:2
+ >=x11-libs/cairo-1.12.6
+ >=x11-libs/gtk+-3.12:3
+ >=x11-libs/pango-1.28.0
+ !<x11-misc/rodent-5"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}
+
+src_prepare() {
+ sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
+ eautoreconf
+}
+
+src_install() {
+ default
+ prune_libtool_files
+}
diff --git a/x11-libs/librfm/metadata.xml b/x11-libs/librfm/metadata.xml
new file mode 100644
index 0000000..fcc6fe9
--- /dev/null
+++ b/x11-libs/librfm/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>angelos@gentoo.org</email>
+ <name>Christoph Mende</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2016-08-06 11:33 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2016-08-06 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 362b8112570f79d2ec9ae03dab173144269976d3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 11:26:13 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 11:33:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362b8112
x11-libs/librfm: Cleanup per bug #177996
Package-Manager: portage-2.3.0
x11-libs/librfm/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/x11-libs/librfm/metadata.xml b/x11-libs/librfm/metadata.xml
index 940f9b3..4cf35b8 100644
--- a/x11-libs/librfm/metadata.xml
+++ b/x11-libs/librfm/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>angelos@gentoo.org</email>
- <name>Christoph Mende</name>
- </maintainer>
<upstream>
<remote-id type="sourceforge">xffm</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2016-11-26 12:55 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2016-11-26 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 444a425d3db3aa13e941578c363e6ff83a84247f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 12:12:08 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 12:55:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444a425d
x11-libs/librfm: Fix deps, bug #595204 and #599736 by Toralf Förster
Package-Manager: portage-2.3.2
...m-5.3.16.3.ebuild => librfm-5.3.16.3-r1.ebuild} | 32 +++++++++++-----------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/x11-libs/librfm/librfm-5.3.16.3.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
similarity index 58%
rename from x11-libs/librfm/librfm-5.3.16.3.ebuild
rename to x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
index ea0262c..3692f5f 100644
--- a/x11-libs/librfm/librfm-5.3.16.3.ebuild
+++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit autotools eutils
-MY_P=${PN}5-${PV}
+MY_P="${PN}5-${PV}"
-DESCRIPTION="the basic library used by some rfm applications, such as Rodent filemanager"
+DESCRIPTION="The basic library used by some rfm applications, such as Rodent filemanager"
HOMEPAGE="http://xffm.org/libxffm.html"
SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2"
@@ -16,26 +16,26 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-libs/glib-2.22.5:2
+RDEPEND="
+ >=dev-libs/glib-2.22.5:2
>=dev-libs/libdbh-5.0.13
>=dev-libs/libtubo-5.0.13
>=dev-libs/libxml2-2.4.0:2
- >=dev-libs/libzip-0.9
+ >=dev-libs/libzip-0.9:0=
>=gnome-base/librsvg-2.26:2
- >=x11-libs/cairo-1.12.6
- >=x11-libs/gtk+-3.12:3
- >=x11-libs/pango-1.28.0
- !<x11-misc/rodent-5"
+ >=x11-libs/cairo-1.12.6[X]
+ >=x11-libs/gtk+-3.12:3[X]
+ >=x11-libs/pango-1.28.0[X]
+ !<x11-misc/rodent-5
+"
DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
-S="${WORKDIR}"/${MY_P}
-
-pkg_setup() {
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
+S="${WORKDIR}/${MY_P}"
src_prepare() {
+ default
sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2016-12-20 12:31 Tobias Klausmann
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann @ 2016-12-20 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 1718f06fad36719b147bed3d9987377b804af91e
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 11:02:07 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 12:30:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1718f06f
x11-libs/librfm-5.3.16.3-r1: stable on amd64
Gentoo-Bug: 586614
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
index 3692f5f..12ce848 100644
--- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
+++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2020-02-15 10:03 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2020-02-15 10:03 UTC (permalink / raw
To: gentoo-commits
commit: ed2f35bdd953287f7903b3e576c003fd3c30c6a4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:03:15 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 10:03:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2f35bd
x11-libs/librfm: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
index ee20c76b2fe..bba8880c72b 100644
--- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
+++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils
+inherit autotools eutils ltprune
MY_P="${PN}5-${PV}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2020-03-24 13:32 Ben Kohler
0 siblings, 0 replies; 8+ messages in thread
From: Ben Kohler @ 2020-03-24 13:32 UTC (permalink / raw
To: gentoo-commits
commit: fd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 12:48:43 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 13:31:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd59a3f6
x11-libs/librfm: fix bad sed delimiter
Closes: https://bugs.gentoo.org/710886
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
index bba8880c72b..265bef46957 100644
--- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
+++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
@@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}"
src_prepare() {
default
- sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
+ sed -i -e "s|-O2|${CFLAGS}|" m4/rfm-conditionals.m4 || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2021-04-16 11:23 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-04-16 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 6fce8d8b862c6912e4ed2a44d20b790fb7809f1a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 08:15:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 11:22:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fce8d8b
x11-libs/librfm: eutils--
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
index 265bef46957..0ea4ffabe33 100644
--- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
+++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils ltprune
+inherit autotools ltprune
MY_P="${PN}5-${PV}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
@ 2021-05-31 9:20 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-05-31 9:20 UTC (permalink / raw
To: gentoo-commits
commit: b6e28600bda8c59150e155f3b23eaee6397eb1dd
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 09:19:41 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 09:19:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e28600
x11-libs/librfm: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
index 0ea4ffabe33..cdb51d84623 100644
--- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
+++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools ltprune
+inherit autotools
MY_P="${PN}5-${PV}"
@@ -41,5 +41,5 @@ src_prepare() {
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-05-31 9:20 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20 12:31 [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2021-05-31 9:20 David Seifert
2021-04-16 11:23 Sam James
2020-03-24 13:32 Ben Kohler
2020-02-15 10:03 David Seifert
2016-11-26 12:55 Pacho Ramos
2016-08-06 11:33 Pacho Ramos
2015-10-07 17:50 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox