From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D37FA138010 for ; Thu, 25 Oct 2012 21:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66EC121C0CA; Thu, 25 Oct 2012 21:16:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C893421C0CA for ; Thu, 25 Oct 2012 21:16:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F57F33D732 for ; Thu, 25 Oct 2012 21:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DCC08E5440 for ; Thu, 25 Oct 2012 21:16:24 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1351199727.cdd0c4955984ce0eb3251aaa2fbc08201351d7ec.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: app-officeext/texmaths/ X-VCS-Repository: dev/dilfridge X-VCS-Files: app-officeext/texmaths/Manifest app-officeext/texmaths/metadata.xml app-officeext/texmaths/texmaths-0.36a.ebuild X-VCS-Directories: app-officeext/texmaths/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: cdd0c4955984ce0eb3251aaa2fbc08201351d7ec X-VCS-Branch: master Date: Thu, 25 Oct 2012 21:16:24 +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: 05dd1f9e-dc74-466a-96d1-cd9e0d8cd8c6 X-Archives-Hash: e468dc8f1a5e2f6fbf230944cea4554a commit: cdd0c4955984ce0eb3251aaa2fbc08201351d7ec Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Thu Oct 25 21:15:27 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Oct 25 21:15:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=cdd0c495 [app-officeext/texmaths] Not needed anymore --- app-officeext/texmaths/Manifest | 1 - app-officeext/texmaths/metadata.xml | 5 ---- app-officeext/texmaths/texmaths-0.36a.ebuild | 28 -------------------------- 3 files changed, 0 insertions(+), 34 deletions(-) diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest deleted file mode 100644 index 5db94e8..0000000 --- a/app-officeext/texmaths/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST TexMaths-0.36a.oxt 95344 SHA256 7f61710a3e2967e70cb89dfbabebeb61297e431831851ff63f2e6e30a61cb981 SHA512 d6ea2be5b042c3709507f6ec8a1811930b961fb453bb8637a7a25d170daf5636befe1f67312dec22456aba18a475f42ea4376754a88129d268434a169e153b0f WHIRLPOOL bfb8c5e84505ed9b007a2a4915d5d26be3b14d99d0a1968de95bc2a6260dce9827a66b24ea911e0d7d51ae055920ae74ef2fab7bfa0917536dede6adc08d352a diff --git a/app-officeext/texmaths/metadata.xml b/app-officeext/texmaths/metadata.xml deleted file mode 100644 index 5d46203..0000000 --- a/app-officeext/texmaths/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - openoffice - diff --git a/app-officeext/texmaths/texmaths-0.36a.ebuild b/app-officeext/texmaths/texmaths-0.36a.ebuild deleted file mode 100644 index 304799c..0000000 --- a/app-officeext/texmaths/texmaths-0.36a.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/texmaths-0.36.ebuild,v 1.2 2012/08/21 08:39:00 scarabeus Exp $ - -EAPI=4 - -MY_P="TexMaths-${PV}" - -OO_EXTENSIONS=( - "${MY_P}.oxt" -) - -inherit office-ext - -DESCRIPTION="LaTeX Equation Editor for LibreOffice" -HOMEPAGE="http://roland65.free.fr/texmaths/" -SRC_URI="https://data.nanotube-research.de/group/${MY_P}.oxt" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - app-text/dvisvgm - virtual/tex-base -"