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 --- app-text/asa/Manifest | 1 + app-text/asa/asa-1.1-r1.ebuild | 30 ++++++++++++++++++++++++++++++ app-text/asa/asa-1.1.ebuild | 26 ++++++++++++++++++++++++++ app-text/asa/metadata.xml | 8 ++++++++ 4 files changed, 65 insertions(+) create mode 100644 app-text/asa/Manifest create mode 100644 app-text/asa/asa-1.1-r1.ebuild create mode 100644 app-text/asa/asa-1.1.ebuild create mode 100644 app-text/asa/metadata.xml (limited to 'app-text/asa') diff --git a/app-text/asa/Manifest b/app-text/asa/Manifest new file mode 100644 index 000000000000..cfb438d9968c --- /dev/null +++ b/app-text/asa/Manifest @@ -0,0 +1 @@ +DIST asa-1.1.tar.gz 9893 SHA256 7b543dcbd072b8d28ad7ef1fec8104ae574f3efba411ec82eeb2034e9245ac6c SHA512 70452783da23929d9a02cdf9cefd7403698fc8ae703ee5403dd84834b3ac39febf1edc02cb59b233cbdf51cd2f8c04922a77833dd8d851e2106de2e2fe444728 WHIRLPOOL 9179d602d604ec3c7ac2f2603a699ca31169bca6a2f66c0e90d050179821101227eeb35ef8eb46c0b595acdd9d58c8f7f891b498fcb37efe4a50c4bbdc5f1a72 diff --git a/app-text/asa/asa-1.1-r1.ebuild b/app-text/asa/asa-1.1-r1.ebuild new file mode 100644 index 000000000000..3a009fec4363 --- /dev/null +++ b/app-text/asa/asa-1.1-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="ASA Carriage control conversion for ouput by Fortran programs" +HOMEPAGE="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/" +SRC_URI="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_prepare() { + sed \ + -e "s:-o:${LDFLAGS} -o:g" \ + -e "/^CFLAGS/d" \ + -i Makefile || die + tc-export CC +} + +src_install() { + dobin asa + doman asa.1 + dodoc README asa.dat +} diff --git a/app-text/asa/asa-1.1.ebuild b/app-text/asa/asa-1.1.ebuild new file mode 100644 index 000000000000..180e42d18039 --- /dev/null +++ b/app-text/asa/asa-1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit toolchain-funcs + +DESCRIPTION="ASA Carriage control conversion for ouput by Fortran programs" +HOMEPAGE="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/" +SRC_URI="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" +} + +src_install() { + dobin asa + doman asa.1 + dodoc README asa.dat +} diff --git a/app-text/asa/metadata.xml b/app-text/asa/metadata.xml new file mode 100644 index 000000000000..e50bbf15a5d3 --- /dev/null +++ b/app-text/asa/metadata.xml @@ -0,0 +1,8 @@ + + + + + floppym@gentoo.org + Mike Gilbert + + -- cgit v1.2.3-65-gdbad