summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 12:54:05 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 12:54:05 +0000
commit66f867191b1abc201bcc6f0aad9c4f770a1b4c5f (patch)
treefc35b20f7b6be3d94f77d83c52a8a5bdd6e857fc /media-video
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-66f867191b1abc201bcc6f0aad9c4f770a1b4c5f.tar.gz
gentoo-2-66f867191b1abc201bcc6f0aad9c4f770a1b4c5f.tar.bz2
gentoo-2-66f867191b1abc201bcc6f0aad9c4f770a1b4c5f.zip
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)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/motion/ChangeLog8
-rw-r--r--media-video/motion/motion-3.2.12-r2.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog
index 669816d4ae03..f875e8af650e 100644
--- a/media-video/motion/ChangeLog
+++ b/media-video/motion/ChangeLog
@@ -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 <titanofold@gentoo.org>
+ motion-3.2.12-r2.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> motion-3.2.12-r2.ebuild:
Apply libav9 patch wrt last commit, i added it to cvs but not to the ebuild.
diff --git a/media-video/motion/motion-3.2.12-r2.ebuild b/media-video/motion/motion-3.2.12-r2.ebuild
index 9c2af1a50fb1..6c4299c7e858 100644
--- a/media-video/motion/motion-3.2.12-r2.ebuild
+++ b/media-video/motion/motion-3.2.12-r2.ebuild
@@ -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 @@ RDEPEND="sys-libs/zlib
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}