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 dev-embedded/avra: ChangeLog avra-1.3.0.ebuild
@ 2011-04-30 22:11 99% Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 1+ results
From: Tomas Chvatal (scarabeus) @ 2011-04-30 22:11 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/04/30 22:11:13

  Modified:             ChangeLog avra-1.3.0.ebuild
  Log:
  Bump to eapi4. Fix QA warnings.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-embedded/avra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/avra/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/avra/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/avra/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/avra/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Aug 2010 21:22:03 -0000	1.11
+++ ChangeLog	30 Apr 2011 22:11:13 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/avra
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avra/ChangeLog,v 1.11 2010/08/11 21:22:03 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avra/ChangeLog,v 1.12 2011/04/30 22:11:13 scarabeus Exp $
+
+  30 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> avra-1.3.0.ebuild:
+  Bump to eapi4. Fix QA warnings.
 
   11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml:
   Give package new maintainer.



1.2                  dev-embedded/avra/avra-1.3.0.ebuild

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

Index: avra-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/avra/avra-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avra-1.3.0.ebuild	11 Aug 2010 21:12:26 -0000	1.1
+++ avra-1.3.0.ebuild	30 Apr 2011 22:11:13 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avra/avra-1.3.0.ebuild,v 1.1 2010/08/11 21:12:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avra/avra-1.3.0.ebuild,v 1.2 2011/04/30 22:11:13 scarabeus Exp $
 
-EAPI=3
+EAPI=4
 
 inherit autotools
 
@@ -24,20 +24,18 @@
 src_install() {
 	local datadir="${WORKDIR}/${P}"
 
-	emake DESTDIR="${D}" install || die "emake install failed"
+	default
 
-	dodoc ${datadir}/{AUTHORS,INSTALL,README,TODO} || die
+	dodoc ${datadir}/{AUTHORS,INSTALL,README,TODO}
 
 	# install headers
-	insinto "${EPREFIX}/usr/include/avr"
-	doins "${datadir}/includes/"* || die
+	insinto /usr/include/avr
+	doins "${datadir}/includes/"*
 
-	if use doc; then
-		dohtml -r "${datadir}/doc/"* || die
-	fi
+	use doc && dohtml -r "${datadir}/doc/"*
 
 	if use examples; then
-		insinto "${EPREFIX}/usr/share/doc/${PF}/examples"
-		doins "${datadir}/examples/"* || die
+		insinto /usr/share/doc/${PF}/examples
+		doins "${datadir}/examples/"*
 	fi
 }






^ 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-04-30 22:11 99% [gentoo-commits] gentoo-x86 commit in dev-embedded/avra: ChangeLog avra-1.3.0.ebuild Tomas Chvatal (scarabeus)

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