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/unrar: ChangeLog unrar-4.1.4-r2.ebuild
Date: Mon, 23 Jan 2012 23:48:52 +0000 (UTC)	[thread overview]
Message-ID: <20120123234852.0B5FC2004B@flycatcher.gentoo.org> (raw)

ssuominen    12/01/23 23:48:52

  Modified:             ChangeLog
  Added:                unrar-4.1.4-r2.ebuild
  Log:
  Link "unrar" executable against the shared libunrar wrt #177402
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.162                app-arch/unrar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	23 Jan 2012 22:27:07 -0000	1.161
+++ ChangeLog	23 Jan 2012 23:48:51 -0000	1.162
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/unrar
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.161 2012/01/23 22:27:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/ChangeLog,v 1.162 2012/01/23 23:48:51 ssuominen Exp $
+
+*unrar-4.1.4-r2 (23 Jan 2012)
+
+  23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> +unrar-4.1.4-r2.ebuild:
+  Link "unrar" executable against the shared libunrar wrt #177402
 
   23 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -unrar-4.1.4.ebuild:
   old



1.1                  app-arch/unrar/unrar-4.1.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/unrar-4.1.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unrar/unrar-4.1.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: unrar-4.1.4-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-4.1.4-r2.ebuild,v 1.1 2012/01/23 23:48:51 ssuominen Exp $

EAPI=4
inherit flag-o-matic multilib toolchain-funcs

MY_PN=${PN}src

DESCRIPTION="Uncompress rar files"
HOMEPAGE="http://www.rarlab.com/rar_add.htm"
SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz"

LICENSE="unRAR"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"

S=${WORKDIR}/unrar

src_prepare() {
	sed -i \
		-e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" \
		-e "s:-shared:& -Wl,-soname -Wl,libunrar$(get_libname ${PV%.*.*}):" \
		makefile.unix || die
}

src_compile() {
	local f=makefile.unix

	emake -f ${f} CXX="$(tc-getCXX)" CXXFLAGS="-fPIC ${CXXFLAGS}" lib
	ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname)
	ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname ${PV})

	rm -f *.o

	emake -f ${f} CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP="true" \
		LIBS="-L. -lunrar" OBJECTS="consio.o rar.o resource.o"
}

src_install() {
	dobin unrar
	dodoc readme.txt
	dolib.so libunrar*
	insinto /usr/include/libunrar${PV%.*.*}
	doins dll.hpp
	dosym libunrar${PV%.*.*} /usr/include/libunrar
}






             reply	other threads:[~2012-01-23 23:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23 23:48 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-24  0:15 [gentoo-commits] gentoo-x86 commit in app-arch/unrar: ChangeLog unrar-4.1.4-r2.ebuild Samuli Suominen (ssuominen)
2012-02-15  6:25 Samuli Suominen (ssuominen)
2012-03-05  7:12 Jeff Horelick (jdhore)
2012-03-05 10:32 Agostino Sarubbo (ago)
2012-03-06 17:18 Jeroen Roovers (jer)
2012-03-06 21:37 Brent Baude (ranger)
2012-03-07 19:54 Brent Baude (ranger)
2012-03-19 19:00 Raul Porcel (armin76)

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=20120123234852.0B5FC2004B@flycatcher.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