public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r1.ebuild
@ 2011-01-31 16:53 99% Jeremy Olexa (darkside)
  0 siblings, 0 replies; 1+ results
From: Jeremy Olexa (darkside) @ 2011-01-31 16:53 UTC (permalink / raw
  To: gentoo-commits

darkside    11/01/31 16:53:59

  Modified:             ChangeLog elinks-0.12_pre5-r1.ebuild
  Log:
  Port changes from Gentoo Prefix, use EPREFIX/ED, add KEYWORDS, convert to EAPI3. bug 352839
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.137                www-client/elinks/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	29 Jan 2011 13:06:33 -0000	1.136
+++ ChangeLog	31 Jan 2011 16:53:59 -0000	1.137
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/elinks
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.136 2011/01/29 13:06:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.137 2011/01/31 16:53:59 darkside Exp $
+
+  31 Jan 2011; Jeremy Olexa <darkside@gentoo.org>
+  elinks-0.12_pre5-r1.ebuild:
+  Port changes from Gentoo Prefix, use EPREFIX/ED, add KEYWORDS, convert to
+  EAPI3. bug 352839
 
   29 Jan 2011; Raúl Porcel <armin76@gentoo.org> elinks-0.11.7.ebuild:
   ia64 stable



1.8                  www-client/elinks/elinks-0.12_pre5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild?r1=1.7&r2=1.8

Index: elinks-0.12_pre5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- elinks-0.12_pre5-r1.ebuild	6 Jan 2011 21:41:15 -0000	1.7
+++ elinks-0.12_pre5-r1.ebuild	31 Jan 2011 16:53:59 -0000	1.8
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild,v 1.7 2011/01/06 21:41:15 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild,v 1.8 2011/01/31 16:53:59 darkside Exp $
 
-EAPI="2"
+EAPI="3"
 
 inherit eutils autotools flag-o-matic
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
 	  javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
 RESTRICT="test"
@@ -71,13 +71,13 @@
 	fi
 
 	if use ssl ; then
-		myconf="${myconf} --with-openssl"
+		myconf="${myconf} --with-openssl=${EPREFIX}/usr"
 	else
 		myconf="${myconf} --without-openssl --without-gnutls"
 	fi
 
 	econf \
-		--sysconfdir=/etc/elinks \
+		--sysconfdir="${EPREFIX}"/etc/elinks \
 		--enable-leds \
 		--enable-88-colors \
 		--enable-256-colors \
@@ -102,7 +102,7 @@
 		$(use_enable finger) \
 		$(use_enable samba smb) \
 		$(use_enable mouse) \
-		${myconf} || die
+		${myconf}
 }
 
 src_install() {
@@ -121,7 +121,7 @@
 
 	# Remove some conflicting files on OSX.  The files provided by OSX 10.4
 	# are more or less the same.  -- Fabian Groffen (2005-06-30)
-	rm -f "${D}"/usr/share/locale/locale.alias "${D}"/usr/lib/charset.alias
+	rm -f "${ED}"/usr/share/locale/locale.alias "${ED}"/usr/lib/charset.alias
 }
 
 pkg_postinst() {






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-01-31 16:53 99% [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r1.ebuild Jeremy Olexa (darkside)

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