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 --- x11-apps/xfontsel/Manifest | 2 ++ x11-apps/xfontsel/metadata.xml | 5 +++++ x11-apps/xfontsel/xfontsel-1.0.4.ebuild | 18 ++++++++++++++++++ x11-apps/xfontsel/xfontsel-1.0.5.ebuild | 18 ++++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 x11-apps/xfontsel/Manifest create mode 100644 x11-apps/xfontsel/metadata.xml create mode 100644 x11-apps/xfontsel/xfontsel-1.0.4.ebuild create mode 100644 x11-apps/xfontsel/xfontsel-1.0.5.ebuild (limited to 'x11-apps/xfontsel') diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest new file mode 100644 index 000000000000..63bc2c2b2b00 --- /dev/null +++ b/x11-apps/xfontsel/Manifest @@ -0,0 +1,2 @@ +DIST xfontsel-1.0.4.tar.bz2 136256 SHA256 25491e9b7762607299f8a7099c97452d9b83e92266f8b0579b380ca01e5a5f7e SHA512 0c5eeb39b77a10607dce4c42f710864b750de04b06b4d746ed804757b6d1e4357679d52d30155f506c69f5186162da756132689b5e38bd9694bfaf9d004ee452 WHIRLPOOL b06d10f7d818daa73cd4c9fde987f92acfbbc3aead77a6147da9c26a851b8d53173178974b19b67c0c6124bfdf246732cf1bf29675362fdb4904ebdef9d63f32 +DIST xfontsel-1.0.5.tar.bz2 139801 SHA256 170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf SHA512 df7a49286b94f64c610ab990d66376dedc12e3e8fa1d803641f466c3f6ebfdd06e81e4c7be39f8e6234928305f397d877579c39cf24c319dd5deead56f2578a4 WHIRLPOOL 8afe6704baab55503d6ef69d02d8ce46b1813ee2314134d8446f2f7218407551513acef0bd9c564e12fddb950cbc4ff87d30b69acddd40efeb9f17c128cddacf diff --git a/x11-apps/xfontsel/metadata.xml b/x11-apps/xfontsel/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-apps/xfontsel/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-apps/xfontsel/xfontsel-1.0.4.ebuild b/x11-apps/xfontsel/xfontsel-1.0.4.ebuild new file mode 100644 index 000000000000..9034195fdd3a --- /dev/null +++ b/x11-apps/xfontsel/xfontsel-1.0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="point and click selection of X11 font names" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xfontsel/xfontsel-1.0.5.ebuild b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild new file mode 100644 index 000000000000..35bc633ed4b9 --- /dev/null +++ b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="point and click selection of X11 font names" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad