ssuominen    14/03/10 10:56:13

  Modified:             psiconv-0.8.3.ebuild psiconv-0.8.3-r1.ebuild
                        ChangeLog
  Log:
  Punt virtual/libc dependency.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.10                 app-text/psiconv/psiconv-0.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild?r1=1.9&r2=1.10

Index: psiconv-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- psiconv-0.8.3.ebuild        1 Jan 2005 16:30:58 -0000       1.9
+++ psiconv-0.8.3.ebuild        10 Mar 2014 10:56:13 -0000      1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.9 
2005/01/01 16:30:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 
1.10 2014/03/10 10:56:13 ssuominen Exp $
 
 IUSE="doc"
 
@@ -12,10 +12,7 @@
 LICENSE="GPL-2"
 KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa"
 
-DEPEND="virtual/libc"
-
 src_compile() {
-
        local myconf
 
        use doc \
@@ -23,7 +20,7 @@
                        --enable-ascii-docs \
                        --enable-rtf-docs"
 
-       econf || die "./configure failed"
+       econf
        emake || die
 }
 



1.2                  app-text/psiconv/psiconv-0.8.3-r1.ebuild

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

Index: psiconv-0.8.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- psiconv-0.8.3-r1.ebuild     28 Oct 2012 19:20:07 -0000      1.1
+++ psiconv-0.8.3-r1.ebuild     10 Mar 2014 10:56:13 -0000      1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3-r1.ebuild,v 
1.1 2012/10/28 19:20:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3-r1.ebuild,v 
1.2 2014/03/10 10:56:13 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 
 inherit toolchain-funcs
 
@@ -15,9 +15,6 @@
 IUSE="static-libs"
 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
 
-DEPEND="virtual/libc"
-RDEPEND=""
-
 src_prepare() {
        tc-export AR
 }



1.11                 app-text/psiconv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psiconv/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psiconv/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/psiconv/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   28 Oct 2012 19:20:07 -0000      1.10
+++ ChangeLog   10 Mar 2014 10:56:13 -0000      1.11
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/psiconv
-# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.10 
2012/10/28 19:20:07 ago Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.11 
2014/03/10 10:56:13 ssuominen Exp $
+
+  10 Mar 2014; Samuli Suominen <ssuomi...@gentoo.org> psiconv-0.8.3-r1.ebuild,
+  psiconv-0.8.3.ebuild:
+  Punt virtual/libc dependency.
 
 *psiconv-0.8.3-r1 (28 Oct 2012)
 




Reply via email to