public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2016-01-30 12:31 Alexis Ballier
  0 siblings, 0 replies; 17+ messages in thread
From: Alexis Ballier @ 2016-01-30 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     df0d8829a814e33aebd7ea526d9aea619e84a226
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 12:31:23 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 12:31:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0d8829

dev-tex/xcolor: add missing pstricks dep, bug #573292

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-tex/xcolor/xcolor-2.11.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
index e88a8f7..bb9d3c7 100644
--- a/dev-tex/xcolor/xcolor-2.11.ebuild
+++ b/dev-tex/xcolor/xcolor-2.11.ebuild
@@ -13,7 +13,10 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
-RDEPEND="dev-texlive/texlive-latex"
+RDEPEND="
+	dev-texlive/texlive-latex
+	dev-texlive/texlive-pstricks
+"
 
 DEPEND="${RDEPEND}
 	app-arch/unzip"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2016-02-01  8:26 Alexis Ballier
  0 siblings, 0 replies; 17+ messages in thread
From: Alexis Ballier @ 2016-02-01  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     dfbfabceade2e946463f07c746f46229b0ac8f72
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 08:00:26 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 08:25:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbfabce

dev-tex/xcolor: depend on tl-latexextra; bug #573530 by Denis Dupeyron.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-tex/xcolor/xcolor-2.11.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
index bb9d3c7..a4e4cd4 100644
--- a/dev-tex/xcolor/xcolor-2.11.ebuild
+++ b/dev-tex/xcolor/xcolor-2.11.ebuild
@@ -16,6 +16,7 @@ IUSE=""
 RDEPEND="
 	dev-texlive/texlive-latex
 	dev-texlive/texlive-pstricks
+	dev-texlive/texlive-latexextra
 "
 
 DEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2016-02-01  8:26 Alexis Ballier
  0 siblings, 0 replies; 17+ messages in thread
From: Alexis Ballier @ 2016-02-01  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     dbb5ea35372df0dbcda92f0bc8bcb3e50c89d113
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 08:25:48 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 08:25:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb5ea35

dev-tex/xcolor: build doc conditionnally to avoid cycles in the dependency chain. Bug #573530

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-tex/xcolor/xcolor-2.11.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
index a4e4cd4..14eff3f 100644
--- a/dev-tex/xcolor/xcolor-2.11.ebuild
+++ b/dev-tex/xcolor/xcolor-2.11.ebuild
@@ -11,15 +11,15 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 LICENSE="LPPL-1.2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
+IUSE="doc"
 
-RDEPEND="
-	dev-texlive/texlive-latex
-	dev-texlive/texlive-pstricks
-	dev-texlive/texlive-latexextra
-"
+RDEPEND="dev-texlive/texlive-latex"
 
 DEPEND="${RDEPEND}
+	doc? (
+		dev-texlive/texlive-pstricks
+		dev-texlive/texlive-latexextra
+	)
 	app-arch/unzip"
 
 S="${WORKDIR}/${PN}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-02-08 17:59 Alexis Ballier
  0 siblings, 0 replies; 17+ messages in thread
From: Alexis Ballier @ 2017-02-08 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     dbca25f70470eb3997f3f6ed9bcbb0ce8d8b114f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 17:59:03 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 17:59:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbca25f7

dev-tex/xcolor: Bump to 2.12

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tex/xcolor/Manifest           |  1 +
 dev-tex/xcolor/xcolor-2.12.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-tex/xcolor/Manifest b/dev-tex/xcolor/Manifest
index 836e109ffc..852f93f091 100644
--- a/dev-tex/xcolor/Manifest
+++ b/dev-tex/xcolor/Manifest
@@ -1 +1,2 @@
 DIST xcolor211.zip 745959 SHA256 509cc5725339caa2ea5d2fe75cd69e96bb8b95ba2d8c1294ed6915c171c9ab3d SHA512 bd504ad3ffce1e9c53dd8588e19568f673f92100a3aded5278ed6893525cc68e505eacce99b563bd94e8844ba6d3bc443c529a2d46505897daa6d30b6d61f430 WHIRLPOOL 25abb29d034a274f0f970534807ea139fbd452777046166bfa2e0f0ceb5fec6699cac79103503e97db13b4a39c55e46f0114de189d9b5b46840f2a71f64d84e2
+DIST xcolor212.zip 769972 SHA256 aca084293bff364d869b83bcfb30f779ab065c479e03b2f1027a022e275a026c SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e WHIRLPOOL a9a57943be4dccc1e6ff536b05b5e34fbe79b77714d2c14cfd5c0d27cc172b85a1e8d155230b74056ad288b84482a68bbf1a3706be53fcf6f5f6ebbd8d5d955a

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
new file mode 100644
index 0000000000..7ef1a07364
--- /dev/null
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit latex-package
+
+DESCRIPTION="xcolor -- easy driver-independent access to colors"
+HOMEPAGE="http://www.ukern.de/tex/xcolor.html"
+SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
+
+LICENSE="LPPL-1.2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-texlive/texlive-latex"
+
+DEPEND="${RDEPEND}
+	doc? (
+		dev-texlive/texlive-pstricks
+		dev-texlive/texlive-latexextra
+	)
+	app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+TEXMF="/usr/share/texmf-site"
+
+src_install() {
+	export VARTEXFONTS="${T}/fonts"
+
+	latex-package_src_install || die
+
+	dodoc README ChangeLog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-05-19  1:29 Michael Weber
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Weber @ 2017-05-19  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1239c3fb3aa330ad2f9f1371ef8615c24f6a0051
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 01:27:05 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri May 19 01:27:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1239c3fb

dev-tex/xcolor: add ~arm64 keyword.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index 2f1c02545ce..a41d501bde1 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-06-18 14:01 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2017-06-18 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3d5b6e4b4bc264c81a1bd439e93c8faae2b35127
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 13:58:56 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 13:58:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5b6e4b

dev-tex/xcolor: amd64 stable wrt bug #622000

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index ca06a89f6e9..14a21fe1a3c 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-06-20 14:56 Tobias Klausmann
  0 siblings, 0 replies; 17+ messages in thread
From: Tobias Klausmann @ 2017-06-20 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9820c93ccc74839cd284874b837a1d9db8d9dba5
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 14:52:25 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 14:52:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9820c93c

dev-tex/xcolor-2.12-r0: add alpha keyword

Gentoo-Bug: 622000

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index 14a21fe1a3c..c9dc4dc46c3 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-06-21 11:57 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2017-06-21 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bddd864737e31a9e9e0024ffea109aef02d264c0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 11:54:43 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 11:54:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddd8647

dev-tex/xcolor: ppc stable wrt bug #622000

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index c9dc4dc46c3..be20d2e5b2e 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-06-21 12:17 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2017-06-21 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     70b945d9e427ea158d2af52014a6bae89501e85f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 12:15:35 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 12:17:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b945d9

dev-tex/xcolor: ppc64 stable wrt bug #622000

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index be20d2e5b2e..8f4868e81dd 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-06-24 21:12 Sergei Trofimovich
  0 siblings, 0 replies; 17+ messages in thread
From: Sergei Trofimovich @ 2017-06-24 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e34188b80126b34cee493612f23777bf8239a699
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 21:12:14 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 21:12:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34188b8

dev-tex/xcolor: ia64 stable, bug #622000

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index 8f4868e81dd..ec1d11e1aa8 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2017-07-06  5:03 Markus Meier
  0 siblings, 0 replies; 17+ messages in thread
From: Markus Meier @ 2017-07-06  5:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a42f99f16fe705bc0dd012ee6d0a445871145971
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 05:03:13 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 05:03:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42f99f1

dev-tex/xcolor: arm stable, bug #622000

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index ec1d11e1aa8..411bd643ef4 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2018-03-21  6:48 Matt Turner
  0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2018-03-21  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a82bf6e4d658791e741558a58c0dd6a5025bc8c4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 06:48:03 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 06:48:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82bf6e4

dev-tex/xcolor-2.12: hppa stable, bug 622000

 dev-tex/xcolor/xcolor-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index 1d69ae7a54b..89eb0af7584 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2019-05-14 17:53 Aaron Bauman
  0 siblings, 0 replies; 17+ messages in thread
From: Aaron Bauman @ 2019-05-14 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4706537eb0edeb75c60c5c91888aad1fb4d3525a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 17:49:46 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 14 17:53:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4706537e

dev-tex/xcolor: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
index 3071962f1eb..d36d4c1c9af 100644
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ b/dev-tex/xcolor/xcolor-2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -11,7 +11,7 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-texlive/texlive-latex"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2019-05-31  1:24 Aaron Bauman
  0 siblings, 0 replies; 17+ messages in thread
From: Aaron Bauman @ 2019-05-31  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7ee3827356fd524db25546c0f5e4f14d264d7d9e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 01:11:07 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 31 01:24:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee38273

dev-tex/xcolor: drop old EAPI=0

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-tex/xcolor/Manifest           |  1 -
 dev-tex/xcolor/xcolor-2.11.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-tex/xcolor/Manifest b/dev-tex/xcolor/Manifest
index 642c4be2d1f..2af0515ba01 100644
--- a/dev-tex/xcolor/Manifest
+++ b/dev-tex/xcolor/Manifest
@@ -1,2 +1 @@
-DIST xcolor211.zip 745959 BLAKE2B 3eb312f4e06f96511e16828a38746a306d3f1132fbf93eab028b50787db215c054ddb8cb03a93dce48d4f0de330934ccfad4a70feb5f1357fec9f510dc35d7b2 SHA512 bd504ad3ffce1e9c53dd8588e19568f673f92100a3aded5278ed6893525cc68e505eacce99b563bd94e8844ba6d3bc443c529a2d46505897daa6d30b6d61f430
 DIST xcolor212.zip 769972 BLAKE2B 4d8b1dbf123fae07e6ecfdd90150d82b4932e64941598774d8bad4b009db15491d831bdaa03266a925724bac2d22bd28adf7e936f991d4d0d90a14de4ec81722 SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e

diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
deleted file mode 100644
index 6f7dcf0def5..00000000000
--- a/dev-tex/xcolor/xcolor-2.11.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit latex-package
-
-DESCRIPTION="xcolor -- easy driver-independent access to colors"
-HOMEPAGE="http://www.ukern.de/tex/xcolor.html"
-SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-texlive/texlive-latex"
-
-DEPEND="${RDEPEND}
-	doc? (
-		dev-texlive/texlive-pstricks
-		dev-texlive/texlive-latexextra
-	)
-	app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-TEXMF="/usr/share/texmf-site"
-
-src_install() {
-	export VARTEXFONTS="${T}/fonts"
-
-	latex-package_src_install || die
-
-	dodoc README ChangeLog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2019-08-03 18:50 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2019-08-03 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2337856d77451a28ce80860aff95347ed5915853
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 18:48:26 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 18:50:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2337856d

dev-tex/xcolor: fix USE="doc" compilation

Closes: https://bugs.gentoo.org/688664
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/xcolor/xcolor-2.12-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/dev-tex/xcolor/xcolor-2.12-r1.ebuild b/dev-tex/xcolor/xcolor-2.12-r1.ebuild
new file mode 100644
index 00000000000..c1c0591fdf3
--- /dev/null
+++ b/dev-tex/xcolor/xcolor-2.12-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package
+
+DESCRIPTION="Easy driver-independent access to colors"
+HOMEPAGE="http://www.ukern.de/tex/xcolor.html"
+SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
+
+LICENSE="LPPL-1.2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-texlive/texlive-latex"
+
+DEPEND="${RDEPEND}
+	doc? (
+		dev-texlive/texlive-pstricks
+		dev-texlive/texlive-latexextra
+	)"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+TEXMF="/usr/share/texmf-site"
+
+src_prepare() {
+	if has_version '>=dev-texlive/texlive-latexrecommended-2019'; then
+		#sty filename has been changed in tl2019
+		sed -i -e s#fvrb-ex#fancyvrb-ex# xcolor.dtx || die
+	fi
+	default
+}
+
+src_install() {
+	export VARTEXFONTS="${T}/fonts"
+
+	latex-package_src_install
+
+	dodoc README ChangeLog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2019-08-03 18:50 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2019-08-03 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     74ae051fd01050a7c900fc97dbd70783a98eeaaf
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 18:49:44 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 18:50:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ae051f

dev-tex/xcolor: Drop old

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

 dev-tex/xcolor/xcolor-2.12.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-tex/xcolor/xcolor-2.12.ebuild b/dev-tex/xcolor/xcolor-2.12.ebuild
deleted file mode 100644
index d36d4c1c9af..00000000000
--- a/dev-tex/xcolor/xcolor-2.12.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit latex-package
-
-DESCRIPTION="xcolor -- easy driver-independent access to colors"
-HOMEPAGE="http://www.ukern.de/tex/xcolor.html"
-SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-texlive/texlive-latex"
-
-DEPEND="${RDEPEND}
-	doc? (
-		dev-texlive/texlive-pstricks
-		dev-texlive/texlive-latexextra
-	)
-	app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-TEXMF="/usr/share/texmf-site"
-
-src_install() {
-	export VARTEXFONTS="${T}/fonts"
-
-	latex-package_src_install || die
-
-	dodoc README ChangeLog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
@ 2019-12-01  8:45 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2019-12-01  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5286cc0b5d4e79d00ea2cb9e9e340a6725f58fc2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 08:43:32 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 08:45:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5286cc0b

dev-tex/xcolor: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/xcolor/Manifest              |  1 -
 dev-tex/xcolor/metadata.xml          |  8 -------
 dev-tex/xcolor/xcolor-2.12-r1.ebuild | 45 ------------------------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-tex/xcolor/Manifest b/dev-tex/xcolor/Manifest
deleted file mode 100644
index 2af0515ba01..00000000000
--- a/dev-tex/xcolor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xcolor212.zip 769972 BLAKE2B 4d8b1dbf123fae07e6ecfdd90150d82b4932e64941598774d8bad4b009db15491d831bdaa03266a925724bac2d22bd28adf7e936f991d4d0d90a14de4ec81722 SHA512 66255b29aa7d2eb11239fa9ce1a12e2b9397028d84b1503fb5bbf06276b597263224eccd064f1e87f7bdb2e96b0ae2d564bb7cb99b92907ccfc2468492a3479e

diff --git a/dev-tex/xcolor/metadata.xml b/dev-tex/xcolor/metadata.xml
deleted file mode 100644
index 13170c3184d..00000000000
--- a/dev-tex/xcolor/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>tex@gentoo.org</email>
-	<name>Gentoo TeX Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-tex/xcolor/xcolor-2.12-r1.ebuild b/dev-tex/xcolor/xcolor-2.12-r1.ebuild
deleted file mode 100644
index c71b621bf3e..00000000000
--- a/dev-tex/xcolor/xcolor-2.12-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit latex-package
-
-DESCRIPTION="Easy driver-independent access to colors"
-HOMEPAGE="http://www.ukern.de/tex/xcolor.html"
-SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-texlive/texlive-latex"
-
-DEPEND="${RDEPEND}
-	doc? (
-		dev-texlive/texlive-pstricks
-		dev-texlive/texlive-latexextra
-	)"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-TEXMF="/usr/share/texmf-site"
-
-src_prepare() {
-	if has_version '>=dev-texlive/texlive-latexrecommended-2019'; then
-		#sty filename has been changed in tl2019
-		sed -i -e s#fvrb-ex#fancyvrb-ex# xcolor.dtx || die
-	fi
-	default
-}
-
-src_install() {
-	export VARTEXFONTS="${T}/fonts"
-
-	latex-package_src_install
-
-	dodoc README ChangeLog
-}


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

end of thread, other threads:[~2019-12-01  8:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30 12:31 [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2016-02-01  8:26 Alexis Ballier
2016-02-01  8:26 Alexis Ballier
2017-02-08 17:59 Alexis Ballier
2017-05-19  1:29 Michael Weber
2017-06-18 14:01 Agostino Sarubbo
2017-06-20 14:56 Tobias Klausmann
2017-06-21 11:57 Agostino Sarubbo
2017-06-21 12:17 Agostino Sarubbo
2017-06-24 21:12 Sergei Trofimovich
2017-07-06  5:03 Markus Meier
2018-03-21  6:48 Matt Turner
2019-05-14 17:53 Aaron Bauman
2019-05-31  1:24 Aaron Bauman
2019-08-03 18:50 Mikle Kolyada
2019-08-03 18:50 Mikle Kolyada
2019-12-01  8:45 Mikle Kolyada

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