summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2005-02-05 21:40:16 +0000
committerTavis Ormandy <taviso@gentoo.org>2005-02-05 21:40:16 +0000
commit98d7d0aac85fc4097c2db28a93ae8357428e87a2 (patch)
tree014e029bbfeb8665b4be4f7d698843ab49375930 /app-admin
parent(Portage version: 2.0.51-r15) (Manifest recommit) (diff)
downloadgentoo-2-98d7d0aac85fc4097c2db28a93ae8357428e87a2.tar.gz
gentoo-2-98d7d0aac85fc4097c2db28a93ae8357428e87a2.tar.bz2
gentoo-2-98d7d0aac85fc4097c2db28a93ae8357428e87a2.zip
initial import
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/chrpath/ChangeLog7
-rw-r--r--app-admin/chrpath/Manifest2
-rw-r--r--app-admin/chrpath/chrpath-0.13.ebuild24
-rw-r--r--app-admin/chrpath/files/digest-chrpath-0.131
-rw-r--r--app-admin/chrpath/metadata.xml8
5 files changed, 42 insertions, 0 deletions
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 <taviso@gentoo.org> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>taviso@gentoo.org</email>
+</maintainer>
+</pkgmetadata>