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 /dev-libs/handystats | |
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 'dev-libs/handystats')
-rw-r--r-- | dev-libs/handystats/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/handystats/handystats-1.11.0.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/handystats/handystats-1.11.1.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/handystats/handystats-1.11.3.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/handystats/metadata.xml | 11 |
5 files changed, 80 insertions, 0 deletions
diff --git a/dev-libs/handystats/Manifest b/dev-libs/handystats/Manifest new file mode 100644 index 000000000000..ae8c2ba2fe4e --- /dev/null +++ b/dev-libs/handystats/Manifest @@ -0,0 +1,3 @@ +DIST handystats-1.11.0.zip 141871 SHA256 e4a875495fede9401b916418efc079d42cb028d85af33bc30b21540de32f3c29 SHA512 e6d5fa200c3ca006adc9601c6f200dd7fc4dd57cff45c530990781880536aefdad7eb2fa266df24802f44b9f838ea5ddfd8a60fbeaef4e3b83002fdbd556f4ec WHIRLPOOL 76d8a83373ce3a08b01a438660af7ae128be25d3f10a44caf07f4d9929d719dc6bdf388563a5d241227ff6bd443481adc18d9876946a12d4e89fdec2ced0dc6b +DIST handystats-1.11.1.zip 142005 SHA256 34ca57a183d101b027889ecac99d93575d69f03d446c3fa9f59572d2dc014723 SHA512 cfb8cdc7e528ef6bb92ef94099081f77f2407bf85477e7bcc8ef92abc69e8e14a8f1de3d2df26f1a7f8103247a133abb47c5a2771a60b9cf589c292d43ace712 WHIRLPOOL ec76b8cd6f89f55dcc1d3e3f753378afde777ea03da75c144504e8a70cf7f11861f496c95d3de987ad381f7f6f0085fac17d2d86df2fe7bb18d04eadac81941e +DIST handystats-1.11.3.zip 142270 SHA256 3aa549bd11645a4324283d8dec4896cb94e20ed7e3c6c4958c923ab257c6cd99 SHA512 0ece97c1cea48112514098f9481195ccfa7e5dcd1025c4f0dca5aa8266f783cd9f0c96af17f3942bcf13a7d89e51107a12c44f39ede0fa8d17412a25f89cc331 WHIRLPOOL 3953f1c29e64fdcff6602ad461d7e6c4c1a9279596e6bddb1cc6d520c3c334b85f92aa4f3b17b8f33b47260bfd393ec638939c8c4b3130196a7e87eb0552ef7e diff --git a/dev-libs/handystats/handystats-1.11.0.ebuild b/dev-libs/handystats/handystats-1.11.0.ebuild new file mode 100644 index 000000000000..f420c46bd90f --- /dev/null +++ b/dev-libs/handystats/handystats-1.11.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +RESTRICT="test" +inherit cmake-utils + +DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead." +HOMEPAGE="https://github.com/shindo/handystats" +SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${DEPEND} + dev-cpp/gtest + dev-libs/boost" diff --git a/dev-libs/handystats/handystats-1.11.1.ebuild b/dev-libs/handystats/handystats-1.11.1.ebuild new file mode 100644 index 000000000000..f420c46bd90f --- /dev/null +++ b/dev-libs/handystats/handystats-1.11.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +RESTRICT="test" +inherit cmake-utils + +DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead." +HOMEPAGE="https://github.com/shindo/handystats" +SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${DEPEND} + dev-cpp/gtest + dev-libs/boost" diff --git a/dev-libs/handystats/handystats-1.11.3.ebuild b/dev-libs/handystats/handystats-1.11.3.ebuild new file mode 100644 index 000000000000..f420c46bd90f --- /dev/null +++ b/dev-libs/handystats/handystats-1.11.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +RESTRICT="test" +inherit cmake-utils + +DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead." +HOMEPAGE="https://github.com/shindo/handystats" +SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${DEPEND} + dev-cpp/gtest + dev-libs/boost" diff --git a/dev-libs/handystats/metadata.xml b/dev-libs/handystats/metadata.xml new file mode 100644 index 000000000000..f8947730a459 --- /dev/null +++ b/dev-libs/handystats/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>patrick@gentoo.org</email> + <name>Patrick Lauer</name> + </maintainer> + <upstream> + <remote-id type="github">shindo/handystats</remote-id> + </upstream> +</pkgmetadata> |