From 98d7d0aac85fc4097c2db28a93ae8357428e87a2 Mon Sep 17 00:00:00 2001 From: Tavis Ormandy Date: Sat, 5 Feb 2005 21:40:16 +0000 Subject: initial import (Portage version: 2.0.51-r15) --- app-admin/chrpath/ChangeLog | 7 +++++++ app-admin/chrpath/Manifest | 2 ++ app-admin/chrpath/chrpath-0.13.ebuild | 24 ++++++++++++++++++++++++ app-admin/chrpath/files/digest-chrpath-0.13 | 1 + app-admin/chrpath/metadata.xml | 8 ++++++++ 5 files changed, 42 insertions(+) create mode 100644 app-admin/chrpath/ChangeLog create mode 100644 app-admin/chrpath/Manifest create mode 100644 app-admin/chrpath/chrpath-0.13.ebuild create mode 100644 app-admin/chrpath/files/digest-chrpath-0.13 create mode 100644 app-admin/chrpath/metadata.xml diff --git a/app-admin/chrpath/ChangeLog b/app-admin/chrpath/ChangeLog new file mode 100644 index 000000000000..54ae6533bd30 --- /dev/null +++ b/app-admin/chrpath/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for app-admin/chrpath +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.1 2005/02/05 21:40:16 taviso Exp $ + + 05 Feb 2005; Tavis Ormandy +metadata.xml: + initial import + diff --git a/app-admin/chrpath/Manifest b/app-admin/chrpath/Manifest new file mode 100644 index 000000000000..f07d367ae4a8 --- /dev/null +++ b/app-admin/chrpath/Manifest @@ -0,0 +1,2 @@ +MD5 e2c6d435f1d781d491faa430b9020f70 chrpath-0.13.ebuild 486 +MD5 a8f78c59de4c0fea140d88ce4d22f8da files/digest-chrpath-0.13 64 diff --git a/app-admin/chrpath/chrpath-0.13.ebuild b/app-admin/chrpath/chrpath-0.13.ebuild new file mode 100644 index 000000000000..efca8e3adcbb --- /dev/null +++ b/app-admin/chrpath/chrpath-0.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13.ebuild,v 1.1 2005/02/05 21:40:16 taviso Exp $ + +inherit eutils + +DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables" +HOMEPAGE="http://freshmeat.net/projects/chrpath/" +SRC_URI="ftp://ftp.hungry.com/pub/hungry/chrpath/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~x86" + +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + dobin chrpath + doman chrpath.1 + dodoc ChangeLog AUTHORS NEWS README +} diff --git a/app-admin/chrpath/files/digest-chrpath-0.13 b/app-admin/chrpath/files/digest-chrpath-0.13 new file mode 100644 index 000000000000..cb1c2fce10e2 --- /dev/null +++ b/app-admin/chrpath/files/digest-chrpath-0.13 @@ -0,0 +1 @@ +MD5 b73072a8fbba277558c50364b65bb407 chrpath-0.13.tar.gz 125129 diff --git a/app-admin/chrpath/metadata.xml b/app-admin/chrpath/metadata.xml new file mode 100644 index 000000000000..99ed8a0c9430 --- /dev/null +++ b/app-admin/chrpath/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + taviso@gentoo.org + + -- cgit v1.2.3-65-gdbad