* [gentoo-commits] dev/angelos:master commit in: x11-libs/libdesktop-agnostic/
@ 2011-03-12 21:24 Christoph Mende
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2011-03-12 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 25f302c48a254cef311c5b51a24cb89ef5beb43b
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 21:24:10 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 21:24:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=25f302c4
libdesktop-agnostic: Initial import
---
x11-libs/libdesktop-agnostic/Manifest | 2 +
.../libdesktop-agnostic-9999.ebuild | 51 ++++++++++++++++++++
x11-libs/libdesktop-agnostic/metadata.xml | 10 ++++
3 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libdesktop-agnostic/Manifest b/x11-libs/libdesktop-agnostic/Manifest
new file mode 100644
index 0000000..9e499b0
--- /dev/null
+++ b/x11-libs/libdesktop-agnostic/Manifest
@@ -0,0 +1,2 @@
+EBUILD libdesktop-agnostic-9999.ebuild 1310 RMD160 8dc286f86e39223c2572c80036b8e51de3cd5f77 SHA1 6d322f40c4d0ddb94c21dfb97f3e822a26505731 SHA256 135ecfa6d5b473306c0e9289b5659fdaebf19c115fe8d81934f8def2b1f1eea2
+MISC metadata.xml 464 RMD160 03c6a79c8cf1b492ea5ad1b7dd0c5f5fd0895584 SHA1 eed47f2b0f99fbc647445dc3e943c96c0f749c78 SHA256 a47bd87336a373512a2199296be21787def01b8957b54c8381b028e4ae13be8b
diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
new file mode 100644
index 0000000..b8edff5
--- /dev/null
+++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit bzr waf-utils
+
+DESCRIPTION="A desktop-agnostic library for GLib-based projects"
+HOMEPAGE="https://launchpad.net/libdesktop-agnostic"
+EBZR_REPO_URI="lp:libdesktop-agnostic"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +gconf glade gnome gnome-vfs introspection"
+
+RDEPEND="dev-libs/glib:2
+ dev-python/pygobject:2
+ dev-python/pygtk:2
+ x11-libs/gtk+:2
+ gconf? ( gnome-base/gconf:2 )
+ glade? ( gnome-base/libglade:2.0 )
+ gnome-vfs? ( gnome-base/gnome-vfs:2 )
+ gnome? ( gnome-base/gnome-desktop:2 )"
+DEPEND="${RDEPEND}
+ dev-lang/vala:0.10
+ introspection? (
+ dev-libs/gobject-introspection
+ x11-libs/gtk+:2[introspection] )"
+
+src_unpack() {
+ bzr_src_unpack
+}
+
+src_configure() {
+ local cfg="keyfile" fdo="glib" vfs="gio" myconf=""
+
+ use gconf && cfg="gconf,${cfg}"
+ use gnome-vfs && vfs="${vfs},gnome-vfs"
+ use gnome && fdo="${fdo},gnome"
+ use debug && myconf="${myconf} --enable-debug"
+ use glade && myconf="${myconf} --enable-glade"
+ use introspection || myconf="${myconf} --disable-gi"
+
+ VALAC=$(type -p valac-0.10) \
+ waf-utils_src_configure \
+ --config-backends=${cfg} \
+ --desktop-entry-backends=${fdo} \
+ --vfs-backends=${vfs} \
+ ${myconf}
+}
diff --git a/x11-libs/libdesktop-agnostic/metadata.xml b/x11-libs/libdesktop-agnostic/metadata.xml
new file mode 100644
index 0000000..eab9b3d
--- /dev/null
+++ b/x11-libs/libdesktop-agnostic/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <use>
+ <flag name="gconf">Enable GConf as configuration backend</flag>
+ <flag name="glade">Install the Glade catalog for the desktop-agnotstic GTK widgets.</flag>
+ <flag name="gnome-vfs">Enable gnome-vfs as VFS backend</flag>
+ <flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/angelos:master commit in: x11-libs/libdesktop-agnostic/
@ 2011-03-12 21:55 Christoph Mende
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2011-03-12 21:55 UTC (permalink / raw
To: gentoo-commits
commit: b56bb8a5f0656936cacd2340e8a6a613767cffb4
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 21:54:49 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 21:54:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=b56bb8a5
libdesktop-agnostic: force python2
---
x11-libs/libdesktop-agnostic/Manifest | 2 +-
.../libdesktop-agnostic-9999.ebuild | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libdesktop-agnostic/Manifest b/x11-libs/libdesktop-agnostic/Manifest
index 9e499b0..91239f3 100644
--- a/x11-libs/libdesktop-agnostic/Manifest
+++ b/x11-libs/libdesktop-agnostic/Manifest
@@ -1,2 +1,2 @@
-EBUILD libdesktop-agnostic-9999.ebuild 1310 RMD160 8dc286f86e39223c2572c80036b8e51de3cd5f77 SHA1 6d322f40c4d0ddb94c21dfb97f3e822a26505731 SHA256 135ecfa6d5b473306c0e9289b5659fdaebf19c115fe8d81934f8def2b1f1eea2
+EBUILD libdesktop-agnostic-9999.ebuild 1381 RMD160 f89d170b7f328b9e0b4786d800c9e2e1ff394d03 SHA1 f935d64e93353c0057170cb8c639e45bfb1e5692 SHA256 7b08ee1391fb62159b1b0ce3850a74609e5f888f940feadf121ac3169ee66da7
MISC metadata.xml 464 RMD160 03c6a79c8cf1b492ea5ad1b7dd0c5f5fd0895584 SHA1 eed47f2b0f99fbc647445dc3e943c96c0f749c78 SHA256 a47bd87336a373512a2199296be21787def01b8957b54c8381b028e4ae13be8b
diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
index b8edff5..7cd8aae 100644
--- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
+++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
@@ -3,7 +3,8 @@
# $Header: $
EAPI=3
-inherit bzr waf-utils
+PYTHON_DEPEND="2"
+inherit bzr python waf-utils
DESCRIPTION="A desktop-agnostic library for GLib-based projects"
HOMEPAGE="https://launchpad.net/libdesktop-agnostic"
@@ -28,6 +29,10 @@ DEPEND="${RDEPEND}
dev-libs/gobject-introspection
x11-libs/gtk+:2[introspection] )"
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_unpack() {
bzr_src_unpack
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/angelos:master commit in: x11-libs/libdesktop-agnostic/
@ 2011-03-13 19:18 Christoph Mende
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2011-03-13 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 3313b54ad13f85eb4dc4cc3b116542c513196e9c
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 19:17:53 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 19:17:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=3313b54a
libdesktop-agnostic: fixed vala dep and sysconfdir
---
x11-libs/libdesktop-agnostic/Manifest | 2 +-
.../libdesktop-agnostic-9999.ebuild | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/x11-libs/libdesktop-agnostic/Manifest b/x11-libs/libdesktop-agnostic/Manifest
index 91239f3..af539b9 100644
--- a/x11-libs/libdesktop-agnostic/Manifest
+++ b/x11-libs/libdesktop-agnostic/Manifest
@@ -1,2 +1,2 @@
-EBUILD libdesktop-agnostic-9999.ebuild 1381 RMD160 f89d170b7f328b9e0b4786d800c9e2e1ff394d03 SHA1 f935d64e93353c0057170cb8c639e45bfb1e5692 SHA256 7b08ee1391fb62159b1b0ce3850a74609e5f888f940feadf121ac3169ee66da7
+EBUILD libdesktop-agnostic-9999.ebuild 1420 RMD160 6084843900d6365fb0155d7881d1050d9d78a31e SHA1 91cf768ef047ccdc8a8a1ebd91f53a1a18ec4b91 SHA256 314047975d6888f8086784360cceb78c1b8942ac0aa19418ec244d7408ff441a
MISC metadata.xml 464 RMD160 03c6a79c8cf1b492ea5ad1b7dd0c5f5fd0895584 SHA1 eed47f2b0f99fbc647445dc3e943c96c0f749c78 SHA256 a47bd87336a373512a2199296be21787def01b8957b54c8381b028e4ae13be8b
diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
index 7cd8aae..4dd68ea 100644
--- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
+++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
@@ -24,10 +24,9 @@ RDEPEND="dev-libs/glib:2
gnome-vfs? ( gnome-base/gnome-vfs:2 )
gnome? ( gnome-base/gnome-desktop:2 )"
DEPEND="${RDEPEND}
- dev-lang/vala:0.10
- introspection? (
- dev-libs/gobject-introspection
- x11-libs/gtk+:2[introspection] )"
+ dev-lang/vala:0.10[vapigen]
+ introspection? ( dev-libs/gobject-introspection
+ x11-libs/gtk+:2[introspection] )"
pkg_setup() {
python_set_active_version 2
@@ -41,14 +40,15 @@ src_configure() {
local cfg="keyfile" fdo="glib" vfs="gio" myconf=""
use gconf && cfg="gconf,${cfg}"
- use gnome-vfs && vfs="${vfs},gnome-vfs"
use gnome && fdo="${fdo},gnome"
+ use gnome-vfs && vfs="${vfs},gnome-vfs"
use debug && myconf="${myconf} --enable-debug"
use glade && myconf="${myconf} --enable-glade"
use introspection || myconf="${myconf} --disable-gi"
VALAC=$(type -p valac-0.10) \
waf-utils_src_configure \
+ --sysconfdir="${EPREFIX}"/etc \
--config-backends=${cfg} \
--desktop-entry-backends=${fdo} \
--vfs-backends=${vfs} \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/angelos:master commit in: x11-libs/libdesktop-agnostic/
@ 2011-03-16 11:12 Christoph Mende
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2011-03-16 11:12 UTC (permalink / raw
To: gentoo-commits
commit: aa500d0e73e36295aa045f369c4ac841de2e9fd5
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 14:21:47 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 14:21:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=aa500d0e
Removed libdesktop-agnostic
---
x11-libs/libdesktop-agnostic/Manifest | 2 -
.../libdesktop-agnostic-9999.ebuild | 56 --------------------
x11-libs/libdesktop-agnostic/metadata.xml | 10 ----
3 files changed, 0 insertions(+), 68 deletions(-)
diff --git a/x11-libs/libdesktop-agnostic/Manifest b/x11-libs/libdesktop-agnostic/Manifest
deleted file mode 100644
index af539b9..0000000
--- a/x11-libs/libdesktop-agnostic/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD libdesktop-agnostic-9999.ebuild 1420 RMD160 6084843900d6365fb0155d7881d1050d9d78a31e SHA1 91cf768ef047ccdc8a8a1ebd91f53a1a18ec4b91 SHA256 314047975d6888f8086784360cceb78c1b8942ac0aa19418ec244d7408ff441a
-MISC metadata.xml 464 RMD160 03c6a79c8cf1b492ea5ad1b7dd0c5f5fd0895584 SHA1 eed47f2b0f99fbc647445dc3e943c96c0f749c78 SHA256 a47bd87336a373512a2199296be21787def01b8957b54c8381b028e4ae13be8b
diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
deleted file mode 100644
index 4dd68ea..0000000
--- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-9999.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="2"
-inherit bzr python waf-utils
-
-DESCRIPTION="A desktop-agnostic library for GLib-based projects"
-HOMEPAGE="https://launchpad.net/libdesktop-agnostic"
-EBZR_REPO_URI="lp:libdesktop-agnostic"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +gconf glade gnome gnome-vfs introspection"
-
-RDEPEND="dev-libs/glib:2
- dev-python/pygobject:2
- dev-python/pygtk:2
- x11-libs/gtk+:2
- gconf? ( gnome-base/gconf:2 )
- glade? ( gnome-base/libglade:2.0 )
- gnome-vfs? ( gnome-base/gnome-vfs:2 )
- gnome? ( gnome-base/gnome-desktop:2 )"
-DEPEND="${RDEPEND}
- dev-lang/vala:0.10[vapigen]
- introspection? ( dev-libs/gobject-introspection
- x11-libs/gtk+:2[introspection] )"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_unpack() {
- bzr_src_unpack
-}
-
-src_configure() {
- local cfg="keyfile" fdo="glib" vfs="gio" myconf=""
-
- use gconf && cfg="gconf,${cfg}"
- use gnome && fdo="${fdo},gnome"
- use gnome-vfs && vfs="${vfs},gnome-vfs"
- use debug && myconf="${myconf} --enable-debug"
- use glade && myconf="${myconf} --enable-glade"
- use introspection || myconf="${myconf} --disable-gi"
-
- VALAC=$(type -p valac-0.10) \
- waf-utils_src_configure \
- --sysconfdir="${EPREFIX}"/etc \
- --config-backends=${cfg} \
- --desktop-entry-backends=${fdo} \
- --vfs-backends=${vfs} \
- ${myconf}
-}
diff --git a/x11-libs/libdesktop-agnostic/metadata.xml b/x11-libs/libdesktop-agnostic/metadata.xml
deleted file mode 100644
index eab9b3d..0000000
--- a/x11-libs/libdesktop-agnostic/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <use>
- <flag name="gconf">Enable GConf as configuration backend</flag>
- <flag name="glade">Install the Glade catalog for the desktop-agnotstic GTK widgets.</flag>
- <flag name="gnome-vfs">Enable gnome-vfs as VFS backend</flag>
- <flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-16 11:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-12 21:24 [gentoo-commits] dev/angelos:master commit in: x11-libs/libdesktop-agnostic/ Christoph Mende
-- strict thread matches above, loose matches on Subject: below --
2011-03-12 21:55 Christoph Mende
2011-03-13 19:18 Christoph Mende
2011-03-16 11:12 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox