vapier      14/11/17 07:47:26

  Modified:             dtc-9999.ebuild ChangeLog
  Added:                dtc-1.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.4                  sys-apps/dtc/dtc-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/dtc-9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/dtc-9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/dtc-9999.ebuild?r1=1.3&r2=1.4

Index: dtc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dtc-9999.ebuild     10 Nov 2012 01:52:23 -0000      1.3
+++ dtc-9999.ebuild     17 Nov 2014 07:47:26 -0000      1.4
@@ -1,40 +1,38 @@
-# 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/sys-apps/dtc/dtc-9999.ebuild,v 1.3 
2012/11/10 01:52:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-9999.ebuild,v 1.4 
2014/11/17 07:47:26 vapier Exp $
 
 EAPI="4"
-MY_P="${PN}-v${PV}"
 
 inherit multilib toolchain-funcs
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://git.jdl.com/software/dtc.git"
+       EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
        inherit git-2
 else
-       SRC_URI="http://www.jdl.com/software/${MY_P}.tgz";
+       SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
        KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 fi
 
-DESCRIPTION="Open Firmware device-trees compiler"
-HOMEPAGE="http://git.jdl.com/gitweb/?p=dtc.git";
+DESCRIPTION="Open Firmware device tree compiler"
+HOMEPAGE="http://devicetree.org/Device_Tree_Compiler";
 
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="static-libs"
 
 RDEPEND=""
-DEPEND="sys-devel/flex
+DEPEND="app-arch/xz-utils
+       sys-devel/flex
        sys-devel/bison"
 
-S=${WORKDIR}/${MY_P}
-
 src_prepare() {
        sed -i \
                -e '/^CFLAGS =/s:=:+=:' \
                -e '/^CPPFLAGS =/s:=:+=:' \
                -e 's:-Werror::' \
                -e 's:-g -Os::' \
-               -e '/^PREFIX =/s:=.*:= /usr:' \
-               -e "/^LIBDIR =/s:=.*:= /usr/$(get_libdir):" \
+               -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \
+               -e "/^LIBDIR =/s:=.*:= \$(PREFIX)/$(get_libdir):" \
                Makefile || die
        tc-export AR CC
        export V=1



1.19                 sys-apps/dtc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   4 Jun 2014 16:04:58 -0000       1.18
+++ ChangeLog   17 Nov 2014 07:47:26 -0000      1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/dtc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v 1.18 2014/06/04 
16:04:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v 1.19 2014/11/17 
07:47:26 vapier Exp $
+
+*dtc-1.4.1 (17 Nov 2014)
+
+  17 Nov 2014; Mike Frysinger <[email protected]> +dtc-1.4.1.ebuild,
+  dtc-9999.ebuild:
+  Version bump.
 
   04 Jun 2014; Agostino Sarubbo <[email protected]> dtc-1.4.0.ebuild:
   Stable for x86, wrt bug #507796



1.1                  sys-apps/dtc/dtc-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/dtc-1.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dtc/dtc-1.4.1.ebuild?rev=1.1&content-type=text/plain

Index: dtc-1.4.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-1.4.1.ebuild,v 1.1 
2014/11/17 07:47:26 vapier Exp $

EAPI="4"

inherit multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
        inherit git-2
else
        SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
        KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi

DESCRIPTION="Open Firmware device tree compiler"
HOMEPAGE="http://devicetree.org/Device_Tree_Compiler";

LICENSE="GPL-2"
SLOT="0"
IUSE="static-libs"

RDEPEND=""
DEPEND="app-arch/xz-utils
        sys-devel/flex
        sys-devel/bison"

src_prepare() {
        sed -i \
                -e '/^CFLAGS =/s:=:+=:' \
                -e '/^CPPFLAGS =/s:=:+=:' \
                -e 's:-Werror::' \
                -e 's:-g -Os::' \
                -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \
                -e "/^LIBDIR =/s:=.*:= \$(PREFIX)/$(get_libdir):" \
                Makefile || die
        tc-export AR CC
        export V=1
}

src_test() {
        emake check
}

src_install() {
        emake DESTDIR="${D}" install
        use static-libs || find "${ED}" -name '*.a' -delete
        dodoc Documentation/manual.txt
}




Reply via email to