diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-09 19:29:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-09 19:29:31 +0000 |
commit | 2ac61367376ce44005d109a62b348b744109b843 (patch) | |
tree | bec3baf2b625291496b1dd8b9ae425a0b12cd386 /sys-apps/systrace | |
parent | Version bumped. Cleaned out old ebuilds. (diff) | |
download | historical-2ac61367376ce44005d109a62b348b744109b843.tar.gz historical-2ac61367376ce44005d109a62b348b744109b843.tar.bz2 historical-2ac61367376ce44005d109a62b348b744109b843.zip |
old
Diffstat (limited to 'sys-apps/systrace')
-rw-r--r-- | sys-apps/systrace/files/digest-systrace-1.0-r1 | 2 | ||||
-rw-r--r-- | sys-apps/systrace/files/digest-systrace-1.0-r2 | 2 | ||||
-rw-r--r-- | sys-apps/systrace/files/digest-systrace-1.0-r3 | 2 | ||||
-rw-r--r-- | sys-apps/systrace/systrace-1.0-r1.ebuild | 66 | ||||
-rw-r--r-- | sys-apps/systrace/systrace-1.0-r2.ebuild | 66 | ||||
-rw-r--r-- | sys-apps/systrace/systrace-1.0-r3.ebuild | 65 |
6 files changed, 0 insertions, 203 deletions
diff --git a/sys-apps/systrace/files/digest-systrace-1.0-r1 b/sys-apps/systrace/files/digest-systrace-1.0-r1 deleted file mode 100644 index 1c40f32fc3d8..000000000000 --- a/sys-apps/systrace/files/digest-systrace-1.0-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 477db2c38c1de0cb3404e345a6a1c75f usr-systrace-2003-01-26.tar.gz 152520 -MD5 991caa03d07abeb2a5e9bb27bfee2123 systrace.c-no_x11-1.0.patch.gz 275 diff --git a/sys-apps/systrace/files/digest-systrace-1.0-r2 b/sys-apps/systrace/files/digest-systrace-1.0-r2 deleted file mode 100644 index 0da0b33cdce5..000000000000 --- a/sys-apps/systrace/files/digest-systrace-1.0-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 65681fe3b4182bf36af70a06cda1a674 usr-systrace-2003-04-27.tar.gz 152982 -MD5 991caa03d07abeb2a5e9bb27bfee2123 systrace.c-no_x11-1.0.patch.gz 275 diff --git a/sys-apps/systrace/files/digest-systrace-1.0-r3 b/sys-apps/systrace/files/digest-systrace-1.0-r3 deleted file mode 100644 index e3b59b5dc404..000000000000 --- a/sys-apps/systrace/files/digest-systrace-1.0-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 deb326542b03c23729a49d291e262406 usr-systrace-2003-06-03.tar.gz 170343 -MD5 991caa03d07abeb2a5e9bb27bfee2123 systrace.c-no_x11-1.0.patch.gz 275 diff --git a/sys-apps/systrace/systrace-1.0-r1.ebuild b/sys-apps/systrace/systrace-1.0-r1.ebuild deleted file mode 100644 index 011a85230fe9..000000000000 --- a/sys-apps/systrace/systrace-1.0-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r1.ebuild,v 1.6 2003/09/07 00:56:32 msterret Exp $ - -DESCRIPTION="Systrace userland binary" -HOMEPAGE="http://www.citi.umich.edu/u/provos/systrace/index.html" -SRC_URI="http://www.citi.umich.edu/u/provos/systrace/usr-systrace-2003-01-26.tar.gz - http://natey.com/gentoo/systrace/patches/systrace.c-no_x11-1.0.patch.gz" -SLOT="0" -LICENSE="GPL-2" -PATCH1="systrace.c-no_x11-1.0.patch" -INCLUDE0="/usr/src/linux/include/linux/systrace.h" -INCLUDE1="/usr/include/linux/systrace.h" -S="${WORKDIR}/${P}" - -KEYWORDS="~x86" -IUSE="gtk" -DEPEND="gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" - -pkg_setup() { - if ! [ -f ${INCLUDE0} ] || ! [ -f ${INCLUDE1} ] ; - then - einfo - einfo "ERROR: It does not look like you have a systrace capable kernel. If" - einfo "this is incorrect, please copy /usr/src/linux/include/linux/systrace.h" - einfo "to /usr/include/linux/ and restart the build." - einfo - einfo "The latest systrace Linux kernel patches can be found at:" - einfo - einfo "http://www.citi.umich.edu/u/provos/systrace/linux.html" - einfo - exit 1 - fi -} - -src_compile() { - if [ "`use gtk`" ] - then - einfo - einfo "You are building systrace with gtk support; this version will not" - einfo "function without the sys-apps/gtk-systrace package installed. Please" - einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." - einfo - sleep 7 - ./configure --host=${CHOST} || die - elif [ -z "`use gtk`" ] - then - einfo - einfo "You are building systrace without gtk support; please set USE=\"gtk\"" - einfo "to build the gui capable version of systrace." - einfo - sleep 7 - cd ${S} - epatch ../${PATCH1} || die - ./configure --host=${CHOST} || die - fi - - emake || die -} - -src_install() { - dobin systrace - exeinto /usr/bin - - doman systrace.1 -} diff --git a/sys-apps/systrace/systrace-1.0-r2.ebuild b/sys-apps/systrace/systrace-1.0-r2.ebuild deleted file mode 100644 index 19e438082fe5..000000000000 --- a/sys-apps/systrace/systrace-1.0-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r2.ebuild,v 1.5 2003/09/07 00:56:32 msterret Exp $ - -DESCRIPTION="Systrace userland binary" -HOMEPAGE="http://www.systrace.org" -SRC_URI="http://www.citi.umich.edu/u/provos/systrace/usr-systrace-2003-04-27.tar.gz - http://natey.com/gentoo/systrace/patches/systrace.c-no_x11-1.0.patch.gz" -SLOT="0" -LICENSE="GPL-2" -PATCH1="systrace.c-no_x11-1.0.patch" -INCLUDE0="/usr/src/linux/include/linux/systrace.h" -INCLUDE1="/usr/include/linux/systrace.h" -S="${WORKDIR}/${P}" - -KEYWORDS="~x86" -IUSE="gtk" -DEPEND="gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" - -pkg_setup() { - if ! [ -f ${INCLUDE0} ] || ! [ -f ${INCLUDE1} ] ; - then - einfo - einfo "ERROR: It does not look like you have a systrace capable kernel. If" - einfo "this is incorrect, please copy /usr/src/linux/include/linux/systrace.h" - einfo "to /usr/include/linux/ and restart the build." - einfo - einfo "The latest systrace Linux kernel patches can be found at:" - einfo - einfo "http://www.citi.umich.edu/u/provos/systrace/linux.html" - einfo - exit 1 - fi -} - -src_compile() { - if [ "`use gtk`" ] - then - einfo - einfo "You are building systrace with gtk support; this version will not" - einfo "function without the sys-apps/gtk-systrace package installed. Please" - einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." - einfo - sleep 7 - ./configure --host=${CHOST} || die - elif [ -z "`use gtk`" ] - then - einfo - einfo "You are building systrace without gtk support; please set USE=\"gtk\"" - einfo "to build the gui capable version of systrace." - einfo - sleep 7 - cd ${S} - epatch ../${PATCH1} || die - ./configure --host=${CHOST} || die - fi - - emake || die -} - -src_install() { - dobin systrace - exeinto /usr/bin - - doman systrace.1 -} diff --git a/sys-apps/systrace/systrace-1.0-r3.ebuild b/sys-apps/systrace/systrace-1.0-r3.ebuild deleted file mode 100644 index b854d205802e..000000000000 --- a/sys-apps/systrace/systrace-1.0-r3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r3.ebuild,v 1.5 2003/09/07 00:56:32 msterret Exp $ - -DESCRIPTION="Systrace userland binary" -HOMEPAGE="http://www.systrace.org" -SRC_URI="http://www.citi.umich.edu/u/provos/systrace/usr-systrace-2003-06-03.tar.gz - http://cvs.gentoo.org/~natey/systrace/patches/systrace.c-no_x11-1.0.patch.gz" -SLOT="0" -LICENSE="GPL-2" -PATCH1="systrace.c-no_x11-1.0.patch" -INCLUDE="/usr/include/linux/systrace.h" -S="${WORKDIR}/${P}" - -KEYWORDS="~x86" -IUSE="gtk" -DEPEND="gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )" - -pkg_setup() { - if ! [ -f ${INCLUDE} ] ; - then - einfo - einfo "ERROR: It does not look like you have a systrace capable kernel. If" - einfo "this is incorrect, please copy /usr/src/linux/include/linux/systrace.h" - einfo "to /usr/include/linux/ and restart the build." - einfo - einfo "The latest systrace Linux kernel patches can be found at:" - einfo - einfo "http://www.citi.umich.edu/u/provos/systrace/linux.html" - einfo - exit 1 - fi -} - -src_compile() { - if [ "`use gtk`" ] - then - einfo - einfo "You are building systrace with gtk support; this version will not" - einfo "function without the sys-apps/gtk-systrace package installed. Please" - einfo "set the USE=\"-gtk\" to build the non-gui capable version of systrace." - einfo - sleep 7 - ./configure --host=${CHOST} || die - elif [ -z "`use gtk`" ] - then - einfo - einfo "You are building systrace without gtk support; please set USE=\"gtk\"" - einfo "to build the gui capable version of systrace." - einfo - sleep 7 - cd ${S} - epatch ../${PATCH1} || die - ./configure --host=${CHOST} || die - fi - - emake || die -} - -src_install() { - dobin systrace - exeinto /usr/bin - - doman systrace.1 -} |