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 /app-xemacs/w3 | |
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 'app-xemacs/w3')
-rw-r--r-- | app-xemacs/w3/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/w3/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/w3/w3-1.33.ebuild | 16 | ||||
-rw-r--r-- | app-xemacs/w3/w3-1.35.ebuild | 16 |
4 files changed, 39 insertions, 0 deletions
diff --git a/app-xemacs/w3/Manifest b/app-xemacs/w3/Manifest new file mode 100644 index 000000000000..9da8c4c20e3c --- /dev/null +++ b/app-xemacs/w3/Manifest @@ -0,0 +1,2 @@ +DIST w3-1.33-pkg.tar.gz 695864 SHA256 b26f2a8e6297b72ef86f6ad5fed0a8e54c59f8fcabd49fd77c9e816ef043fc04 SHA512 f5093d9866dd229d4541e981be94a353ff27be21f4d3118701b31a8bed0e81bc04c2abdae5082f1cc26a2c414614e7b522515f3716ed1443c9ce996a013f9e54 WHIRLPOOL 0781370a817fe3c4b19325e1ef83b1228996e519f810f12b09a05be44476173746cac16cccd1055add2cf9a7af4a663b92e644164d48bfb5d5c59880d87548fb +DIST w3-1.35-pkg.tar.gz 696392 SHA256 5d096239f703190962cf4e07daa944fa780974024181adea2e40825eb9013cad SHA512 773de63d8e1de48ab8329eba1b0f38f1892a5e29c6cbe0b20ff6b9147527c393a79e8a3ee6e4027e73d385abe68c12352f97114a83014a99a186e3672d458e92 WHIRLPOOL 42ce99c644dd6f398376e73129e88938ee2d04ca7c95e165e4ba60696098d395ab76e6870cdc64f6e9b2cbc466526b3458e1088dbfad70310947c3e1b02af786 diff --git a/app-xemacs/w3/metadata.xml b/app-xemacs/w3/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/w3/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>xemacs</herd> +</pkgmetadata> diff --git a/app-xemacs/w3/w3-1.33.ebuild b/app-xemacs/w3/w3-1.33.ebuild new file mode 100644 index 000000000000..ee668bd1790c --- /dev/null +++ b/app-xemacs/w3/w3-1.33.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="A Web browser" +PKG_CAT="standard" + +RDEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/ecrypto +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/w3/w3-1.35.ebuild b/app-xemacs/w3/w3-1.35.ebuild new file mode 100644 index 000000000000..ee668bd1790c --- /dev/null +++ b/app-xemacs/w3/w3-1.35.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="A Web browser" +PKG_CAT="standard" + +RDEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/ecrypto +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |