summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-06 17:20:41 +0200
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:12:28 +0100
commitc7533b5a50fec763817f38a5a109f59be0917961 (patch)
tree9d46bcc9bee4dcba2e1c5fda02668f23bdc9d498
parentx11-misc/xfe: Remove old (diff)
downloadgentoo-c7533b5a50fec763817f38a5a109f59be0917961.tar.gz
gentoo-c7533b5a50fec763817f38a5a109f59be0917961.tar.bz2
gentoo-c7533b5a50fec763817f38a5a109f59be0917961.zip
x11-misc/xkbset: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4142
-rw-r--r--x11-misc/xkbset/xkbset-0.5-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/xkbset/xkbset-0.5-r1.ebuild b/x11-misc/xkbset/xkbset-0.5-r1.ebuild
deleted file mode 100644
index f586aa0bb181..000000000000
--- a/x11-misc/xkbset/xkbset-0.5-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="User preference utility for XKB extensions for X"
-HOMEPAGE="http://www.math.missouri.edu/~stephen/software/"
-SRC_URI="http://www.math.missouri.edu/~stephen/software/xkbset/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="tk"
-
-CDEPEND="
- x11-libs/libX11
-"
-DEPEND="
- ${CDEPEND}
-"
-RDEPEND="
- ${CDEPEND}
- tk? ( dev-perl/Tk )
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_compile() {
- emake CC=$(tc-getCC) INC_PATH= LIB_PATH=
-}
-
-src_install() {
- dobin xkbset
- use tk && dobin xkbset-gui
- doman xkbset.1
- dodoc README TODO
-}