commit:     d1ec48b934db000645ee529d8cf1c3dcd87c0c3d
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 12:25:41 2015 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 12:25:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ec48b9

Initial import of package

Package-Manager: portage-2.2.20

 x11-apps/xrectsel/Manifest              |  1 +
 x11-apps/xrectsel/metadata.xml          |  5 +++++
 x11-apps/xrectsel/xrectsel-0.3.1.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/x11-apps/xrectsel/Manifest b/x11-apps/xrectsel/Manifest
new file mode 100644
index 0000000..b4cfe44
--- /dev/null
+++ b/x11-apps/xrectsel/Manifest
@@ -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
index 0000000..01c4c00
--- /dev/null
+++ b/x11-apps/xrectsel/metadata.xml
@@ -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
index 0000000..34a684c
--- /dev/null
+++ b/x11-apps/xrectsel/xrectsel-0.3.1.ebuild
@@ -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
+}

Reply via email to