public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/patchelf: metadata.xml ChangeLog patchelf-0.5.ebuild patchelf-0.6.ebuild
Date: Fri, 11 Nov 2011 10:43:25 +0000 (UTC)	[thread overview]
Message-ID: <20111111104325.E12E72004B@flycatcher.gentoo.org> (raw)

jlec        11/11/11 10:43:25

  Modified:             metadata.xml ChangeLog patchelf-0.5.ebuild
  Added:                patchelf-0.6.ebuild
  Log:
  Version Bump and move to EAPI=4
  
  (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/patchelf/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchelf/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	24 Sep 2011 08:55:05 -0000	1.2
+++ metadata.xml	11 Nov 2011 10:43:25 -0000	1.3
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-  <email>jlec@gentoo.org</email>
-</maintainer>
+	<maintainer>
+		<email>jlec@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>



1.2                  dev-util/patchelf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Nov 2010 17:22:26 -0000	1.1
+++ ChangeLog	11 Nov 2011 10:43:25 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/patchelf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.1 2010/11/30 17:22:26 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/ChangeLog,v 1.2 2011/11/11 10:43:25 jlec Exp $
+
+*patchelf-0.6 (11 Nov 2011)
+
+  11 Nov 2011; Justin Lecher <jlec@gentoo.org> patchelf-0.5.ebuild,
+  +patchelf-0.6.ebuild, metadata.xml:
+  Version Bump and move to EAPI=4
 
   30 Nov 2010; Justin Lecher <jlec@gentoo.org> +patchelf-0.5.ebuild,
   +metadata.xml:



1.2                  dev-util/patchelf/patchelf-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.5.ebuild?r1=1.1&r2=1.2

Index: patchelf-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- patchelf-0.5.ebuild	30 Nov 2010 17:22:26 -0000	1.1
+++ patchelf-0.5.ebuild	11 Nov 2011 10:43:25 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.5.ebuild,v 1.1 2010/11/30 17:22:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.5.ebuild,v 1.2 2011/11/11 10:43:25 jlec Exp $
 
-EAPI="3"
+EAPI=4
 
 NUMBER="114505"
 
@@ -19,7 +19,3 @@
 	econf \
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-}



1.1                  dev-util/patchelf/patchelf-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchelf/patchelf-0.6.ebuild?rev=1.1&content-type=text/plain

Index: patchelf-0.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6.ebuild,v 1.1 2011/11/11 10:43:25 jlec Exp $

EAPI=4

NUMBER="1524660"

DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables."
HOMEPAGE="http://nixos.org/patchelf.html"
SRC_URI="http://hydra.nixos.org/build/${NUMBER}/download/2/${P}.tar.bz2"

SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-3"
IUSE=""

src_configure() {
	econf \
		--docdir="${EPREFIX}"/usr/share/doc/${PF}
}






                 reply	other threads:[~2011-11-11 10:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111111104325.E12E72004B@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox