titanofold 14/11/03 12:54:05 Modified: motion-3.2.12-r2.ebuild ChangeLog Log: Update PostgreSQL dependencies and/or checks to virtual/postgresql. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.7 media-video/motion/motion-3.2.12-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.6&r2=1.7 Index: motion-3.2.12-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- motion-3.2.12-r2.ebuild 22 Jun 2013 15:51:47 -0000 1.6 +++ motion-3.2.12-r2.ebuild 3 Nov 2014 12:54:05 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.6 2013/06/22 15:51:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.7 2014/11/03 12:54:05 titanofold Exp $ EAPI=4 inherit eutils user @@ -18,7 +18,7 @@ virtual/jpeg ffmpeg? ( virtual/ffmpeg ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base )" + postgres? ( virtual/postgresql )" # note: libv4l is only in dependencies for the libv4l1-videodev.h header file # used by the -workaround-v4l1_deprecation.patch. DEPEND="${RDEPEND} 1.45 media-video/motion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 22 Jun 2013 15:51:47 -0000 1.44 +++ ChangeLog 3 Nov 2014 12:54:05 -0000 1.45 @@ -1,6 +1,10 @@ # ChangeLog for media-video/motion -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.44 2013/06/22 15:51:47 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.45 2014/11/03 12:54:05 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <[email protected]> + motion-3.2.12-r2.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 22 Jun 2013; Tomáš Chvátal <[email protected]> motion-3.2.12-r2.ebuild: Apply libav9 patch wrt last commit, i added it to cvs but not to the ebuild.
