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 /media-libs/libsidplayfp | |
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 'media-libs/libsidplayfp')
-rw-r--r-- | media-libs/libsidplayfp/Manifest | 3 | ||||
-rw-r--r-- | media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild | 31 | ||||
-rw-r--r-- | media-libs/libsidplayfp/libsidplayfp-1.1.0.ebuild | 33 | ||||
-rw-r--r-- | media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild | 33 | ||||
-rw-r--r-- | media-libs/libsidplayfp/metadata.xml | 8 |
5 files changed, 108 insertions, 0 deletions
diff --git a/media-libs/libsidplayfp/Manifest b/media-libs/libsidplayfp/Manifest new file mode 100644 index 000000000000..09a8c50fea09 --- /dev/null +++ b/media-libs/libsidplayfp/Manifest @@ -0,0 +1,3 @@ +DIST libsidplayfp-0.3.8.tar.gz 682303 SHA256 5597a40b87c8b5adb23480f71fb15097e3d63be341c45029245a8ed50e0ecb30 SHA512 5a4cae8e7ca6c9ae514b7018b27c125e17dc6773db036dca7140e51d3021a4274348b791d72e6e277ac0d1fa3b20ba2b3a04bbccf574db178b1b28428f2099cc WHIRLPOOL 413b4baefcb45fb3911d9428b2cd154ca11f0a33ad91725cf2410b2d4e5b8d5ae24de9721e90fe41d60916477d59fc7b41538f17b7e183c721808c62db49c298 +DIST libsidplayfp-1.1.0.tar.gz 620228 SHA256 d1fa1ec68a1b4f1c8b5b27073e699a6a9d5484586a246b1cf706e9fc2d6d8e1f SHA512 fb0ce00d220772aaf97fc88b7ba3e764f1c94439c9d35713743726872cf6bc6524893489c5909be538f0630896bd328560c6b189d6d2d09932457671080ed76f WHIRLPOOL f3625612dcabe6e3f7f6e46203d56497fb6abdc2661acf05e99ca548332c412632c436a5533cb7fb8e39a5adfa9772d2858283279557fd8dc1c64b0bb1512ab1 +DIST libsidplayfp-1.8.0.tar.gz 669469 SHA256 86438034002384c3dfff2698db0c8c75b29df55a10eb28a33b38663433bc9fe7 SHA512 37af2e0f2a4b635797ce289cba33e0bbe9dea0ec2378da8b4e886f94a34fe09d2941c9deda9568e5325f7da6423f4a9820c814ec8d2970987f3cd03965147c52 WHIRLPOOL 55db147d1cd1f35f0781b9d0f3c6e34fb52cd8aa592a81c8f3121de7c2310d2ace2baa50179d9e5087196c0eaacba449155ff3b75b0a04abad570e6b3eab5396 diff --git a/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild b/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild new file mode 100644 index 000000000000..051dd631407d --- /dev/null +++ b/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="A library for the sidplay2 fork with resid-fp" +HOMEPAGE="http://sourceforge.net/projects/sidplay-residfp/" +SRC_URI="mirror://sourceforge/sidplay-residfp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +DOCS=( AUTHORS NEWS README TODO ) + +src_prepare() { + # fix automagic. warning: modifying .ac triggers maintainer mode. + sed -i -e 's:doxygen:dIsAbLe&:' configure || die +} + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + default + prune_libtool_files +} diff --git a/media-libs/libsidplayfp/libsidplayfp-1.1.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-1.1.0.ebuild new file mode 100644 index 000000000000..9d02e8c78565 --- /dev/null +++ b/media-libs/libsidplayfp/libsidplayfp-1.1.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="A library for the sidplay2 fork with resid-fp" +HOMEPAGE="http://sourceforge.net/projects/sidplay-residfp/" +SRC_URI="mirror://sourceforge/sidplay-residfp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~hppa x86" +IUSE="cpu_flags_x86_mmx static-libs" + +DOCS=( AUTHORS NEWS README TODO ) + +src_prepare() { + # fix automagic. warning: modifying .ac triggers maintainer mode. + sed -i -e 's:doxygen:dIsAbLe&:' configure || die +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_enable cpu_flags_x86_mmx mmx) +} + +src_install() { + default + prune_libtool_files +} diff --git a/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild new file mode 100644 index 000000000000..99dd164426de --- /dev/null +++ b/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils versionator + +DESCRIPTION="A library for the sidplay2 fork with resid-fp" +HOMEPAGE="http://sourceforge.net/projects/sidplay-residfp/" +SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="cpu_flags_x86_mmx static-libs" + +DOCS=( AUTHORS NEWS README TODO ) + +src_prepare() { + # fix automagic. warning: modifying .ac triggers maintainer mode. + sed -i -e 's:doxygen:dIsAbLe&:' configure || die +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_enable cpu_flags_x86_mmx mmx) +} + +src_install() { + default + prune_libtool_files +} diff --git a/media-libs/libsidplayfp/metadata.xml b/media-libs/libsidplayfp/metadata.xml new file mode 100644 index 000000000000..8c08b7258eec --- /dev/null +++ b/media-libs/libsidplayfp/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sound</herd> + <upstream> + <remote-id type="sourceforge">sidplay-residfp</remote-id> + </upstream> +</pkgmetadata> |