From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- lxde-base/lxrandr/Manifest | 1 + lxde-base/lxrandr/lxrandr-0.1.2.ebuild | 30 ++++++++++++++++++++++++++++++ lxde-base/lxrandr/metadata.xml | 8 ++++++++ 3 files changed, 39 insertions(+) create mode 100644 lxde-base/lxrandr/Manifest create mode 100644 lxde-base/lxrandr/lxrandr-0.1.2.ebuild create mode 100644 lxde-base/lxrandr/metadata.xml (limited to 'lxde-base/lxrandr') diff --git a/lxde-base/lxrandr/Manifest b/lxde-base/lxrandr/Manifest new file mode 100644 index 000000000000..9f55f855b8bb --- /dev/null +++ b/lxde-base/lxrandr/Manifest @@ -0,0 +1 @@ +DIST lxrandr-0.1.2.tar.gz 230394 SHA256 fb8139478f6cfeac6a2d8adb4e55e8cad099bfe2da7c82253c935ba719f9cf19 SHA512 a2131706b1f6febea3cb12758403650700a29ad1fe036caf5ecf962264f6f8180fdef392f88a77071b3d218ea2f08b0a1f66e4d58db6c2c55125d475bdee256a WHIRLPOOL 067a0dc3a92a698b1da052214620cb41c7fbaeaed40f5f70cff122f36438140f03af226e5aa2359c63a366ec284b7c03b81621d5b414197ef55cd16dc3406961 diff --git a/lxde-base/lxrandr/lxrandr-0.1.2.ebuild b/lxde-base/lxrandr/lxrandr-0.1.2.ebuild new file mode 100644 index 000000000000..e126048440b4 --- /dev/null +++ b/lxde-base/lxrandr/lxrandr-0.1.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit autotools eutils + +DESCRIPTION="LXDE GUI interface to RandR extention" +HOMEPAGE="http://lxde.sf.net/" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" + +LICENSE="GPL-3" +KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" +SLOT="0" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + x11-libs/libXrandr + x11-apps/xrandr" +DEPEND="${RDEPEND} + x11-proto/randrproto + virtual/pkgconfig + sys-devel/gettext + >=dev-util/intltool-0.40.0" + +src_install () { + emake DESTDIR="${D}" install + dodoc AUTHORS +} diff --git a/lxde-base/lxrandr/metadata.xml b/lxde-base/lxrandr/metadata.xml new file mode 100644 index 000000000000..831327e101a9 --- /dev/null +++ b/lxde-base/lxrandr/metadata.xml @@ -0,0 +1,8 @@ + + + + lxde + + lxde + + -- cgit v1.2.3-18-g5258