Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/nuclear/
Date: Sun, 05 Feb 2017 23:01:10
Message-Id: 1486335597.9a9f56e90d3828f2059c1cd3f750e5fbe0241027.mattst88@gentoo
1 commit: 9a9f56e90d3828f2059c1cd3f750e5fbe0241027
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 5 22:59:57 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 22:59:57 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=9a9f56e9
7
8 dev-libs/nuclear: Drop.
9
10 dev-libs/nuclear/metadata.xml | 7 -------
11 dev-libs/nuclear/nuclear-9999.ebuild | 25 -------------------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/dev-libs/nuclear/metadata.xml b/dev-libs/nuclear/metadata.xml
15 deleted file mode 100644
16 index f03c2df..0000000
17 --- a/dev-libs/nuclear/metadata.xml
18 +++ /dev/null
19 @@ -1,7 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 - <longdescription lang="en">
24 -Nuclear is a shell plugin for Weston. It implements a custom protocol to synchronize with a shell client such as Orbital, but does not carry a client itself, and serves no purpose without one.
25 - </longdescription>
26 -</pkgmetadata>
27
28 diff --git a/dev-libs/nuclear/nuclear-9999.ebuild b/dev-libs/nuclear/nuclear-9999.ebuild
29 deleted file mode 100644
30 index bb49cd2..0000000
31 --- a/dev-libs/nuclear/nuclear-9999.ebuild
32 +++ /dev/null
33 @@ -1,25 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit cmake-utils git-r3
41 -
42 -if [ ${PV} == 9999 ]; then
43 - EGIT_REPO_URI="https://github.com/nuclide/nuclear.git"
44 - KEYWORDS=""
45 -else
46 - SRC_URI=""
47 - KEYWORDS="~amd64 ~x86"
48 -fi
49 -
50 -DESCRIPTION="A Shell plugin for Weston"
51 -HOMEPAGE="https://github.com/nuclide/nuclear"
52 -
53 -LICENSE="LGPL-3"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -DEPEND=">=dev-libs/weston-1.4.0"
58 -RDEPEND="${DEPEND}"