From 5d8932cd96462ad03ffa5ecb38b96fed6ee1f367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Thu, 11 May 2017 09:16:27 +0200 Subject: [PATCH] [QA] Drop $Id$ lines that were added back to ebuild headers. Bug: 611234 --- app-misc/vit/vit-1.2-r1.ebuild | 1 - app-misc/vit/vit-9999.ebuild | 1 - dev-db/postgresql/files/postgresql.init-9.2 | 1 - dev-db/postgresql/files/postgresql.init-9.3-r1 | 1 - dev-python/construct/construct-2.8.12.ebuild | 1 - 5 files changed, 5 deletions(-) diff --git a/app-misc/vit/vit-1.2-r1.ebuild b/app-misc/vit/vit-1.2-r1.ebuild index 0b006e73c34be..ca5df43d3f3eb 100644 --- a/app-misc/vit/vit-1.2-r1.ebuild +++ b/app-misc/vit/vit-1.2-r1.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 diff --git a/app-misc/vit/vit-9999.ebuild b/app-misc/vit/vit-9999.ebuild index 7ca1f3b01cacb..0cd795e26a94b 100644 --- a/app-misc/vit/vit-9999.ebuild +++ b/app-misc/vit/vit-9999.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 diff --git a/dev-db/postgresql/files/postgresql.init-9.2 b/dev-db/postgresql/files/postgresql.init-9.2 index 0b257049008f4..b191ca29e97c9 100755 --- a/dev-db/postgresql/files/postgresql.init-9.2 +++ b/dev-db/postgresql/files/postgresql.init-9.2 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ extra_started_commands="reload promote" diff --git a/dev-db/postgresql/files/postgresql.init-9.3-r1 b/dev-db/postgresql/files/postgresql.init-9.3-r1 index b7a08990bf641..256ee7e6fd35f 100755 --- a/dev-db/postgresql/files/postgresql.init-9.3-r1 +++ b/dev-db/postgresql/files/postgresql.init-9.3-r1 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ extra_started_commands="reload promote" diff --git a/dev-python/construct/construct-2.8.12.ebuild b/dev-python/construct/construct-2.8.12.ebuild index ccaed037621f6..ceeedd6f36d5c 100644 --- a/dev-python/construct/construct-2.8.12.ebuild +++ b/dev-python/construct/construct-2.8.12.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} )