Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/
Date: Tue, 15 Dec 2015 12:32:32
Message-Id: 1450182495.8cf95d6a919025c0a4baa6030529ca28009e7dc0.titanofold@gentoo
1 commit: 8cf95d6a919025c0a4baa6030529ca28009e7dc0
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 12:28:15 2015 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 12:28:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf95d6a
7
8 dev-db/postgis: Fix headers
9
10 Fix copyright and Id header.
11
12 Package-Manager: portage-2.2.20.1
13
14 dev-db/postgis/postgis-2.2.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-db/postgis/postgis-2.2.0.ebuild b/dev-db/postgis/postgis-2.2.0.ebuild
18 index 6fb8ddc..c6e8ec1 100644
19 --- a/dev-db/postgis/postgis-2.2.0.ebuild
20 +++ b/dev-db/postgis/postgis-2.2.0.ebuild
21 @@ -1,6 +1,6 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild,v 1.2 2014/11/08 12:51:46 titanofold Exp $
26 +# $Id$
27
28 EAPI="5"
29 POSTGRES_COMPAT=( 9.{1,2,3,4,5} )