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 /dev-libs/libmowgli-glib
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 'dev-libs/libmowgli-glib')
-rw-r--r--dev-libs/libmowgli-glib/Manifest1
-rw-r--r--dev-libs/libmowgli-glib/libmowgli-glib-0.1.ebuild19
-rw-r--r--dev-libs/libmowgli-glib/metadata.xml12
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/libmowgli-glib/Manifest b/dev-libs/libmowgli-glib/Manifest
new file mode 100644
index 000000000000..a5bc15491b83
--- /dev/null
+++ b/dev-libs/libmowgli-glib/Manifest
@@ -0,0 +1 @@
+DIST libmowgli-glib-0.1.tar.bz2 64029 SHA256 92766ebde1569ead3aa43dfe13ba354ae3480ac02137361fb7e6da11dc67522e SHA512 4ea1163f24cf70200f9f9b7616209814a8337bf3fb14342eeba1ae92855604f017ac43b66472c8673a515a57447ffe02e5952b364c33a2f1fc0494942757059d WHIRLPOOL fc31e940216c87f15d8188bd5c5bf6ff34bd9a599ce428e4e475b9e64ceeae1461732c2ae6308e4ce4055783d38854691b32fb12f0c9ece2ea07bff10e98978f
diff --git a/dev-libs/libmowgli-glib/libmowgli-glib-0.1.ebuild b/dev-libs/libmowgli-glib/libmowgli-glib-0.1.ebuild
new file mode 100644
index 000000000000..52943cf3600d
--- /dev/null
+++ b/dev-libs/libmowgli-glib/libmowgli-glib-0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="GLib bridge for libmowgli-2 eventing"
+HOMEPAGE="http://github.com/nenolod/libmowgli-glib"
+SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
+IUSE=""
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="dev-libs/glib:2
+ dev-libs/libmowgli:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+DOCS="README.md"
diff --git a/dev-libs/libmowgli-glib/metadata.xml b/dev-libs/libmowgli-glib/metadata.xml
new file mode 100644
index 000000000000..1b815e9a2a5e
--- /dev/null
+++ b/dev-libs/libmowgli-glib/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>jdhore@gentoo.org</email>
+ <name>Jeff Horelick</name>
+ </maintainer>
+ <longdescription/>
+ <upstream>
+ <remote-id type="github">nenolod/libmowgli-glib</remote-id>
+ </upstream>
+</pkgmetadata>