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 /gnustep-apps/terminal | |
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 'gnustep-apps/terminal')
-rw-r--r-- | gnustep-apps/terminal/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/terminal/metadata.xml | 11 | ||||
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.7.ebuild | 26 | ||||
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.8.ebuild | 21 |
4 files changed, 60 insertions, 0 deletions
diff --git a/gnustep-apps/terminal/Manifest b/gnustep-apps/terminal/Manifest new file mode 100644 index 000000000000..250e5f3e9221 --- /dev/null +++ b/gnustep-apps/terminal/Manifest @@ -0,0 +1,2 @@ +DIST Terminal-0.9.7.tar.gz 99847 SHA256 bfe665b026949925fc25dcbbbba220f38bf09b5512d63fb02a8c3756c763ca47 SHA512 1214d25040ba81d25e20cf9c5aa08f76c3ac8c931d44811a07f21567fea034c5656e5e247a18a48e5d2f42a92ce7be199a3159ab1f1e077c2c5cee285ab80ad2 WHIRLPOOL 4c87b86b033280584355cfb395fb5d6117d794bf81ed0f2366bd58778c3a888c619f0ef1bcff9a75e744a2a8b36e76a870389d4cf3431a572f45218a17a0c655 +DIST Terminal-0.9.8.tar.gz 110520 SHA256 488428fcc8c25eb3d0b29419f12f48d1dc893dbf89aa71a80743fba31e18eace SHA512 dc282f52662e0e65553562e6684af7ffab25afb62badee5c22c3b5d03c31a75d172b35706512e98d4fa14d68bd3643e0158c67ff61755deab77741d71bf219c0 WHIRLPOOL 051c345d49110360e9754a9e159b4f230a48ae793f4772a8344273547231fe79c34a95daab6e9d84f35193da8939cb585d86ff693eb2b0c13e8e4202f16f10da diff --git a/gnustep-apps/terminal/metadata.xml b/gnustep-apps/terminal/metadata.xml new file mode 100644 index 000000000000..dd55329e4556 --- /dev/null +++ b/gnustep-apps/terminal/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +<herd>proxy-maintainers</herd> +<longdescription> +Terminal.app - copyright (c) 2002 Alexander Malmberg alexander@malmberg.org + +a terminal emulator for GNUstep +</longdescription> +</pkgmetadata> diff --git a/gnustep-apps/terminal/terminal-0.9.7.ebuild b/gnustep-apps/terminal/terminal-0.9.7.ebuild new file mode 100644 index 000000000000..1c665ebcace6 --- /dev/null +++ b/gnustep-apps/terminal/terminal-0.9.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +inherit gnustep-2 + +S=${WORKDIR}/${P/t/T} + +DESCRIPTION="A terminal emulator for GNUstep" +HOMEPAGE="http://www.nongnu.org/terminal/" +SRC_URI="http://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" +SLOT="0" +IUSE="" + +RDEPEND="!<x11-terms/terminal-0.6.0" #376257 +DEPEND="${RDEPEND}" + +src_prepare() { + # Correct link command for --as-needed + sed -i -e "s/Terminal_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed" +} diff --git a/gnustep-apps/terminal/terminal-0.9.8.ebuild b/gnustep-apps/terminal/terminal-0.9.8.ebuild new file mode 100644 index 000000000000..e987fc567edc --- /dev/null +++ b/gnustep-apps/terminal/terminal-0.9.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit gnustep-2 + +S=${WORKDIR}/${P/t/T} + +DESCRIPTION="A terminal emulator for GNUstep" +HOMEPAGE="http://www.nongnu.org/terminal/" +SRC_URI="http://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" +SLOT="0" +IUSE="" + +RDEPEND="!<x11-terms/terminal-0.6.0" #376257 +DEPEND="${RDEPEND}" |