* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2011-02-20 20:14 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2011-02-20 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 62ea72938514473449ab169b512fb606bff653e0
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 18:50:42 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 18:50:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=62ea7293
exo: Updated
---
xfce-base/exo/exo-9999.ebuild | 36 +++++++++++++++++++++---------------
1 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 821b4ef..75c1d28 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,37 +1,48 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
+
+PYTHON_DEPEND="python? 2"
+
inherit xfce4 python
xfce4_core
DESCRIPTION="Extensions, widgets and framework library with session management support"
+HOMEPAGE="http://www.xfce.org/projects/exo/"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug hal libnotify python"
+IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
dev-perl/URI
>=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.14:2
- >=xfce-base/libxfce4util-4.4.2
- libnotify? ( >=x11-libs/libnotify-0.4 )
- hal? ( >=sys-apps/hal-0.5.7 )
+ >=xfce-base/libxfce4util-4.8
python? ( >=dev-python/pygtk-2.4 )"
DEPEND="${RDEPEND}
dev-util/intltool
- dev-util/gtk-doc"
+ dev-util/gtk-doc
+ sys-devel/gettext"
WANT_GTKDOCIZE="yes"
pkg_setup() {
+ if use python; then
+ python_set_active_version 2
+ python_pkg_setup
+ fi
+
XFCE_CONFIG+=" --disable-dependency-tracking
+ --docdir=${EPREFIX}/usr/share/doc/${PF}
--disable-static
- $(use_enable libnotify notifications)
- $(use_enable hal)
$(use_enable python)
--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
+
DOCS="AUTHORS HACKING NEWS README THANKS TODO"
}
@@ -39,20 +50,15 @@ src_prepare() {
rm -f py-compile
ln -s $(type -P true) py-compile
- if [[ ${CHOST} == *-interix* ]] ; then
- # configure detects getmntent, which is false!
- export ac_cv_func_getmntent=no
- fi
-
xfce4_src_prepare
}
pkg_postinst() {
xfce4_pkg_postinst
- python_mod_optimize exo-0.5 pyexo.py
+ use python && python_mod_optimize exo-0.6 pyexo.py
}
pkg_postrm() {
xfce4_pkg_postrm
- python_mod_cleanup exo-0.5 pyexo.py
+ use python && python_mod_cleanup exo-0.6 pyexo.py
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2011-04-09 7:48 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2011-04-09 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 8ef4bb1216df0c1f9f1647227d4c5e3896a26422
Author: Christoph Mende <angelos <AT> unkreativ <DOT> org>
AuthorDate: Fri Apr 8 13:56:59 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 13:56:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=8ef4bb12
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 9b68a66..aab611f 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.6 2011/02/14 19:18:38 ssuominen Exp $
EAPI=3
@@ -42,7 +42,7 @@ pkg_setup() {
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- DOCS="AUTHORS HACKING NEWS README THANKS TODO"
+ DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
}
src_prepare() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2011-05-23 16:40 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2011-05-23 16:40 UTC (permalink / raw
To: gentoo-commits
commit: db4b78288d0531312685be7763936df99abe98bd
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 16:33:01 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon May 23 16:33:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=db4b7828
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index aab611f..b7d2745 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.6 2011/02/14 19:18:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.4 2011/05/20 17:55:18 grobian Exp $
EAPI=3
-
PYTHON_DEPEND="python? 2"
-
inherit python xfconf-live
DESCRIPTION="Extensions, widgets and framework library with session management support"
@@ -41,8 +39,9 @@ pkg_setup() {
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
- DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
+ DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
}
src_prepare() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2011-06-11 16:55 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2011-06-11 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 7b30bf59bc1671275a8e8290d212a73c3ea4ddff
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 16:54:36 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 16:54:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=7b30bf59
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha39/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index b7d2745..a962de8 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.4 2011/05/20 17:55:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.1 2011/06/10 18:38:28 angelos Exp $
EAPI=3
PYTHON_DEPEND="python? 2"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2011-06-13 18:54 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2011-06-13 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 3ef0ce505a1e816cd51c3c30261d1ae99d79ed9f
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 18:51:14 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 18:51:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=3ef0ce50
exo: Convert to xfconf, drop keywords
(Portage version: 2.2.0_alpha40/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index a962de8..b8adddf 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -4,14 +4,14 @@
EAPI=3
PYTHON_DEPEND="python? 2"
-inherit python xfconf-live
+inherit python xfconf
DESCRIPTION="Extensions, widgets and framework library with session management support"
HOMEPAGE="http://www.xfce.org/projects/exo/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS=""
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
@@ -48,15 +48,15 @@ src_prepare() {
rm -f py-compile
ln -s $(type -P true) py-compile
- xfconf-live_src_prepare
+ xfconf_src_prepare
}
pkg_postinst() {
- xfconf-live_pkg_postinst
+ xfconf_pkg_postinst
use python && python_mod_optimize exo-0.6 pyexo.py
}
pkg_postrm() {
- xfconf-live_pkg_postrm
+ xfconf_pkg_postrm
use python && python_mod_cleanup exo-0.6 pyexo.py
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2011-07-05 6:30 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2011-07-05 6:30 UTC (permalink / raw
To: gentoo-commits
commit: a4888028803c5b5729f8f345b8b29a14b03a0f93
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 5 06:26:57 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Jul 5 06:26:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=a4888028
exo: Python bindings were moved to pyxfce
(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 36 ++++++------------------------------
1 files changed, 6 insertions(+), 30 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index b8adddf..e69cc96 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.1 2011/06/10 18:38:28 angelos Exp $
-EAPI=3
-PYTHON_DEPEND="python? 2"
-inherit python xfconf
+EAPI=4
+inherit xfconf
DESCRIPTION="Extensions, widgets and framework library with session management support"
HOMEPAGE="http://www.xfce.org/projects/exo/"
@@ -12,30 +11,24 @@ HOMEPAGE="http://www.xfce.org/projects/exo/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug python"
+IUSE="debug"
RDEPEND=">=dev-lang/perl-5.6
dev-perl/URI
>=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.14:2
- >=xfce-base/libxfce4util-4.8
- python? ( >=dev-python/pygtk-2.4 )"
+ x11-libs/libX11
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/libxfce4util-4.8"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool
sys-devel/gettext"
pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-dependency-tracking
--disable-static
- $(use_enable python)
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
@@ -43,20 +36,3 @@ pkg_setup() {
DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
}
-
-src_prepare() {
- rm -f py-compile
- ln -s $(type -P true) py-compile
-
- xfconf_src_prepare
-}
-
-pkg_postinst() {
- xfconf_pkg_postinst
- use python && python_mod_optimize exo-0.6 pyexo.py
-}
-
-pkg_postrm() {
- xfconf_pkg_postrm
- use python && python_mod_cleanup exo-0.6 pyexo.py
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2011-12-18 19:58 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2011-12-18 19:58 UTC (permalink / raw
To: gentoo-commits
commit: b4b2025c75865ec7704ce1e1f92a079440508194
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 19:51:02 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 19:51:02 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=b4b2025c
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha81/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 35 +++++++++++++++++++++++++++++------
1 files changed, 29 insertions(+), 6 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index e69cc96..d123b4a 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.1 2011/06/10 18:38:28 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.7 2011/11/26 17:47:07 armin76 Exp $
EAPI=4
-inherit xfconf
+PYTHON_DEPEND="python? 2"
+inherit python xfconf
DESCRIPTION="Extensions, widgets and framework library with session management support"
HOMEPAGE="http://www.xfce.org/projects/exo/"
@@ -11,28 +12,50 @@ HOMEPAGE="http://www.xfce.org/projects/exo/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug"
+IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
dev-perl/URI
>=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.14:2
- x11-libs/libX11
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8"
+ >=xfce-base/libxfce4util-4.8
+ python? ( >=dev-python/pygtk-2.4 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool
sys-devel/gettext"
pkg_setup() {
+ if use python; then
+ python_set_active_version 2
+ python_pkg_setup
+ fi
+
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
--disable-static
+ $(use_enable python)
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
+
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
}
+
+src_prepare() {
+ rm -f py-compile
+ ln -s $(type -P true) py-compile
+ xfconf_src_prepare
+}
+
+pkg_postinst() {
+ xfconf_pkg_postinst
+ use python && python_mod_optimize exo-0.6 pyexo.py
+}
+
+pkg_postrm() {
+ xfconf_pkg_postrm
+ use python && python_mod_cleanup exo-0.6 pyexo.py
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2012-03-23 21:40 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2012-03-23 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 7ead652a6660c32de89e23512f7e8e86d9d14a83
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 21:38:51 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 21:38:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=7ead652a
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha94/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 42 ++++++++--------------------------------
1 files changed, 9 insertions(+), 33 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index d123b4a..2d81c24 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,10 +1,9 @@
-# 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-base/exo/exo-0.6.2.ebuild,v 1.7 2011/11/26 17:47:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.7.1.ebuild,v 1.3 2012/03/23 21:13:06 angelos Exp $
EAPI=4
-PYTHON_DEPEND="python? 2"
-inherit python xfconf
+inherit xfconf
DESCRIPTION="Extensions, widgets and framework library with session management support"
HOMEPAGE="http://www.xfce.org/projects/exo/"
@@ -12,50 +11,27 @@ HOMEPAGE="http://www.xfce.org/projects/exo/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug python"
+IUSE="debug"
RDEPEND=">=dev-lang/perl-5.6
- dev-perl/URI
>=dev-libs/glib-2.18:2
+ dev-perl/URI
>=x11-libs/gtk+-2.14:2
- >=xfce-base/libxfce4util-4.8
- python? ( >=dev-python/pygtk-2.4 )"
+ >=xfce-base/libxfce4ui-4.9
+ >=xfce-base/libxfce4util-4.8"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
dev-util/intltool
+ dev-util/pkgconfig
sys-devel/gettext"
pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-static
- $(use_enable python)
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
}
-
-src_prepare() {
- rm -f py-compile
- ln -s $(type -P true) py-compile
- xfconf_src_prepare
-}
-
-pkg_postinst() {
- xfconf_pkg_postinst
- use python && python_mod_optimize exo-0.6 pyexo.py
-}
-
-pkg_postrm() {
- xfconf_pkg_postrm
- use python && python_mod_cleanup exo-0.6 pyexo.py
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2012-04-02 15:34 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2012-04-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: a4e73cc704ca9011303847c2f4e0ec677fd2aeee
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 2 15:26:07 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 15:26:07 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=a4e73cc7
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha96/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 2d81c24..9da4852 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.7.1.ebuild,v 1.3 2012/03/23 21:13:06 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.7.2.ebuild,v 1.1 2012/03/30 20:39:17 ssuominen Exp $
EAPI=4
inherit xfconf
-DESCRIPTION="Extensions, widgets and framework library with session management support"
-HOMEPAGE="http://www.xfce.org/projects/exo/"
+DESCRIPTION="Extensions, widgets and framework library with session support for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
@@ -14,11 +14,11 @@ KEYWORDS=""
IUSE="debug"
RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.18:2
+ >=dev-libs/glib-2.18
dev-perl/URI
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4ui-4.9
- >=xfce-base/libxfce4util-4.8"
+ >=xfce-base/libxfce4util-4.9"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2012-05-27 10:46 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2012-05-27 10:46 UTC (permalink / raw
To: gentoo-commits
commit: fd4449820f59994adb3afa8ec8b64b5bbf9d6550
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 10:44:09 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun May 27 10:44:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=fd444982
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha108/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 9da4852..51282cb 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.7.2.ebuild,v 1.1 2012/03/30 20:39:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.8 2012/05/22 05:04:36 jdhore Exp $
EAPI=4
inherit xfconf
@@ -8,20 +8,20 @@ inherit xfconf
DESCRIPTION="Extensions, widgets and framework library with session support for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/"
-LICENSE="GPL-2 LGPL-2"
+LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE="debug"
RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.18
+ >=dev-libs/glib-2.24
dev-perl/URI
- >=x11-libs/gtk+-2.14:2
- >=xfce-base/libxfce4ui-4.9
- >=xfce-base/libxfce4util-4.9"
+ >=x11-libs/gtk+-2.20:2
+ >=xfce-base/libxfce4ui-4.10
+ >=xfce-base/libxfce4util-4.10"
DEPEND="${RDEPEND}
dev-util/intltool
- dev-util/pkgconfig
+ virtual/pkgconfig
sys-devel/gettext"
pkg_setup() {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2012-07-19 9:21 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2012-07-19 9:21 UTC (permalink / raw
To: gentoo-commits
commit: f46d0d5f0be9856358775202dc352e1067bd89af
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 09:19:49 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 09:19:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=f46d0d5f
exo: Update Manifest
(Portage version: 2.2.0_alpha120/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 51282cb..84a95ed 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.8 2012/05/22 05:04:36 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.9 2012/07/14 12:11:38 maekke Exp $
EAPI=4
inherit xfconf
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2012-09-14 16:36 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2012-09-14 16:36 UTC (permalink / raw
To: gentoo-commits
commit: e4e97503a005591aec78dea51d63f3c500e96a23
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 12:23:58 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 12:23:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=e4e97503
exo: Sync with gentoo-x86
(Portage version: 2.2.0_alpha125/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
xfce-base/exo/exo-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 84a95ed..1eb0f21 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.9 2012/07/14 12:11:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.10 2012/09/09 14:33:35 armin76 Exp $
EAPI=4
inherit xfconf
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2013-01-02 18:15 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2013-01-02 18:15 UTC (permalink / raw
To: gentoo-commits
commit: 270ffca96300165534f9d82e913af932d2f62bf3
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 2 18:15:11 2013 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Jan 2 18:15:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=270ffca9
exo: Sync with gentoo-x86
Package-Manager: portage-2.2.0_alpha149
Manifest-Sign-Key: 84F20B43
---
xfce-base/exo/exo-9999.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 1eb0f21..47435be 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.10 2012/09/09 14:33:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.11 2012/11/28 12:27:20 ssuominen Exp $
-EAPI=4
+EAPI=5
inherit xfconf
DESCRIPTION="Extensions, widgets and framework library with session support for the Xfce desktop environment"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2013-10-31 14:33 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2013-10-31 14:33 UTC (permalink / raw
To: gentoo-commits
commit: f8da62b493415c499958c275b63217b5101375f6
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 14:32:57 2013 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 14:32:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=f8da62b4
exo: Sync with gentoo-x86
Package-Manager: portage-2.2.7
Manifest-Sign-Key: 84F20B43
---
xfce-base/exo/exo-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 47435be..61aa6d1 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.8.0.ebuild,v 1.11 2012/11/28 12:27:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2.ebuild,v 1.10 2013/04/13 07:19:08 ago Exp $
EAPI=5
inherit xfconf
@@ -14,15 +14,15 @@ KEYWORDS=""
IUSE="debug"
RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.24
+ >=dev-libs/glib-2.30
dev-perl/URI
- >=x11-libs/gtk+-2.20:2
+ >=x11-libs/gtk+-2.24:2
>=xfce-base/libxfce4ui-4.10
>=xfce-base/libxfce4util-4.10"
DEPEND="${RDEPEND}
dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
+ sys-devel/gettext
+ virtual/pkgconfig"
pkg_setup() {
XFCONF=(
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2014-09-03 20:08 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2014-09-03 20:08 UTC (permalink / raw
To: gentoo-commits
commit: 129e10945e5ca92d0df8a4042980abecc7dbf2b1
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 3 20:07:14 2014 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Sep 3 20:07:14 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=129e1094
exo: Sync with gentoo-x86
Package-Manager: portage-2.2.10
Manifest-Sign-Key: 84F20B43
---
xfce-base/exo/exo-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 61aa6d1..6b17bed 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2.ebuild,v 1.10 2013/04/13 07:19:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild,v 1.9 2014/07/18 19:56:07 ago Exp $
EAPI=5
inherit xfconf
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2015-04-12 14:56 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2015-04-12 14:56 UTC (permalink / raw
To: gentoo-commits
commit: b18667f7e5bd3f9a505b13d59e4ef182a0b613f4
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 14:55:40 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 14:55:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/xfce.git/commit/?id=b18667f7
exo: Sync with gentoo-x86
Package-Manager: portage-2.2.18
Manifest-Sign-Key: 84F20B43
xfce-base/exo/exo-9999.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 6b17bed..08161a9 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild,v 1.9 2014/07/18 19:56:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.4.ebuild,v 1.1 2015/03/25 09:49:38 mgorny Exp $
EAPI=5
inherit xfconf
@@ -14,11 +14,11 @@ KEYWORDS=""
IUSE="debug"
RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.30
+ >=dev-libs/glib-2.30:=
dev-perl/URI
- >=x11-libs/gtk+-2.24:2
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/libxfce4util-4.10"
+ >=x11-libs/gtk+-2.24:2=
+ >=xfce-base/libxfce4ui-4.10:=
+ >=xfce-base/libxfce4util-4.10:="
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
@ 2015-10-10 6:25 Christoph Mende
0 siblings, 0 replies; 17+ messages in thread
From: Christoph Mende @ 2015-10-10 6:25 UTC (permalink / raw
To: gentoo-commits
commit: 0ab429eb0208410a49b9004ec2e74e5a6e05d1f5
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 9 19:41:33 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Oct 9 19:41:33 2015 +0000
URL: https://gitweb.gentoo.org/proj/xfce.git/commit/?id=0ab429eb
exo: Sync with gentoo-x86
Package-Manager: portage-2.2.23
xfce-base/exo/exo-9999.ebuild | 4 ++--
xfce-base/exo/metadata.xml | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 08161a9..ab8cfc6 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.4.ebuild,v 1.1 2015/03/25 09:49:38 mgorny Exp $
+# $Id$
EAPI=5
inherit xfconf
@@ -20,6 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:="
DEPEND="${RDEPEND}
+ dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
@@ -28,7 +29,6 @@ pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
$(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
diff --git a/xfce-base/exo/metadata.xml b/xfce-base/exo/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/exo/metadata.xml
+++ b/xfce-base/exo/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>xfce</herd>
+ <maintainer>
+ <email>xfce@gentoo.org</email>
+ <name>XFCE Team</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2015-10-10 6:25 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-09 7:48 [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/ Christoph Mende
-- strict thread matches above, loose matches on Subject: below --
2015-10-10 6:25 Christoph Mende
2015-04-12 14:56 Christoph Mende
2014-09-03 20:08 Christoph Mende
2013-10-31 14:33 Christoph Mende
2013-01-02 18:15 Christoph Mende
2012-09-14 16:36 Christoph Mende
2012-07-19 9:21 Christoph Mende
2012-05-27 10:46 Christoph Mende
2012-04-02 15:34 Christoph Mende
2012-03-23 21:40 Christoph Mende
2011-12-18 19:58 Christoph Mende
2011-07-05 6:30 Christoph Mende
2011-06-13 18:54 Christoph Mende
2011-06-11 16:55 Christoph Mende
2011-05-23 16: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