summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2012-05-19 15:16:18 +0000
committerAndreas Proschofsky <suka@gentoo.org>2012-05-19 15:16:18 +0000
commit6ad0418600b7627d332e5dc7de8d95f5c17d5f31 (patch)
treed4ff6f8c14f420c2e67cb7f0abd1fafaf42fa19d /dev-libs
parentAnother one bites the dust (diff)
downloadsuka-6ad0418600b7627d332e5dc7de8d95f5c17d5f31.tar.gz
suka-6ad0418600b7627d332e5dc7de8d95f5c17d5f31.tar.bz2
suka-6ad0418600b7627d332e5dc7de8d95f5c17d5f31.zip
Remove a whole bunch of outdated stuff
svn path=/; revision=326
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/ethos/Manifest1
-rw-r--r--dev-libs/ethos/ethos-9999.ebuild46
-rw-r--r--dev-libs/json-glib/Manifest3
-rw-r--r--dev-libs/json-glib/json-glib-0.12.0.ebuild23
-rw-r--r--dev-libs/json-glib/metadata.xml12
-rw-r--r--dev-libs/librest/Manifest2
-rw-r--r--dev-libs/librest/librest-0.6.0.ebuild34
7 files changed, 0 insertions, 121 deletions
diff --git a/dev-libs/ethos/Manifest b/dev-libs/ethos/Manifest
deleted file mode 100644
index 5534b68..0000000
--- a/dev-libs/ethos/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD ethos-9999.ebuild 938 RMD160 b676156c6a50c3576a5b28c7615b10fbf0d302c5 SHA1 2dac4790bc138289c75752b239d56d7deb44bba8 SHA256 797526443d4e9bb52601efc110feb7366920c8b6b8bd530e3c6d0b7e07abb8ed
diff --git a/dev-libs/ethos/ethos-9999.ebuild b/dev-libs/ethos/ethos-9999.ebuild
deleted file mode 100644
index 5ae3c93..0000000
--- a/dev-libs/ethos/ethos-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit autotools gnome2 git
-
-EGIT_REPO_URI="git://git.dronelabs.com/ethos"
-
-DESCRIPTION="Generic Plugin Engine for GLib"
-HOMEPAGE="http://git.dronelabs.com/ethos/about/"
-SRC_URI=""
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="introspection javascript python"
-
-RDEPEND=">=dev-libs/glib-2.16.0
- >=x11-libs/gtk+-2.10.0
- introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
- javascript? ( >=dev-libs/gjs-0.2 )
- python? ( >=dev-python/pygobject-2.15.3
- >=dev-python/pygtk-2.12 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9"
-
-DOCS="AUTHORS NEWS README TODO"
-
-S=${WORKDIR}/trunk
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-vala
- $(use_enable python)
- $(use_enable javascript js)
- $(use_enable introspection)"
-}
-
-src_unpack() {
- git_src_unpack
- cd ${S}
- ./autogen.sh
-}
diff --git a/dev-libs/json-glib/Manifest b/dev-libs/json-glib/Manifest
deleted file mode 100644
index 07c0d29..0000000
--- a/dev-libs/json-glib/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST json-glib-0.12.0.tar.bz2 417623 RMD160 c08f0a1bda25187296b51ccbf5596dfe3609ec76 SHA1 2295a704d4e45a4e5333ea9eeda9b9c413b118d1 SHA256 e22978aadbe92a12e4cef2f494eb3571ac5c983ad05cff4256328157f1112842
-EBUILD json-glib-0.12.0.ebuild 737 RMD160 554a2355f732d7fffb8703dca214a9c7b7e835e4 SHA1 120d34758ef8ce08b0dfaefac76b52a206551328 SHA256 878e1c0e7cd351ea0dfe7ad3b48eaa6696d61aeb35ff79f1f3afa9802e4aada0
-MISC metadata.xml 1062 RMD160 8c9644851c8d144f4ea9ad5b9f16e40f8c0e4d80 SHA1 1da40081dc5b39a6f6dcba28a2c985f59a713e5e SHA256 1cc59d76f12fcda3ba90fcbc8bae0a22eadb4dc22ec798e65605ea2df73ee510
diff --git a/dev-libs/json-glib/json-glib-0.12.0.ebuild b/dev-libs/json-glib/json-glib-0.12.0.ebuild
deleted file mode 100644
index 549438e..0000000
--- a/dev-libs/json-glib/json-glib-0.12.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.8.2.ebuild,v 1.1 2009/11/02 20:19:10 voyageur Exp $
-
-EAPI=2
-inherit gnome2 eutils
-
-DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
-HOMEPAGE="http://live.gnome.org/JsonGlib"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc introspection"
-
-RDEPEND=">=dev-libs/glib-2.15"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1.11 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.4 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-G2CONF="${G2CONF} $(use_enable introspection)"
diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml
deleted file mode 100644
index cdb3af2..0000000
--- a/dev-libs/json-glib/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
- <longdescription>JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627. Many high-level languages already provide native modules for parsing, generating and manipulating JSON data streams. JSON-GLib is a C library based on GLib and released under the terms of the GNU Lesser General Public License version 2.1. It provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.
-
-JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams.</longdescription>
-</pkgmetadata>
diff --git a/dev-libs/librest/Manifest b/dev-libs/librest/Manifest
deleted file mode 100644
index da383de..0000000
--- a/dev-libs/librest/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rest-0.6.tar.gz 379628 RMD160 8b7b5bcfd20c66ecf1551bda7785276a27746566 SHA1 9ed2814ae123b73d15598ebd0b1457ab9b6208be SHA256 8734c43d99651c17ce0346ddaac97122b92e28e21e625200b4a12a30f0d8e7f6
-EBUILD librest-0.6.0.ebuild 671 RMD160 4bde4c6f385807833c58d4b8683d467d6a7d0e2a SHA1 f2466799393ca51595299db8e86a501404bb44eb SHA256 9ffdf5d1b8c856bae99e21b366a7145acc1365cdf81626a0e0e35e70b294fa5e
diff --git a/dev-libs/librest/librest-0.6.0.ebuild b/dev-libs/librest/librest-0.6.0.ebuild
deleted file mode 100644
index cabe04d..0000000
--- a/dev-libs/librest/librest-0.6.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit gnome2
-
-DESCRIPTION="Library to access RESTful web-services"
-HOMEPAGE="http://moblin.org/projects/librest"
-SRC_URI="http://moblin.org/sites/all/files/rest-0.6.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome"
-
-RDEPEND=">=dev-libs/glib-2.18.0
- >=net-libs/libsoup-2.4
- gnome? ( >=net-libs/libsoup-gnome-2.25.1 )
- >=dev-libs/libxml2-2"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9"
-
-DOCS="AUTHORS NEWS README"
-
-S="${WORKDIR}/rest-0.6"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_with gnome)"
-}