diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-libs/liboobs | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-libs/liboobs')
-rw-r--r-- | dev-libs/liboobs/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/liboobs/liboobs-3.0.0.ebuild | 34 | ||||
-rw-r--r-- | dev-libs/liboobs/metadata.xml | 16 |
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-libs/liboobs/Manifest b/dev-libs/liboobs/Manifest new file mode 100644 index 000000000000..77b754faa81d --- /dev/null +++ b/dev-libs/liboobs/Manifest @@ -0,0 +1 @@ +DIST liboobs-3.0.0.tar.bz2 344118 SHA256 1e7a327df7dcfa30e0cd3e0d2ffcd9a2c91c7870291dd30434b5da907945c00a SHA512 67191294059fc6669bcad0d7e07669b1d9f1aa59e8a56ba8697051b901829bc8ef0ac9efe654160ad722884c9a0a80214e4bc989a8a77269bef0999b3fbaad9a WHIRLPOOL 9801d6b4d509e373df1af9f25ac3955cd2acc1e48e6fc01b9d48c4afbbce2616799e7bddb0f500a86cd8fe4e2934bc53c43dbc9b9fdeda8a5ce7e958c254d6e1 diff --git a/dev-libs/liboobs/liboobs-3.0.0.ebuild b/dev-libs/liboobs/liboobs-3.0.0.ebuild new file mode 100644 index 000000000000..737b06731c84 --- /dev/null +++ b/dev-libs/liboobs/liboobs-3.0.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" +GNOME_TARBALL_SUFFIX="bz2" + +inherit gnome2 + +DESCRIPTION="Liboobs is a wrapping library to the System Tools Backends" +HOMEPAGE="http://library.gnome.org/devel/liboobs/stable/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86" +IUSE="" + +# FIXME: check if policykit should be checked in configure ? +RDEPEND=" + >=dev-libs/glib-2.14:2 + >=dev-libs/dbus-glib-0.70 + >=app-admin/system-tools-backends-2.10.1 +" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + --without-hal \ + --disable-static +} diff --git a/dev-libs/liboobs/metadata.xml b/dev-libs/liboobs/metadata.xml new file mode 100644 index 000000000000..0dbc49da363a --- /dev/null +++ b/dev-libs/liboobs/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <maintainer> + <email>eva@gentoo.org</email> + <name>Gilles Dartiguelongue</name> + </maintainer> + <longdescription lang="en"> + Liboobs is a wrapping library to the System Tools Backends, it will + provide easy to access GObjects to system configuration details, like + users, groups and network interfaces, it will handle sessions with the + backend and data consistency too + </longdescription> +</pkgmetadata> + |