summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-14 23:34:39 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-14 23:34:39 +0000
commit11e423950ab54161196c5c57d02563f6bbd8579a (patch)
tree268611e75d0308a832176fd90a1546cd801e7297 /app-admin/chrpath
parentRemove old. (diff)
downloadgentoo-2-11e423950ab54161196c5c57d02563f6bbd8579a.tar.gz
gentoo-2-11e423950ab54161196c5c57d02563f6bbd8579a.tar.bz2
gentoo-2-11e423950ab54161196c5c57d02563f6bbd8579a.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-admin/chrpath')
-rw-r--r--app-admin/chrpath/ChangeLog7
-rw-r--r--app-admin/chrpath/chrpath-0.13.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/app-admin/chrpath/ChangeLog b/app-admin/chrpath/ChangeLog
index 44085ade5076..a1189400a23f 100644
--- a/app-admin/chrpath/ChangeLog
+++ b/app-admin/chrpath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/chrpath
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.29 2013/12/10 18:57:46 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/ChangeLog,v 1.30 2015/04/14 23:34:39 mrueg Exp $
+
+ 14 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -chrpath-0.13.ebuild:
+ Remove old.
10 Dec 2013; Markos Chandras <hwoarang@gentoo.org> chrpath-0.13-r2.ebuild:
Add ~mips
diff --git a/app-admin/chrpath/chrpath-0.13.ebuild b/app-admin/chrpath/chrpath-0.13.ebuild
deleted file mode 100644
index 8f615a73d78b..000000000000
--- a/app-admin/chrpath/chrpath-0.13.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 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.12 2009/12/07 12:13:28 grobian Exp $
-
-inherit eutils
-
-DESCRIPTION="chrpath can modify the rpath and runpath of ELF executables"
-HOMEPAGE="http://directory.fsf.org/project/chrpath/"
-# original upstream no longer exists (ftp://ftp.hungry.com/pub/hungry)
-SRC_URI="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_install() {
- dobin chrpath || die
- doman chrpath.1
- dodoc ChangeLog AUTHORS NEWS README
-}