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-portage/fquery | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
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-portage/fquery')
-rw-r--r-- | app-portage/fquery/Manifest | 2 | ||||
-rw-r--r-- | app-portage/fquery/fquery-0.2.1.4.ebuild | 27 | ||||
-rw-r--r-- | app-portage/fquery/fquery-0.2.1.5.ebuild | 29 | ||||
-rw-r--r-- | app-portage/fquery/metadata.xml | 11 |
4 files changed, 69 insertions, 0 deletions
diff --git a/app-portage/fquery/Manifest b/app-portage/fquery/Manifest new file mode 100644 index 00000000000..a6738dc4227 --- /dev/null +++ b/app-portage/fquery/Manifest @@ -0,0 +1,2 @@ +DIST fquery-0.2.1.4.tar.gz 13229 SHA256 e19ba8bff5414f990fbcc4852fcefc59cad25de02d1114737e32f19499833764 SHA512 bead28fa66b053ce13d6622dd93a212ad99a9183b0caafb36d5a594b529f6a14102305e0fd22197f7b5bfe47126f3e230efd3886fedbbfa223e075e69ee8edd9 WHIRLPOOL 785697f7fb381d13cf588067365f6a17de09ddf59b400017a45c4870042075ff9c44a4530fcb8c0f2fbd1082bb366d18c8e8a2da034a200500e7ee334182313d +DIST fquery-0.2.1.5.tar.gz 13242 SHA256 f124de95a18d2e177ed1fae3493ad093c8c365d513c0cc958227fc59f2ca38ec SHA512 33282f12b4fd6c62e3ba3abe39c53442fce53b010a85a769f3f5b8107949ddb87e19c0350a0c23c938ec869b33be46de1505efcf44133a4ddecffdf00519013e WHIRLPOOL 0c83bf58866d3cdde602ac8847eb6ae6fb927ec539c76fb16f7d8367d27199455aca3f788481f46eb78b9b81b3572c32c4bb249063f7ad8b721f073979309cb7 diff --git a/app-portage/fquery/fquery-0.2.1.4.ebuild b/app-portage/fquery/fquery-0.2.1.4.ebuild new file mode 100644 index 00000000000..075cb6b7562 --- /dev/null +++ b/app-portage/fquery/fquery-0.2.1.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="bin" +inherit haskell-cabal + +DESCRIPTION="Installed package query tool for Gentoo Linux" +HOMEPAGE="http://hackage.haskell.org/package/fquery" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 + dev-haskell/extensible-exceptions + dev-haskell/parsec + dev-haskell/regex-compat + >=dev-lang/ghc-6.10.4" diff --git a/app-portage/fquery/fquery-0.2.1.5.ebuild b/app-portage/fquery/fquery-0.2.1.5.ebuild new file mode 100644 index 00000000000..72406f8eda2 --- /dev/null +++ b/app-portage/fquery/fquery-0.2.1.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="bin" +inherit haskell-cabal + +DESCRIPTION="Installed package query tool for Gentoo Linux" +HOMEPAGE="http://hackage.haskell.org/package/fquery" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 + dev-haskell/extensible-exceptions + dev-haskell/hashtables + dev-haskell/parsec + dev-haskell/regex-compat + >=dev-lang/ghc-6.10.4 +" diff --git a/app-portage/fquery/metadata.xml b/app-portage/fquery/metadata.xml new file mode 100644 index 00000000000..f8069e8c576 --- /dev/null +++ b/app-portage/fquery/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>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + A fast replacement for equery + </longdescription> +</pkgmetadata> |