diff options
author | 2006-01-13 01:30:41 +0000 | |
---|---|---|
committer | 2006-01-13 01:30:41 +0000 | |
commit | afe33d308c9219649239c060dd8d5e3d4ebf5786 (patch) | |
tree | 052179a78289b4a9f1d0a8de16c3affae49fe2b7 /sys-apps/sparc-utils | |
parent | RPATH security fix, bug #117606. (diff) | |
download | gentoo-2-afe33d308c9219649239c060dd8d5e3d4ebf5786.tar.gz gentoo-2-afe33d308c9219649239c060dd8d5e3d4ebf5786.tar.bz2 gentoo-2-afe33d308c9219649239c060dd8d5e3d4ebf5786.zip |
Cleanup old
(Portage version: 2.0.54)
Diffstat (limited to 'sys-apps/sparc-utils')
-rw-r--r-- | sys-apps/sparc-utils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/sparc-utils/files/digest-sparc-utils-1.9 | 2 | ||||
-rw-r--r-- | sys-apps/sparc-utils/files/digest-sparc-utils-1.9-r1 | 2 | ||||
-rw-r--r-- | sys-apps/sparc-utils/sparc-utils-1.9-r1.ebuild | 65 | ||||
-rw-r--r-- | sys-apps/sparc-utils/sparc-utils-1.9.ebuild | 59 |
5 files changed, 6 insertions, 130 deletions
diff --git a/sys-apps/sparc-utils/ChangeLog b/sys-apps/sparc-utils/ChangeLog index 735c649b1063..b611b2c92070 100644 --- a/sys-apps/sparc-utils/ChangeLog +++ b/sys-apps/sparc-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/sparc-utils -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sparc-utils/ChangeLog,v 1.19 2005/11/23 20:42:16 weeve Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sparc-utils/ChangeLog,v 1.20 2006/01/13 01:30:41 gustavoz Exp $ + + 13 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> + -sparc-utils-1.9.ebuild, -sparc-utils-1.9-r1.ebuild: + Cleanup old 23 Nov 2005; Jason Wever <weeve@gentoo.org> sparc-utils-1.9-r2.ebuild: Stable on SPARC. diff --git a/sys-apps/sparc-utils/files/digest-sparc-utils-1.9 b/sys-apps/sparc-utils/files/digest-sparc-utils-1.9 deleted file mode 100644 index 0366076fa938..000000000000 --- a/sys-apps/sparc-utils/files/digest-sparc-utils-1.9 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 08bf3f6d8433a1f4981a2afaa6b49a6c sparc-utils_1.9.orig.tar.gz 110080 -MD5 50bd3e4749473b3effdb00981220f09f sparc-utils_1.9-2.diff.bz2 7992 diff --git a/sys-apps/sparc-utils/files/digest-sparc-utils-1.9-r1 b/sys-apps/sparc-utils/files/digest-sparc-utils-1.9-r1 deleted file mode 100644 index 0366076fa938..000000000000 --- a/sys-apps/sparc-utils/files/digest-sparc-utils-1.9-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 08bf3f6d8433a1f4981a2afaa6b49a6c sparc-utils_1.9.orig.tar.gz 110080 -MD5 50bd3e4749473b3effdb00981220f09f sparc-utils_1.9-2.diff.bz2 7992 diff --git a/sys-apps/sparc-utils/sparc-utils-1.9-r1.ebuild b/sys-apps/sparc-utils/sparc-utils-1.9-r1.ebuild deleted file mode 100644 index 17cc5e7e7da0..000000000000 --- a/sys-apps/sparc-utils/sparc-utils-1.9-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sparc-utils/sparc-utils-1.9-r1.ebuild,v 1.10 2004/08/08 00:38:51 slarti Exp $ - -inherit eutils - -S=${WORKDIR}/${P}.orig -DESCRIPTION="Various sparc utilities from Debian GNU/Linux" -HOMEPAGE="http://www.debian.org/" -SRC_URI=" http://http.us.debian.org/debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz - mirror://gentoo/${PN}_${PV}-2.diff.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="-* sparc" -IUSE="" - -DEPEND="virtual/os-headers" -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch ${WORKDIR}/${PN}_${PV}-2.diff -} - -src_compile() { - CFLAGS="-O3" - emake -C elftoaout-2.3 CFLAGS="$CFLAGS" || die - emake -C src piggyback piggyback64 CFLAGS="$CFLAGS" || die - emake -C prtconf-1.3 all || die - # TODO: Fix compile issue - # Not compiling at this time, commented out - #emake -C sparc32-1.1 - emake -C audioctl-1.3 || die -} - -src_install() { - dodir /usr/bin /usr/sbin /etc/init.d /etc/default - install -s elftoaout-2.3/elftoaout ${D}/usr/bin - install -s src/piggyback src/piggyback64 ${D}/usr/bin - #install -s sparc32-1.1/sparc32 ${D}/usr/bin - - install -s prtconf-1.3/prtconf ${D}/usr/sbin/prtconf - install -s prtconf-1.3/eeprom ${D}/usr/sbin/eeprom - #ln -sf sparc32 ${D}/usr/bin/ - install -s audioctl-1.3/audioctl ${D}/usr/bin - # install /etc/init.d script & /etc/default scripts - install -d -m 755 ${D}/etc ${D}/etc/init.d ${D}/etc/default - #install -m 755 debian/audioctl ${D}/etc/init.d - install -m 755 debian/audioctl.def ${D}/etc/default/audioctl - doman audioctl-1.3/audioctl.1 - doman elftoaout-2.3/elftoaout.1 - doman prtconf-1.3/prtconf.8 - doman prtconf-1.3/eeprom.8 - doman debian/piggyback.1 - doman debian/piggyback64.1 -} - -pkg_postinst() { - # Todo: Somehow set this automatically - ewarn "Make sure /dev/openprom exists. If you're not using devfs and" - ewarn "/dev/openprom does not exist, run" - ewarn "" - ewarn "\tcd /dev ; mknod openprom c 10 139" -} diff --git a/sys-apps/sparc-utils/sparc-utils-1.9.ebuild b/sys-apps/sparc-utils/sparc-utils-1.9.ebuild deleted file mode 100644 index 71c6e11185aa..000000000000 --- a/sys-apps/sparc-utils/sparc-utils-1.9.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sparc-utils/sparc-utils-1.9.ebuild,v 1.23 2004/08/08 00:38:51 slarti Exp $ - -inherit eutils - -S=${WORKDIR}/${P}.orig -DESCRIPTION="Various sparc utilities from Debian GNU/Linux" -HOMEPAGE="http://www.debian.org/" -SRC_URI=" http://http.us.debian.org/debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz - mirror://gentoo/${PN}_${PV}-2.diff.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="-* sparc" -IUSE="" - -DEPEND="virtual/os-headers" -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch ${WORKDIR}/${PN}_${PV}-2.diff -} - -src_compile() { - CFLAGS="-O3" - emake -C elftoaout-2.3 CFLAGS="$CFLAGS" || die - emake -C src piggyback piggyback64 CFLAGS="$CFLAGS" || die - emake -C prtconf-1.3 all || die - # TODO: Fix compile issue - # Not compiling at this time, commented out - #emake -C sparc32-1.1 - emake -C audioctl-1.3 || die -} - -src_install() { - dodir /usr/bin /usr/sbin /etc/init.d /etc/default - install -s elftoaout-2.3/elftoaout ${D}/usr/bin - install -s src/piggyback src/piggyback64 ${D}/usr/bin - #install -s sparc32-1.1/sparc32 ${D}/usr/bin - - install -s prtconf-1.3/prtconf ${D}/usr/sbin/prtconf - install -s prtconf-1.3/eeprom ${D}/usr/sbin/eeprom - #ln -sf sparc32 ${D}/usr/bin/ - install -s audioctl-1.3/audioctl ${D}/usr/bin - # install /etc/init.d script & /etc/default scripts - install -d -m 755 ${D}/etc ${D}/etc/init.d ${D}/etc/default - #install -m 755 debian/audioctl ${D}/etc/init.d - install -m 755 debian/audioctl.def ${D}/etc/default/audioctl -} - -pkg_postinst() { - # Todo: Somehow set this automatically - ewarn "Make sure /dev/openprom exists. If you're not using devfs and" - ewarn "/dev/openprom does not exist, run" - ewarn "" - ewarn "\tcd /dev ; mknod openprom c 10 139" -} |