jer         15/01/26 18:55:40

  Modified:             ChangeLog amlc-0.5.1.ebuild
  Log:
  Fix HOMEPAGE/SRC_URI (bug #537820).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.8                  x11-apps/amlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/amlc/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/amlc/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/amlc/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Aug 2014 20:07:04 -0000      1.7
+++ ChangeLog   26 Jan 2015 18:55:40 -0000      1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/amlc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v 1.7 2014/08/10 
20:07:04 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v 1.8 2015/01/26 
18:55:40 jer Exp $
+
+  26 Jan 2015; Jeroen Roovers <j...@gentoo.org> amlc-0.5.1.ebuild:
+  Fix HOMEPAGE/SRC_URI (bug #537820).
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> amlc-0.5.1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.8                  x11-apps/amlc/amlc-0.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?r1=1.7&r2=1.8

Index: amlc-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- amlc-0.5.1.ebuild   10 Aug 2014 20:07:04 -0000      1.7
+++ amlc-0.5.1.ebuild   26 Jan 2015 18:55:40 -0000      1.8
@@ -1,26 +1,26 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.7 
2014/08/10 20:07:04 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.8 
2015/01/26 18:55:40 jer Exp $
 
+EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Another Modeline Calculator, generates quality X11 display 
configs easily"
-HOMEPAGE="http://amlc.berlios.de";
-SRC_URI="http://amlc.berlios.de/src/${P}.cpp";
+HOMEPAGE="http://sourceforge.net/projects/amlc.berlios/";
+SRC_URI="https://dev.gentoo.org/~jer/${P}.cpp";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 S=${WORKDIR}
 
-src_unpack() {
+src_prepare() {
        cp "${DISTDIR}"/${P}.cpp "${S}"
 }
 
 src_compile() {
-       $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} ${P}.cpp -o ${PN} || die "build 
failed."
+       $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} ${P}.cpp -o ${PN} || die
 }
 
 src_install() {




Reply via email to