mgorny      15/04/09 19:10:51

  Modified:             ChangeLog
  Added:                duperemove-0.09.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  sys-fs/duperemove/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/duperemove/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Apr 2015 17:23:53 -0000       1.2
+++ ChangeLog   9 Apr 2015 19:10:51 -0000       1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/duperemove
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v 1.2 
2015/04/06 17:23:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/ChangeLog,v 1.3 
2015/04/09 19:10:51 mgorny Exp $
+
+*duperemove-0.09.3 (09 Apr 2015)
+
+  09 Apr 2015; Michał Górny <[email protected]> +duperemove-0.09.3.ebuild:
+  Version bump.
 
 *duperemove-0.09.2 (06 Apr 2015)
 



1.1                  sys-fs/duperemove/duperemove-0.09.3.ebuild

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

Index: duperemove-0.09.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/duperemove-0.09.3.ebuild,v 
1.1 2015/04/09 19:10:51 mgorny Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="Btrfs deduplication utility"
HOMEPAGE="https://github.com/markfasheh/duperemove";
SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="dev-libs/glib:2=
        dev-libs/libgcrypt:0="
DEPEND="${RDEPEND}"

src_compile() {
        # CC & CFLAGS are set via = so need to override them
        # LIBRARY_FLAGS are set via += so need to pass them via env
        export LIBRARY_FLAGS="${LDFLAGS}"
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall"
}

src_install() {
        emake DESTDIR="${D}" PREFIX="/usr" install
}




Reply via email to