diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-apps/xmessage | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-apps/xmessage')
-rw-r--r-- | x11-apps/xmessage/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xmessage/metadata.xml | 5 | ||||
-rw-r--r-- | x11-apps/xmessage/xmessage-1.0.3.ebuild | 16 | ||||
-rw-r--r-- | x11-apps/xmessage/xmessage-1.0.4.ebuild | 16 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11-apps/xmessage/Manifest b/x11-apps/xmessage/Manifest new file mode 100644 index 000000000000..66a58c5e63fc --- /dev/null +++ b/x11-apps/xmessage/Manifest @@ -0,0 +1,2 @@ +DIST xmessage-1.0.3.tar.bz2 110604 SHA256 cfa35d3ad4ad1306e49878163982e9d54872a20a497e77ab0a8d5de05c8b3d5b SHA512 7698dd6d02b2234e5463de7c7493a1ba1498f0434108e941271eca32e0a60d5c1affb6b21ac5fc94bc1962ba2d1853d669f1c1290aa4e669aff6c06411d5aa41 WHIRLPOOL 4044d55ef657872cc47d5b945631b4edb9b82ac65ff4ad41e0b33a47808df01047a5087a8d67d52e42ff8d4cc3f48bacd1382849d446542cde160ac4790e3d21 +DIST xmessage-1.0.4.tar.bz2 125011 SHA256 bcdf4b461c439bb3ade6e1e41c47d6218b912da8e9396b7ad70856db2f95ab68 SHA512 a087fb09595bf0b188a4525b45e9b607acd063cceae36c69c78a48674fb7eca1c82d5c2d2770c7f4425b499e4c002bfc0e377935308c218a330a2b4994b94ebd WHIRLPOOL 10e5609685ded588b23a01265f165f9624f22e2adea622381be13cc3f428027958aa2b333eb6b138d2f4710ee6f8fe6acffaa350f73174363cc5fcb31b2bd8da diff --git a/x11-apps/xmessage/metadata.xml b/x11-apps/xmessage/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-apps/xmessage/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/xmessage/xmessage-1.0.3.ebuild b/x11-apps/xmessage/xmessage-1.0.3.ebuild new file mode 100644 index 000000000000..ff96c311fab5 --- /dev/null +++ b/x11-apps/xmessage/xmessage-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="display a message or query in a window (X-based /bin/echo)" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xmessage/xmessage-1.0.4.ebuild b/x11-apps/xmessage/xmessage-1.0.4.ebuild new file mode 100644 index 000000000000..e2bbfe576d64 --- /dev/null +++ b/x11-apps/xmessage/xmessage-1.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="display a message or query in a window (X-based /bin/echo)" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" |