From 8bb797e0b0f5b43a160fdc9b834f393a99cca0a4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 27 Oct 2008 17:25:22 +0000 Subject: [PATCH] genflags gerettet git-svn-id: http://svn.brehm-online.com/svn/portage@69 18afd0d2-9f2f-0410-a0ac-b8d70fd81a6b --- app-portage/genflags/ChangeLog | 40 ++++++++++++++++++ app-portage/genflags/Manifest | 5 +++ app-portage/genflags/genflags-0.96.ebuild | 49 +++++++++++++++++++++++ app-portage/genflags/metadata.xml | 8 ++++ 4 files changed, 102 insertions(+) create mode 100644 app-portage/genflags/ChangeLog create mode 100644 app-portage/genflags/Manifest create mode 100644 app-portage/genflags/genflags-0.96.ebuild create mode 100644 app-portage/genflags/metadata.xml diff --git a/app-portage/genflags/ChangeLog b/app-portage/genflags/ChangeLog new file mode 100644 index 0000000..5d30365 --- /dev/null +++ b/app-portage/genflags/ChangeLog @@ -0,0 +1,40 @@ +# ChangeLog for app-portage/genflags +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/genflags/ChangeLog,v 1.8 2007/01/24 03:37:42 genone Exp $ + + 24 Jan 2007; Marius Mauch genflags-0.96.ebuild: + Replacing einfo with elog + + 16 Nov 2004; Robin H. Johnson genflags-0.96.ebuild: + fix bug #68012. + +*genflags-0.96 (18 Jan 2004) + + 18 Jan 2004; Robin H. Johnson metadata.xml: + fix bugs #26039, #34006, #34054. update metadata.xml. fix various other bugs. + + 23 Nov 2003; Michael Sterrett + genflags-0.94-r1.ebuild, genflags-0.94.ebuild: + Specify which OSL is used. + +*genflags-0.94 (14 Nov 2003) + + 14 Nov 2003; Seemant Kulleen genflags-0.94-r1.ebuild, + genflags-0.94.ebuild: + moved from sys-apps to app-portage + + 06 Aug 2003; Robin H. Johnson genflags-0.94-r1.ebuild: + fix P/PF mixup in postinst + +*genflags-0.94-r1 (27 Jul 2003) + + 27 Jul 2003; Robin Hugh Johnson,Room,604-339-5621,604-298-8414 + genflags-0.94-r1.ebuild: + Add post-install note on what it does wrong. Mark stable on ALL arches (it + doesn't get compiled so this is easy). + +*genflags-0.94 (27 Jul 2003) + + 27 Jul 2003; Robin H. Johnson genflags-0.94.ebuild: + Initial Commit. Application written by Robin H. Johnson. + diff --git a/app-portage/genflags/Manifest b/app-portage/genflags/Manifest new file mode 100644 index 0000000..692cb94 --- /dev/null +++ b/app-portage/genflags/Manifest @@ -0,0 +1,5 @@ +DIST genflags-0.96-bin.tar.bz2 14513 RMD160 5428fcd63d4f8d7275c87084cba4a80a76ca84f7 SHA1 53dfc4b0b780796f81aba7f45263a2df0a697034 SHA256 760152f104e790a40d8d48be1e1668715ef9e8f24ee8f125d5031d22c6a687f6 +DIST genflags-0.96-devel.tar.bz2 155027 RMD160 c9f68b8015b2a442bdcb087862e98aad7c40d23a SHA1 cd808bc93d0a878ba0b2e25d949bd4b1fbea6320 SHA256 cec0a775dcaba2f2e3b6ad3f1972ec76ce8694698105dc14db4163f09209aa0b +EBUILD genflags-0.96.ebuild 1451 RMD160 88ad885b138252dc78626ff034ced9e5dfa4928d SHA1 a2fc63d2929de58087c59ba231d261587d42ecab SHA256 6fcad74296641925cd6e11e36ae35c070955141f612e25b0f3f9423a7fe0d456 +MISC ChangeLog 1425 RMD160 0fd3505d90c481622ad4ab77cdd1311ab83be20a SHA1 d578b1ebe76dad5007427f8f794ca208dbd45612 SHA256 c4e506df8c41141c318b7c7204646606efa857b08c093eb467e98386770d57e6 +MISC metadata.xml 247 RMD160 ff3d0acabd51af3152e5eef961b0b909f2e34467 SHA1 db98e7569c1f34fadcbe0eeda1bcaa394e2975ad SHA256 62453ec8228a63bbbc63732b7b114f19d07a1c7c1c3e81a8f3ecc81e2fef9362 diff --git a/app-portage/genflags/genflags-0.96.ebuild b/app-portage/genflags/genflags-0.96.ebuild new file mode 100644 index 0000000..da1d096 --- /dev/null +++ b/app-portage/genflags/genflags-0.96.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/genflags/genflags-0.96.ebuild,v 1.7 2007/01/24 03:37:42 genone Exp $ + +DESCRIPTION="Gentoo CFLAGS generator" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${P}-bin.tar.bz2 + mirror://gentoo/${P}-devel.tar.bz2 + http://dev.gentoo.org/~robbat2/genflags/${P}-bin.tar.bz2 + http://dev.gentoo.org/~robbat2/genflags/${P}-devel.tar.bz2" + +LICENSE="OSL-1.1" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64 s390" +IUSE="" +# should also work on : m68k cris sh +# This is all explictly specified as might want this in early stages + +DEPEND="" +RDEPEND="app-shells/bash + sys-apps/coreutils + sys-apps/findutils + sys-apps/grep + sys-apps/sed + sys-apps/util-linux" + +src_compile() { + einfo "No compiling needed!" +} + +src_install() { + dosbin bin/* || die + dodoc README docs/* + insinto /usr/share/genflags + doins data/* + + # At this time, don't install these dirs: + # old rawdata extra scripts testoutput testscripts +} + +pkg_postinst() { + ewarn "This program does currently NOT detect all AMD chips correctly." + ewarn "It CANNOT identify athlon-tbirds. It also gets confused between" + ewarn "AMD-K6{,-2,-3} and Athlon vs. Athlon-4." + elog + elog "Please file any patches/bugs to robbat2@gentoo.org via the Gentoo" + elog "Bugzilla." + elog "See /usr/share/doc/${PF}/README.gz for quick instructions." +} diff --git a/app-portage/genflags/metadata.xml b/app-portage/genflags/metadata.xml new file mode 100644 index 0000000..4d0c443 --- /dev/null +++ b/app-portage/genflags/metadata.xml @@ -0,0 +1,8 @@ + + + + tools-portage + + robbat2@gentoo.org + + -- 2.39.5