public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/an: ChangeLog an-0.95.3.ebuild
@ 2009-03-07 14:11 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-03-07 14:11 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/03/07 14:11:06

  Modified:             ChangeLog an-0.95.3.ebuild
  Log:
  Transition to eapi 2 use deps

Revision  Changes    Path
1.25                 app-text/an/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	28 Aug 2008 10:58:54 -0000	1.24
+++ ChangeLog	7 Mar 2009 14:11:06 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/an
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.24 2008/08/28 10:58:54 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.25 2009/03/07 14:11:06 gentoofan23 Exp $
+
+  07 Mar 2009; Thomas Anderson <gentoofan23@gentoo.org> an-0.95.3.ebuild:
+  Transition to eapi 2 use deps
 
   28 Aug 2008; Jeroen Roovers <jer@gentoo.org> an-0.95.3.ebuild:
   Improved HOMEPAGE.



1.17                 app-text/an/an-0.95.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/an/an-0.95.3.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/an/an-0.95.3.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/an/an-0.95.3.ebuild?r1=1.16&r2=1.17

Index: an-0.95.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- an-0.95.3.ebuild	28 Aug 2008 10:58:54 -0000	1.16
+++ an-0.95.3.ebuild	7 Mar 2009 14:11:06 -0000	1.17
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.16 2008/08/28 10:58:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.17 2009/03/07 14:11:06 gentoofan23 Exp $
 
+EAPI="2"
 inherit eutils toolchain-funcs versionator
 
 DESCRIPTION="Very fast anagram generator with dictionary lookup"
@@ -15,7 +16,7 @@
 KEYWORDS="alpha amd64 hppa ppc ppc64 x86"
 IUSE=""
 
-RDEPEND="sys-apps/miscfiles"
+RDEPEND="sys-apps/miscfiles[-minimal]"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
@@ -54,19 +55,6 @@
 }
 
 pkg_postinst() {
-	if has_version sys-apps/miscfiles && \
-		built_with_use sys-apps/miscfiles minimal; then
-		ewarn "If you merged sys-apps/miscfiles with USE=minimal,"
-		ewarn "an will NOT work properly, as /usr/share/dict/words"
-		ewarn "will then be a symlink to a gzipped file. an currently"
-		ewarn "does not support gzipped dictionary files and will"
-		ewarn "only produce garbage."
-		ewarn "Do 'USE=-minimal emerge sys-apps/miscfiles', or run an"
-		ewarn "with the -d /path/to/dictionary option, perhaps using"
-		ewarn "one of the files mentioned below."
-		echo
-	fi
-
 	einfo "Helpful note from an's author:"
 	einfo "   If you do not have a dictionary you can obtain one from the"
 	einfo "   following site: ftp://ftp.funet.fi/pub/doc/dictionaries/"






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

* [gentoo-commits] gentoo-x86 commit in app-text/an: ChangeLog an-0.95.3.ebuild
@ 2011-01-25  2:50 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-25  2:50 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/25 02:50:58

  Modified:             ChangeLog an-0.95.3.ebuild
  Log:
  Clean up patches. Fix phases, remove ebegin/eend, make sed die().
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.28                 app-text/an/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	27 Jun 2010 20:34:25 -0000	1.27
+++ ChangeLog	25 Jan 2011 02:50:58 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/an
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.27 2010/06/27 20:34:25 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.28 2011/01/25 02:50:58 jer Exp $
+
+  25 Jan 2011; Jeroen Roovers <jer@gentoo.org> an-0.95.3.ebuild,
+  files/an-0.95-make.patch, files/an_0.95-3.diff:
+  Clean up patches. Fix phases, remove ebegin/eend, make sed die().
 
 *an-0.95.3.2 (27 Jun 2010)
 



1.18                 app-text/an/an-0.95.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/an-0.95.3.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/an-0.95.3.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/an-0.95.3.ebuild?r1=1.17&r2=1.18

Index: an-0.95.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- an-0.95.3.ebuild	7 Mar 2009 14:11:06 -0000	1.17
+++ an-0.95.3.ebuild	25 Jan 2011 02:50:58 -0000	1.18
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.17 2009/03/07 14:11:06 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.18 2011/01/25 02:50:58 jer Exp $
 
 EAPI="2"
+
 inherit eutils toolchain-funcs versionator
 
 DESCRIPTION="Very fast anagram generator with dictionary lookup"
@@ -20,24 +21,19 @@
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-src_unpack() {
-	unpack ${A}
-	cd ${S}
-
+src_prepare() {
 	# Patching to -r3:
 	MY_PL="$(replace_version_separator 2 -)"
 	epatch "${FILESDIR}"/${PN}_${MY_PL}.diff
 
-	ebegin "Patching an to use toolchain and custom CFLAGS"
 	sed -e "s:gcc:$(tc-getCC):" \
 		-e "s:-O2.*:${CFLAGS}:" \
-		-i Makefile lib/Makefile
-	eend ${?}
+		-i Makefile lib/Makefile || die "sed Makefile lib/Makefile"
 
 	# sys-apps/miscfiles doesn't have /usr/dict/words:
 	sed \
 		-e 's:/usr/dict/words:/usr/share/dict/words:' \
-		-i README || die
+		-i README || die "sed README"
 }
 
 src_install() {






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

end of thread, other threads:[~2011-01-25  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25  2:50 [gentoo-commits] gentoo-x86 commit in app-text/an: ChangeLog an-0.95.3.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-07 14:11 Thomas Anderson (gentoofan23)

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