summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /gnome-extra/connman-gnome
downloadgentoo-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 'gnome-extra/connman-gnome')
-rw-r--r--gnome-extra/connman-gnome/Manifest1
-rw-r--r--gnome-extra/connman-gnome/connman-gnome-0.7.ebuild30
-rw-r--r--gnome-extra/connman-gnome/metadata.xml10
3 files changed, 41 insertions, 0 deletions
diff --git a/gnome-extra/connman-gnome/Manifest b/gnome-extra/connman-gnome/Manifest
new file mode 100644
index 000000000000..911d5bdf4006
--- /dev/null
+++ b/gnome-extra/connman-gnome/Manifest
@@ -0,0 +1 @@
+DIST connman-gnome-0.7.tar.gz 98682 SHA256 d05d3c850667ec0881a0fa36975b53c8ad86a6860a15f95fca465de9096a887c SHA512 90bd42162e8735702dfb21b9e19b4bcc46000cc713e13c11f9a4769d789b42ddecfea3fb9f9fe5d7625c70a6243460e177a6be79319c272b2e9fe916754fc12a WHIRLPOOL 3790de959bd5d7dcc0dd692203e747cdb390c547515d4eef76a8f789f67e51949413a05bd8b4f9bc2b8f0da696d36aa9f73a3a57f9316f5e8480eab316cd1134
diff --git a/gnome-extra/connman-gnome/connman-gnome-0.7.ebuild b/gnome-extra/connman-gnome/connman-gnome-0.7.ebuild
new file mode 100644
index 000000000000..8395400b21e0
--- /dev/null
+++ b/gnome-extra/connman-gnome/connman-gnome-0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vcs-snapshot autotools
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://github.com/connectivity/connman-gnome"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=sys-apps/dbus-1.2
+ >=dev-libs/dbus-glib-0.73
+ >=x11-libs/gtk+-2.10:2
+ >=net-misc/connman-1.0"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.35
+ >=dev-lang/perl-5.8.1"
+
+src_prepare() {
+ eautoreconf
+}
diff --git a/gnome-extra/connman-gnome/metadata.xml b/gnome-extra/connman-gnome/metadata.xml
new file mode 100644
index 000000000000..6780ebb69298
--- /dev/null
+++ b/gnome-extra/connman-gnome/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">connectivity/connman-gnome</remote-id>
+ </upstream>
+</pkgmetadata>