public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/xfce:master commit in: xfce-extra/xfce4-appfinder/
@ 2011-02-20 20:14 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2011-02-20 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6ef795dad6fbc33ddaa6fa8ca444f283cd8653ca
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 20:12:19 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 20:12:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=6ef795da

xfce4-appfinder: Updated

---
 .../xfce4-appfinder/xfce4-appfinder-9999.ebuild    |   22 +++++++++++--------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
index 494cf64..a46fc4c 100644
--- a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
+++ b/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
@@ -1,27 +1,31 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=3
 inherit xfce4
 
 xfce4_core
 
-DESCRIPTION="Application finder"
-HOMEPAGE="http://www.xfce.org/projects/xfce4-appfinder"
+DESCRIPTION="Application finder and launcher for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-appfinder/"
 
+LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2
 	>=x11-libs/gtk+-2.14:2
-	>=xfce-base/libxfce4util-4.6
-	>=xfce-base/libxfce4ui-4.7
-	>=xfce-base/xfconf-4.6"
+	>=xfce-base/libxfce4util-4.8
+	>=xfce-base/libxfce4ui-4.8
+	>=xfce-base/garcon-0.1.2
+	>=xfce-base/xfconf-4.8"
 DEPEND="${RDEPEND}
 	dev-util/intltool"
 
 pkg_setup() {
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
-	XFCONF="--disable-dependency-tracking"
+	XFCE_CONFIG+=" --disable-dependency-tracking"
+
+	DOCS="AUTHORS NEWS README TODO"
 }



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

* [gentoo-commits] proj/xfce:master commit in: xfce-extra/xfce4-appfinder/
@ 2011-12-18 19:58 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2011-12-18 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d98f613efebbe52b2867488f5fe4fd231c763207
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 19:58:32 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 19:58:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=d98f613e

xfce4-appfinder: Initial import

(Portage version: 2.2.0_alpha81/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-extra/xfce4-appfinder/metadata.xml            |    5 +++
 .../xfce4-appfinder/xfce4-appfinder-9999.ebuild    |   31 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/xfce-extra/xfce4-appfinder/metadata.xml b/xfce-extra/xfce4-appfinder/metadata.xml
new file mode 100644
index 0000000..d56729e
--- /dev/null
+++ b/xfce-extra/xfce4-appfinder/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>xfce</herd>
+</pkgmetadata>

diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
new file mode 100644
index 0000000..9dac038
--- /dev/null
+++ b/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.2.ebuild,v 1.2 2011/11/29 00:21:16 ssuominen Exp $
+
+EAPI=4
+inherit xfconf
+
+DESCRIPTION="Application finder and launcher for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-appfinder/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+RDEPEND=">=dev-libs/dbus-glib-0.84
+	>=dev-libs/glib-2.23:2
+	>=x11-libs/gtk+-2.20:2
+	>=xfce-base/garcon-0.1.7
+	>=xfce-base/libxfce4util-4.8
+	>=xfce-base/libxfce4ui-4.8
+	>=xfce-base/xfconf-4.8"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	dev-util/pkgconfig
+	sys-devel/gettext"
+
+pkg_setup() {
+	XFCONF=( $(xfconf_use_debug) )
+	DOCS=( AUTHORS ChangeLog NEWS )
+}



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

* [gentoo-commits] proj/xfce:master commit in: xfce-extra/xfce4-appfinder/
@ 2012-03-23 21:40 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2012-03-23 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     56a1acc6b6fd1220cda43eb2863969c6493c0d73
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 21:40:11 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 21:40:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=56a1acc6

xfce4-appfinder: Sync with gentoo-x86

(Portage version: 2.2.0_alpha94/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 .../xfce4-appfinder/xfce4-appfinder-9999.ebuild    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
index 9dac038..6e6d0ba 100644
--- a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
+++ b/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.2.ebuild,v 1.2 2011/11/29 00:21:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.3.ebuild,v 1.1 2012/02/20 20:23:21 ssuominen Exp $
 
 EAPI=4
 inherit xfconf



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

* [gentoo-commits] proj/xfce:master commit in: xfce-extra/xfce4-appfinder/
@ 2012-04-02 15:34 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2012-04-02 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     413647eb545dcab5f98a103a88986c04a023e9d8
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 15:33:27 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 15:33:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=413647eb

xfce4-appfinder: Sync with gentoo-x86

(Portage version: 2.2.0_alpha96/git/Linux x86_64, unsigned Manifest commit)

---
 xfce-extra/xfce4-appfinder/metadata.xml            |    5 ---
 .../xfce4-appfinder/xfce4-appfinder-9999.ebuild    |   31 --------------------
 2 files changed, 0 insertions(+), 36 deletions(-)

diff --git a/xfce-extra/xfce4-appfinder/metadata.xml b/xfce-extra/xfce4-appfinder/metadata.xml
deleted file mode 100644
index d56729e..0000000
--- a/xfce-extra/xfce4-appfinder/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>xfce</herd>
-</pkgmetadata>

diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
deleted file mode 100644
index 6e6d0ba..0000000
--- a/xfce-extra/xfce4-appfinder/xfce4-appfinder-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.3.ebuild,v 1.1 2012/02/20 20:23:21 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="Application finder and launcher for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/xfce4-appfinder/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND=">=dev-libs/dbus-glib-0.84
-	>=dev-libs/glib-2.23:2
-	>=x11-libs/gtk+-2.20:2
-	>=xfce-base/garcon-0.1.7
-	>=xfce-base/libxfce4util-4.8
-	>=xfce-base/libxfce4ui-4.8
-	>=xfce-base/xfconf-4.8"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	dev-util/pkgconfig
-	sys-devel/gettext"
-
-pkg_setup() {
-	XFCONF=( $(xfconf_use_debug) )
-	DOCS=( AUTHORS ChangeLog NEWS )
-}



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

end of thread, other threads:[~2012-04-02 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 19:58 [gentoo-commits] proj/xfce:master commit in: xfce-extra/xfce4-appfinder/ Christoph Mende
  -- strict thread matches above, loose matches on Subject: below --
2012-04-02 15:34 Christoph Mende
2012-03-23 21:40 Christoph Mende
2011-02-20 20:14 Christoph Mende

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