public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/steghide: ChangeLog steghide-0.5.1.ebuild
@ 2010-01-22 16:39 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-22 16:39 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/22 16:39:59

  Modified:             ChangeLog steghide-0.5.1.ebuild
  Log:
  Require SLOT="0" of media-libs/jpeg for headers.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 app-crypt/steghide/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/steghide/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	25 Oct 2009 20:22:51 -0000	1.17
+++ ChangeLog	22 Jan 2010 16:39:58 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/steghide
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/ChangeLog,v 1.17 2009/10/25 20:22:51 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/ChangeLog,v 1.18 2010/01/22 16:39:58 ssuominen Exp $
+
+  22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> steghide-0.5.1.ebuild:
+  Require SLOT="0" of media-libs/jpeg for headers.
 
   25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove drizzt from metadata.xml (#149111)



1.13                 app-crypt/steghide/steghide-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild?r1=1.12&r2=1.13

Index: steghide-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- steghide-0.5.1.ebuild	13 May 2008 20:42:48 -0000	1.12
+++ steghide-0.5.1.ebuild	22 Jan 2010 16:39:58 -0000	1.13
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.12 2008/05/13 20:42:48 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.13 2010/01/22 16:39:58 ssuominen Exp $
 
+EAPI=1
 inherit autotools eutils
 
 DESCRIPTION="A steganography program which hides data in various media files"
@@ -15,7 +16,7 @@
 
 DEPEND=">=app-crypt/mhash-0.8.18-r1
 	>=dev-libs/libmcrypt-2.5.7
-	>=media-libs/jpeg-6b-r3
+	media-libs/jpeg:0
 	>=sys-libs/zlib-1.1.4-r2"
 
 src_unpack(){






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-crypt/steghide: ChangeLog steghide-0.5.1.ebuild
@ 2010-04-01 21:33 Jonathan Callen (abcd)
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2010-04-01 21:33 UTC (permalink / raw
  To: gentoo-commits

abcd        10/04/01 21:33:17

  Modified:             ChangeLog steghide-0.5.1.ebuild
  Log:
  Bump to EAPI=3, add prefix keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.19                 app-crypt/steghide/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/steghide/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Jan 2010 16:39:58 -0000	1.18
+++ ChangeLog	1 Apr 2010 21:33:17 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/steghide
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/ChangeLog,v 1.18 2010/01/22 16:39:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/ChangeLog,v 1.19 2010/04/01 21:33:17 abcd Exp $
+
+  01 Apr 2010; Jonathan Callen <abcd@gentoo.org> steghide-0.5.1.ebuild:
+  Bump to EAPI=3, add prefix keywords
 
   22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> steghide-0.5.1.ebuild:
   Require SLOT="0" of media-libs/jpeg for headers.



1.14                 app-crypt/steghide/steghide-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild?r1=1.13&r2=1.14

Index: steghide-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- steghide-0.5.1.ebuild	22 Jan 2010 16:39:58 -0000	1.13
+++ steghide-0.5.1.ebuild	1 Apr 2010 21:33:17 -0000	1.14
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.13 2010/01/22 16:39:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.14 2010/04/01 21:33:17 abcd Exp $
 
-EAPI=1
+EAPI="3"
 inherit autotools eutils
 
 DESCRIPTION="A steganography program which hides data in various media files"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="debug"
 
 DEPEND=">=app-crypt/mhash-0.8.18-r1
@@ -19,22 +19,24 @@
 	media-libs/jpeg:0
 	>=sys-libs/zlib-1.1.4-r2"
 
-src_unpack(){
-	unpack ${A}
-	cd "${S}"
+src_prepare(){
 	epatch "${FILESDIR}"/${P}-gcc34.patch \
 		"${FILESDIR}"/${P}-gcc4.patch \
 		"${FILESDIR}"/${P}-gcc43.patch
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	econf $(use_enable debug)
-	emake LIBTOOL="$(type -p libtool)" || die "emake failed."
+}
+
+src_compile() {
+	local libtool
+	[[ ${CHOST} == *-darwin* ]] && libtool=$(type -P glibtool) || libtool=$(type -P libtool)
+	emake LIBTOOL="${libtool}" || die "emake failed"
 }
 
 src_install() {
-	emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install \
-		|| die "emake install failed."
+	emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install || die "emake install failed"
 	prepalldocs
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-01 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 16:39 [gentoo-commits] gentoo-x86 commit in app-crypt/steghide: ChangeLog steghide-0.5.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-01 21:33 Jonathan Callen (abcd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox