public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/
@ 2017-09-06 20:52 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-09-06 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     bccb86c33736f34bf5e82650f53eb71a06eaa627
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Sep  3 16:08:52 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 20:52:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccb86c3

dev-tex/vc: use HTTPS for links to dev.gentoo.org

 dev-tex/vc/vc-0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/vc/vc-0.5.ebuild b/dev-tex/vc/vc-0.5.ebuild
index 2df4f09b735..e0dbd04e9eb 100644
--- a/dev-tex/vc/vc-0.5.ebuild
+++ b/dev-tex/vc/vc-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit latex-package
 DESCRIPTION="The vc (version control) bundle"
 HOMEPAGE="https://www.ctan.org/pkg/vc"
 # Taken from http://mirrors.ctan.org/support/vc.zip
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.zip"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.zip"
 
 LICENSE="public-domain"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/
@ 2018-06-14 16:26 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2018-06-14 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a714d1eecdaa565d43f1d793feb62c9e59c4b83b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 14 16:24:37 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 14 16:26:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a714d1ee

dev-tex/vc: Version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-tex/vc/Manifest      |  1 +
 dev-tex/vc/vc-0.6.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-tex/vc/Manifest b/dev-tex/vc/Manifest
index 445f0d7f300..4e0018785b0 100644
--- a/dev-tex/vc/Manifest
+++ b/dev-tex/vc/Manifest
@@ -1 +1,2 @@
 DIST vc-0.5.zip 440260 BLAKE2B e6a0824f1504f22817b0620a28717302b078b0301a5424eebacfea69f3542ac42c53593c8aafd111e17a5e1c1dc161cdeb866a826598f745afc57deaf4b35044 SHA512 0574bb6e6e7a0a9065cb1042726ac6ff09c4c38b7d05acdaf4fab3023439f5be35af12ec228b285a40e9cd9448f85e16e849d0dd08af743115bdba0556f3b969
+DIST vc-0.6.zip 451356 BLAKE2B 776b72f33320e5ac129c646774b65fe3ce1757df31dbd8a70ef6e05ffe0606e6e1a85c7910388efad45503ca488d8d78be9c9219cb066f107ad020592ec703d3 SHA512 dde8f3028742e4de42bda3e77a18155954cac954e54db13b1ecba3c60aff54f6ced4961f808b1f539223032f04a39a6e086ca852d340b42dbe98b6989542678b

diff --git a/dev-tex/vc/vc-0.6.ebuild b/dev-tex/vc/vc-0.6.ebuild
new file mode 100644
index 00000000000..e0d91ac8022
--- /dev/null
+++ b/dev-tex/vc/vc-0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit latex-package
+
+DESCRIPTION="The vc (version control) bundle"
+HOMEPAGE="https://www.ctan.org/pkg/vc"
+# Taken from http://mirrors.ctan.org/support/vc.zip
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.zip"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+	insinto "${TEXMF}"/scripts/${PN}
+	doins -r bzr-unix git-unix hg-unix svn-unix
+	latex-package_src_doinstall pdf
+	dodoc CHANGES README
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/
@ 2020-01-13 16:09 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-01-13 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b5c3843384d657437f6cb566d7fd504d0553d4e7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 16:08:54 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 16:08:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c38433

dev-tex/vc: port to EAPI=7

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/vc/vc-0.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tex/vc/vc-0.6.ebuild b/dev-tex/vc/vc-0.6.ebuild
index e0d91ac8022..cf4910ec908 100644
--- a/dev-tex/vc/vc-0.6.ebuild
+++ b/dev-tex/vc/vc-0.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit latex-package
 
@@ -14,7 +14,7 @@ LICENSE="CC0-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip"
 
 S="${WORKDIR}/${PN}"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/
@ 2020-06-26 20:04 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2020-06-26 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b553cdb8b906d4ee8a24346f45a96a07c04270e8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 20:00:11 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 20:00:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b553cdb8

dev-tex/vc: Also mention Mercurial in longdescription.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/vc/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/vc/metadata.xml b/dev-tex/vc/metadata.xml
index 13f8b9913d6..79a5740d6bc 100644
--- a/dev-tex/vc/metadata.xml
+++ b/dev-tex/vc/metadata.xml
@@ -13,7 +13,7 @@
   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.
+  The vc bundle works with LaTeX and plain TeX. Currently, Bazaar, Git,
+  Mercurial and Subversion are supported.
 </longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/
@ 2024-10-30 18:31 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2024-10-30 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0c18c64067101886fc2d47f94423be7aeb2d0d4c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 14:03:48 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 18:31:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c18c640

dev-tex/vc: add ctan upstream metadata

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/vc/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tex/vc/metadata.xml b/dev-tex/vc/metadata.xml
index 1be04de63961..77f2a1e4d857 100644
--- a/dev-tex/vc/metadata.xml
+++ b/dev-tex/vc/metadata.xml
@@ -16,4 +16,7 @@
   The vc bundle works with LaTeX and plain TeX. Currently, Bazaar, Git,
   Mercurial and Subversion are supported.
 </longdescription>
+<upstream>
+  <remote-id type="ctan">vc</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-30 18:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-14 16:26 [gentoo-commits] repo/gentoo:master commit in: dev-tex/vc/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 18:31 Ulrich Müller
2020-06-26 20:04 Ulrich Müller
2020-01-13 16:09 Mikle Kolyada
2017-09-06 20:52 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox