From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-sound/schismtracker/Manifest | 2 + media-sound/schismtracker/metadata.xml | 5 +++ .../schismtracker/schismtracker-20110101.ebuild | 36 +++++++++++++++ .../schismtracker/schismtracker-20120105.ebuild | 51 ++++++++++++++++++++++ 4 files changed, 94 insertions(+) create mode 100644 media-sound/schismtracker/Manifest create mode 100644 media-sound/schismtracker/metadata.xml create mode 100644 media-sound/schismtracker/schismtracker-20110101.ebuild create mode 100644 media-sound/schismtracker/schismtracker-20120105.ebuild (limited to 'media-sound/schismtracker') diff --git a/media-sound/schismtracker/Manifest b/media-sound/schismtracker/Manifest new file mode 100644 index 000000000000..e2dd5c1db386 --- /dev/null +++ b/media-sound/schismtracker/Manifest @@ -0,0 +1,2 @@ +DIST schismtracker-20110101.tar.bz2 1095791 RMD160 4419ffddf55f8cecff6a029a13e4e6186b35f2c4 SHA1 083f5e164a3acd3d5f7de2a2f596e0c8a3cded04 SHA256 6afa58eef7327c9713a4ba49833b79709ae5265ccf21df6fb822e3b7db9a7064 +DIST schismtracker-20120105.tar.bz2 1097124 RMD160 5f49dba67202742bccca87a09dcd7d9510aa83b9 SHA1 26ead2bfc14a1de9152beee8b8294f81c878ab26 SHA256 31cef23e6806027618aef03675a5e4681043a99afa6e9e92d82ad4cec5e6c7db diff --git a/media-sound/schismtracker/metadata.xml b/media-sound/schismtracker/metadata.xml new file mode 100644 index 000000000000..3bf6bcfeb512 --- /dev/null +++ b/media-sound/schismtracker/metadata.xml @@ -0,0 +1,5 @@ + + + + sound + diff --git a/media-sound/schismtracker/schismtracker-20110101.ebuild b/media-sound/schismtracker/schismtracker-20110101.ebuild new file mode 100644 index 000000000000..bec9dccbaaf9 --- /dev/null +++ b/media-sound/schismtracker/schismtracker-20110101.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit eutils + +DESCRIPTION="a free reimplementation of Impulse Tracker, a program used to create high quality music" +HOMEPAGE="http://eval.sovietrussia.org//wiki/Schism_Tracker" +SRC_URI="http://${PN}.org/dl/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2 public-domain" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="media-libs/alsa-lib + >=media-libs/libsdl-1.2[X] + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXv + x11-libs/libXxf86misc" +DEPEND="${RDEPEND} + virtual/os-headers + x11-proto/kbproto + x11-proto/xf86miscproto + x11-proto/xproto" + +DOCS=( AUTHORS NEWS README TODO ) + +src_install() { + default + doicon icons/schism-icon.svg + newicon icons/schism-icon-48.png schism-icon.png + make_desktop_entry ${PN} "Schism Tracker" schism-icon +} diff --git a/media-sound/schismtracker/schismtracker-20120105.ebuild b/media-sound/schismtracker/schismtracker-20120105.ebuild new file mode 100644 index 000000000000..e23a7b6b3b2c --- /dev/null +++ b/media-sound/schismtracker/schismtracker-20120105.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit eutils + +DESCRIPTION="a free reimplementation of Impulse Tracker, a program used to create high quality music" +HOMEPAGE="http://eval.sovietrussia.org//wiki/Schism_Tracker" +SRC_URI="http://${PN}.org/dl/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2 public-domain" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="media-libs/alsa-lib + >=media-libs/libsdl-1.2[X] + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXv + x11-libs/libXxf86misc" +DEPEND="${RDEPEND} + virtual/os-headers + x11-proto/kbproto + x11-proto/xf86miscproto + x11-proto/xproto" + +DOCS="AUTHORS NEWS README TODO" + +src_prepare() { + default + + # workaround for temporary files (missing directory). Fixes: + # sh ./scripts/build-font.sh . font/default-lower.fnt font/default-upper-alt.fnt font/default-upper-itf.fnt font/half-width.fnt >auto/default-font.c + # /bin/sh: auto/default-font.c: No such file or directory + mkdir auto + + # sys-devel/binutils[multitarget] provides ${CHOST}-windres + # wine provides /usr/bin/windres + # and schismtracker fails to use it properly: + # sys/win32/schismres.rc:2:20: fatal error: winver.h: No such file or directory + [[ ${CHOST} = *mingw32* ]] || export WINDRES= ac_cv_prog_WINDRES= ac_cv_prog_ac_ct_WINDRES= +} + +src_install() { + default + + domenu sys/fd.org/*.desktop + doicon icons/schism{,-itf}-icon-128.png +} -- cgit v1.2.3-65-gdbad