public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/unp: ChangeLog unp-1.0.15-r1.ebuild
Date: Mon, 03 Aug 2009 15:31:45 +0000	[thread overview]
Message-ID: <E1MXzVp-0000qV-34@stork.gentoo.org> (raw)

ssuominen    09/08/03 15:31:45

  Modified:             ChangeLog unp-1.0.15-r1.ebuild
  Log:
  Install manpage and ucat wrt #280067, Comment #2.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 app-arch/unp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	3 Aug 2009 14:44:39 -0000	1.23
+++ ChangeLog	3 Aug 2009 15:31:45 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/unp
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.23 2009/08/03 14:44:39 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.24 2009/08/03 15:31:45 ssuominen Exp $
+
+  03 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> unp-1.0.15-r1.ebuild:
+  Install manpage and ucat wrt #280067, Comment #2.
 
   03 Aug 2009; Tiago Cunha <tcunha@gentoo.org> unp-1.0.15-r1.ebuild:
   stable amd64, bug 280067



1.3                  app-arch/unp/unp-1.0.15-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.15-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.15-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/unp/unp-1.0.15-r1.ebuild?r1=1.2&r2=1.3

Index: unp-1.0.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.15-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unp-1.0.15-r1.ebuild	3 Aug 2009 14:44:39 -0000	1.2
+++ unp-1.0.15-r1.ebuild	3 Aug 2009 15:31:45 -0000	1.3
@@ -1,28 +1,28 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.15-r1.ebuild,v 1.2 2009/08/03 14:44:39 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.15-r1.ebuild,v 1.3 2009/08/03 15:31:45 ssuominen Exp $
 
 inherit eutils
 
 DESCRIPTION="Script for unpacking various file formats"
 HOMEPAGE="http://packages.qa.debian.org/u/unp.html"
 SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ppc ~x86"
 IUSE=""
-DEPEND="dev-lang/perl"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}/${P}-lzma-7z.patch" || die "epatch failed"
-}
-
-src_compile() {
-	einfo "Nothing to compile"
+	epatch "${FILESDIR}"/${P}-lzma-7z.patch
 }
 
 src_install() {
-	dobin unp
+	dobin ucat unp || die "dobin failed"
+	doman debian/unp.1 || die "doman failed"
 }






             reply	other threads:[~2009-08-03 15:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-03 15:31 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-27 12:46 [gentoo-commits] gentoo-x86 commit in app-arch/unp: ChangeLog unp-1.0.15-r1.ebuild Christian Faulhammer (fauli)
2009-08-03 14:44 Tiago Cunha (tcunha)
2009-01-12 12:33 Hanno Boeck (hanno)

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=E1MXzVp-0000qV-34@stork.gentoo.org \
    --to=ssuominen@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