jlec        15/06/05 14:54:42

  Modified:             ChangeLog
  Added:                fsniper-1.3.1-r1.ebuild
  Log:
  Bump to EAPI=5; import fedora patches, bug #521088
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.10                 app-misc/fsniper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fsniper/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fsniper/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fsniper/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/fsniper/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Jun 2015 14:48:12 -0000       1.9
+++ ChangeLog   5 Jun 2015 14:54:42 -0000       1.10
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/fsniper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/ChangeLog,v 1.9 2015/06/05 
14:48:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/ChangeLog,v 1.10 
2015/06/05 14:54:42 jlec Exp $
+
+*fsniper-1.3.1-r1 (05 Jun 2015)
+
+  05 Jun 2015; Justin Lecher <[email protected]>
+  +files/fsniper-1.3.1-format-security.patch, +files/fsniper-1.3.1-umask.patch,
+  +fsniper-1.3.1-r1.ebuild:
+  Bump to EAPI=5; import fedora patches, bug #521088
 
   05 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  app-misc/fsniper/fsniper-1.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fsniper/fsniper-1.3.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fsniper/fsniper-1.3.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: fsniper-1.3.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/fsniper-1.3.1-r1.ebuild,v 
1.1 2015/06/05 14:54:42 jlec Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION="Tool that monitors a given set of directories for new files"
HOMEPAGE="https://github.com/l3ib/fsniper/";
SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz";

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

DEPEND="
        dev-libs/libpcre
        sys-apps/file"
RDEPEND="${DEPEND}"

PATCHES=(
        "${FILESDIR}"/${P}-format-security.patch
        "${FILESDIR}"/${P}-umask.patch
)




Reply via email to