From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E094F1395E2 for ; Thu, 8 Dec 2016 09:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06ACEE0C31; Thu, 8 Dec 2016 09:44:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2B04E0C31 for ; Thu, 8 Dec 2016 09:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A06863413AD for ; Thu, 8 Dec 2016 09:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4041C91A for ; Thu, 8 Dec 2016 09:44:19 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1481190177.8d71b9cf72fb8eb537576d44dfefae86f4a3d42d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/activity-log-manager/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/activity-log-manager/files/config.vapi X-VCS-Directories: gnome-extra/activity-log-manager/files/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8d71b9cf72fb8eb537576d44dfefae86f4a3d42d X-VCS-Branch: master Date: Thu, 8 Dec 2016 09:44:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4b9ee0e-5cca-41b4-bcc4-661e4483f03a X-Archives-Hash: a4c15818b83592e0ffd7291e55733f8a commit: 8d71b9cf72fb8eb537576d44dfefae86f4a3d42d Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Nov 27 10:23:53 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Dec 8 09:42:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d71b9cf gnome-extra/activity-log-manager: remove unused file Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/activity-log-manager/files/config.vapi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gnome-extra/activity-log-manager/files/config.vapi b/gnome-extra/activity-log-manager/files/config.vapi deleted file mode 100644 index 9cd4f37..00000000 --- a/gnome-extra/activity-log-manager/files/config.vapi +++ /dev/null @@ -1,12 +0,0 @@ -[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] -namespace Config { - public const string GETTEXT_PACKAGE; - public const string SPRITE_DIR; - public const string BACKGROUND_DIR; - public const string PACKAGE_DATA_DIR; - public const string PACKAGE_LOCALE_DIR; - public const string PACKAGE_NAME; - public const string PACKAGE_VERSION; - public const string VERSION; - public const string GNOMELOCALEDIR; -}