Initial import of package
authorJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 13 Aug 2015 12:25:41 +0000 (14:25 +0200)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 13 Aug 2015 12:25:41 +0000 (14:25 +0200)
Package-Manager: portage-2.2.20

x11-apps/xrectsel/Manifest [new file with mode: 0644]
x11-apps/xrectsel/metadata.xml [new file with mode: 0644]
x11-apps/xrectsel/xrectsel-0.3.1.ebuild [new file with mode: 0644]

diff --git a/x11-apps/xrectsel/Manifest b/x11-apps/xrectsel/Manifest
new file mode 100644 (file)
index 0000000..b4cfe44
--- /dev/null
@@ -0,0 +1 @@
+DIST xrectsel-0.3.1.tar.gz 14804 SHA256 e797377b28de7095d912a4e96ee59ab1c98f493005cede7149532ede058afdb4 SHA512 33ae145e4e1a73ba3f0c359697c70d9306a61647a1202f0105dc338d90e0025f82dd1724abdfc34b3440742248dfe21276d8d89aa86c60c97007c5925dcf7510 WHIRLPOOL aa7d03bb9cf7d4d49b0dc2f6614c8d377b8ac55dabc5c0234395cc959b4c39f880e9d5a8590ffd314126b32b8053d7aa7d4eb89305cea7ed5453b231b97e86d1
diff --git a/x11-apps/xrectsel/metadata.xml b/x11-apps/xrectsel/metadata.xml
new file mode 100644 (file)
index 0000000..01c4c00
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>
diff --git a/x11-apps/xrectsel/xrectsel-0.3.1.ebuild b/x11-apps/xrectsel/xrectsel-0.3.1.ebuild
new file mode 100644 (file)
index 0000000..34a684c
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="Print the geometry of a rectangular screen region"
+HOMEPAGE="https://github.com/lolilolicon/xrectsel"
+SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/libX11"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       eautoreconf
+}