* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/
@ 2018-04-13 17:55 Denis Dupeyron
0 siblings, 0 replies; 5+ messages in thread
From: Denis Dupeyron @ 2018-04-13 17:55 UTC (permalink / raw
To: gentoo-commits
commit: da435ad7c031bed8810a77859e05bb14b0db12f4
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 17:54:58 2018 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 17:54:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da435ad7
xfce4-linelight-plugin: remove obsolete xfconf.eclass, migrate to EAPI6
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../xfce4-linelight-plugin-0.1.7-r1.ebuild | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
new file mode 100644
index 00000000000..a6a273c7bb2
--- /dev/null
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib
+
+DESCRIPTION="A simple locate based search plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin"
+SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
+#SRC_URI="http://svn.ganymede.ch/private/trunk/${PN}/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=dev-libs/glib-2.18:2
+ >=x11-libs/gtk+-2.12:2
+ >=xfce-base/xfce4-panel-4.8
+ >=xfce-base/libxfcegui4-4.8"
+RDEPEND="${COMMON_DEPEND}
+ sys-apps/mlocate"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig
+ sys-devel/gettext"
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}"/${P}-port-to-xfcerc.patch
+ default
+}
+
+src_configure() {
+ AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
+ econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/
@ 2018-04-13 18:52 Denis Dupeyron
0 siblings, 0 replies; 5+ messages in thread
From: Denis Dupeyron @ 2018-04-13 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 5a1bde1e1bbe5fa334191194ee619162a138a362
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 18:50:32 2018 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 18:52:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1bde1e
xfce-extra/xfce4-linelight-plugin: fix QA warning
.../xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
index a6a273c7bb2..718aa1c8291 100644
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
@@ -26,10 +26,10 @@ DEPEND="${COMMON_DEPEND}
src_prepare() {
eapply -p0 "${FILESDIR}"/${P}-port-to-xfcerc.patch
+ AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
default
}
src_configure() {
- AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/
@ 2018-11-12 14:00 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-11-12 14:00 UTC (permalink / raw
To: gentoo-commits
commit: 5a17e65d92f2ce5150f3c5037624d649857bf29e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 13:58:57 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 13:58:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a17e65d
xfce-extra/xfce4-linelight-plugin: amd64 stable wrt bug #652774
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
.../xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
index 718aa1c8291..e14d76fad69 100644
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE=""
COMMON_DEPEND=">=dev-libs/glib-2.18:2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/
@ 2018-11-15 17:04 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-11-15 17:04 UTC (permalink / raw
To: gentoo-commits
commit: ed0ac2c11c2b16695305f180b53b256d96010a8c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 16:32:20 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 17:03:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0ac2c1
xfce-extra/xfce4-linelight-plugin: x86 stable (bug #652774)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
.../xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
index e14d76fad69..630aa5ac545 100644
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE=""
COMMON_DEPEND=">=dev-libs/glib-2.18:2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/
@ 2019-04-07 8:29 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-04-07 8:29 UTC (permalink / raw
To: gentoo-commits
commit: ff42a3da93b961f7d268c997336ed11b8f90d56f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 07:36:58 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 08:28:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff42a3da
xfce-extra/xfce4-linelight-plugin: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../xfce4-linelight-plugin-0.1.7.ebuild | 38 ----------------------
1 file changed, 38 deletions(-)
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild
deleted file mode 100644
index fc12389db32..00000000000
--- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=yes
-inherit multilib xfconf
-
-DESCRIPTION="A simple locate based search plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin"
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2"
-#SRC_URI="http://svn.ganymede.ch/private/trunk/${PN}/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.12:2
- >=xfce-base/xfce4-panel-4.8
- >=xfce-base/libxfcegui4-4.8"
-RDEPEND="${COMMON_DEPEND}
- sys-apps/mlocate"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- PATCHES=(
- "${FILESDIR}"/${P}-port-to-xfcerc.patch
- )
-
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS )
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-04-07 8:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-12 14:00 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2019-04-07 8:29 Michał Górny
2018-11-15 17:04 Thomas Deutschmann
2018-04-13 18:52 Denis Dupeyron
2018-04-13 17:55 Denis Dupeyron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox