summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-02-05 23:59:57 +0100
committerMatt Turner <mattst88@gmail.com>2017-02-05 23:59:57 +0100
commit9a9f56e90d3828f2059c1cd3f750e5fbe0241027 (patch)
tree1480855f9fc6464c43104417153d74e8246774e5 /dev-libs/nuclear/nuclear-9999.ebuild
parentdev-libs/orbital: Drop. (diff)
downloadx11-9a9f56e90d3828f2059c1cd3f750e5fbe0241027.tar.gz
x11-9a9f56e90d3828f2059c1cd3f750e5fbe0241027.tar.bz2
x11-9a9f56e90d3828f2059c1cd3f750e5fbe0241027.zip
dev-libs/nuclear: Drop.
Diffstat (limited to 'dev-libs/nuclear/nuclear-9999.ebuild')
-rw-r--r--dev-libs/nuclear/nuclear-9999.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/nuclear/nuclear-9999.ebuild b/dev-libs/nuclear/nuclear-9999.ebuild
deleted file mode 100644
index bb49cd2a..00000000
--- a/dev-libs/nuclear/nuclear-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils git-r3
-
-if [ ${PV} == 9999 ]; then
- EGIT_REPO_URI="https://github.com/nuclide/nuclear.git"
- KEYWORDS=""
-else
- SRC_URI=""
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A Shell plugin for Weston"
-HOMEPAGE="https://github.com/nuclide/nuclear"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/weston-1.4.0"
-RDEPEND="${DEPEND}"