diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-08-13 14:25:41 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-08-13 14:25:41 +0200 |
commit | d1ec48b934db000645ee529d8cf1c3dcd87c0c3d (patch) | |
tree | dda6ff5ccc651e5e2e02f3246419baef133885a8 /x11-apps/xrectsel | |
parent | app-crypt/gnupg: Version bump to 2.1.7 (diff) | |
download | gentoo-d1ec48b934db000645ee529d8cf1c3dcd87c0c3d.tar.gz gentoo-d1ec48b934db000645ee529d8cf1c3dcd87c0c3d.tar.bz2 gentoo-d1ec48b934db000645ee529d8cf1c3dcd87c0c3d.zip |
Initial import of package
Package-Manager: portage-2.2.20
Diffstat (limited to 'x11-apps/xrectsel')
-rw-r--r-- | x11-apps/xrectsel/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xrectsel/metadata.xml | 5 | ||||
-rw-r--r-- | x11-apps/xrectsel/xrectsel-0.3.1.ebuild | 23 |
3 files changed, 29 insertions, 0 deletions
diff --git a/x11-apps/xrectsel/Manifest b/x11-apps/xrectsel/Manifest new file mode 100644 index 000000000000..b4cfe44bb4f0 --- /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 000000000000..01c4c004e735 --- /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 000000000000..34a684c8e486 --- /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 +} |