summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-02-26 20:52:01 +0100
committerUlrich Müller <ulm@gentoo.org>2017-02-26 20:52:01 +0100
commit4f4cdbd239ebbb7b88769b88cb36bcb42129820b (patch)
treee183683c1136f63d93c881aab42c0db1c868447e
parentapp-emulation/xtrs: Remove package. (diff)
downloadulm-4f4cdbd239ebbb7b88769b88cb36bcb42129820b.tar.gz
ulm-4f4cdbd239ebbb7b88769b88cb36bcb42129820b.tar.bz2
ulm-4f4cdbd239ebbb7b88769b88cb36bcb42129820b.zip
dev-tex/vc: Remove package.
Moved to gentoo repository.
-rw-r--r--dev-tex/vc/ChangeLog19
-rw-r--r--dev-tex/vc/Manifest1
-rw-r--r--dev-tex/vc/files/vc-0.5-fix-git-date.patch11
-rw-r--r--dev-tex/vc/files/vc-0.5-git-status.patch23
-rw-r--r--dev-tex/vc/metadata.xml15
-rw-r--r--dev-tex/vc/vc-0.5-r1.ebuild33
6 files changed, 0 insertions, 102 deletions
diff --git a/dev-tex/vc/ChangeLog b/dev-tex/vc/ChangeLog
deleted file mode 100644
index d7ea0c6..0000000
--- a/dev-tex/vc/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for dev-tex/vc
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-*vc-0.5-r1 (05 Nov 2015)
-
- 05 Nov 2015; Ulrich Müller <ulm@gentoo.org> -vc-0.5.ebuild,
- +vc-0.5-r1.ebuild, +files/vc-0.5-git-status.patch:
- Fix parsing of git status output.
-
- 15 May 2015; Ulrich Müller <ulm@gentoo.org> vc-0.5.ebuild,
- +files/vc-0.5-fix-git-date.patch:
- Fix date information in git.
-
-*vc-0.5 (15 May 2015)
-
- 15 May 2015; Ulrich Müller <ulm@gentoo.org> +vc-0.5.ebuild, +metadata.xml:
- Initial import. Ebuild contributed by me.
-
diff --git a/dev-tex/vc/Manifest b/dev-tex/vc/Manifest
deleted file mode 100644
index dfc0829..0000000
--- a/dev-tex/vc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vc.zip 440260 SHA256 7f11a41f364c0aa48818b69784fee6356db726d5e55f512a3bea0299f9b1ce0a SHA512 0574bb6e6e7a0a9065cb1042726ac6ff09c4c38b7d05acdaf4fab3023439f5be35af12ec228b285a40e9cd9448f85e16e849d0dd08af743115bdba0556f3b969 WHIRLPOOL ce6f648c4ad90596147af2faffe7be30c13da0d89e7fb99430facda9048ff4d810757a8713741432d820225f34665567e056f5ccd6ef630ed864356edef35c21
diff --git a/dev-tex/vc/files/vc-0.5-fix-git-date.patch b/dev-tex/vc/files/vc-0.5-fix-git-date.patch
deleted file mode 100644
index 7db7293..0000000
--- a/dev-tex/vc/files/vc-0.5-fix-git-date.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vc-orig/git-unix/vc-git.awk
-+++ vc/git-unix/vc-git.awk
-@@ -39,7 +39,7 @@
- ### Standard encoding is UTF-8.
- if (Encoding == "") Encoding = "UTF-8"
- ### Extract relevant information from variables.
-- LongDate = substr(AuthorDate, 1, 25)
-+ LongDate = substr(CommitterDate, 1, 25)
- DateRAW = substr(LongDate, 1, 10)
- DateISO = DateRAW
- DateTEX = DateISO
diff --git a/dev-tex/vc/files/vc-0.5-git-status.patch b/dev-tex/vc/files/vc-0.5-git-status.patch
deleted file mode 100644
index e67007d..0000000
--- a/dev-tex/vc/files/vc-0.5-git-status.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- vc-orig/git-unix/vc
-+++ vc/git-unix/vc
-@@ -20,5 +20,5 @@
- git --no-pager log -1 HEAD --pretty=format:"Hash: %H%nAbr. Hash: %h%nParent Hashes: %P%nAbr. Parent Hashes: %p%nAuthor Name: %an%nAuthor Email: %ae%nAuthor Date: %ai%nCommitter Name: %cn%nCommitter Email: %ce%nCommitter Date: %ci%n" |gawk -v script=log -v full=$full -f vc-git.awk > vc.tex
- if [ "$mod" = 1 ]
- then
-- git status |gawk -v script=status -f vc-git.awk >> vc.tex
-+ git status --porcelain |gawk -v script=status -f vc-git.awk >> vc.tex
- fi
---- vc-orig/git-unix/vc-git.awk
-+++ vc/git-unix/vc-git.awk
-@@ -26,9 +26,9 @@
-
- ### Process output of "git status".
- ### Changed index?
--script=="status" && /^# Changes to be committed:/ { modified = 1 }
-+script=="status" && /^[MADRC]/ { if (modified == 0) modified = 1 }
- ### Unstaged modifications?
--script=="status" && /^# Changed but not updated:/ { modified = 2 }
-+script=="status" && /^.[MD]/ { modified = 2 }
-
-
-
diff --git a/dev-tex/vc/metadata.xml b/dev-tex/vc/metadata.xml
deleted file mode 100644
index aa09296..0000000
--- a/dev-tex/vc/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
- <email>ulm@gentoo.org</email>
-</maintainer>
-<longdescription>
- This is a script based approach to version control for TeX documents.
- It works more reliably than keyword substitution based approaches,
- since it tracks all files in a working copy, not only .tex files.
-
- The vc bundle works with LaTeX and plain TeX. Currently, Bazaar, Git
- and Subversion are supported.
-</longdescription>
-</pkgmetadata>
diff --git a/dev-tex/vc/vc-0.5-r1.ebuild b/dev-tex/vc/vc-0.5-r1.ebuild
deleted file mode 100644
index 88adcda..0000000
--- a/dev-tex/vc/vc-0.5-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils latex-package
-
-DESCRIPTION="The vc (version control) bundle"
-HOMEPAGE="https://www.ctan.org/pkg/vc"
-SRC_URI="http://mirrors.ctan.org/support/${PN}.zip"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fix-git-date.patch
- epatch "${FILESDIR}"/${P}-git-status.patch
-}
-
-src_compile() { :; }
-
-src_install() {
- insinto ${TEXMF}/scripts/${PN}
- doins -r bzr-unix git-unix svn-unix
- latex-package_src_doinstall pdf
- dodoc CHANGES README
-}