[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-09-23 Thread Vladimir Smirnov
commit: b33e5526ee0b061a0d66e3ded531bba8b03fa262
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Sun Sep 23 14:07:12 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Sun Sep 23 14:08:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33e5526

dev-db/clickhouse: version bump to 18.12.17

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-db/clickhouse/Manifest   |   1 +
 dev-db/clickhouse/clickhouse-18.12.17.ebuild | 200 +++
 2 files changed, 201 insertions(+)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index ec4cb8144ab..88d7b942244 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,3 +1,4 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
 DIST clickhouse-18.10.3.tar.gz 6136661 BLAKE2B 
5564bbe85f4ca43f18df702148af0e4e5b5a8826994d90f29beb3a37cdbeb36f9d3ec77d9c7bc6f843e7586e5441aeb0937548eb5eb61d27cecc5790d8c21a5b
 SHA512 
c78386922388cf910a995b569724eb22fc41ab60e765a4d3644c4a48d8b9a67ef28b7e375186b2eb00c43b4f06e90783084f4ac4d3789f1b6e4251ee30e8833c
+DIST clickhouse-18.12.17.tar.gz 6495521 BLAKE2B 
00dfb823b9e36923beb50a88bee88af3918bedc7b20079785699a42e36e52f32739f786bd78c5b350f58ae59251e3846da6202d04e24e9a750c92e16065cc395
 SHA512 
876c5fb6011c65b8ec201126678dad6f5de3430b7d320316ced5c6d22e8086ce337d20b73badbd053bf141097b8fe6cd94910ed607b4bbedb681cfa7921d1fb6
 DIST clickhouse-18.6.0.tar.gz 5852534 BLAKE2B 
5634fd26907b21d4a35cff3ed816696205be4aff1cdd1acfe222e24214b1842eb18a4e499e888b0d92b78f5c3023c2962a385af2c0ea889055e473dfa0198bf5
 SHA512 
e8ea2d4457122513cad47b1cdb2a58dd2ffaec77a7a08bf82179aca12a369d39970520a995bb5db2e5ea4b0939da827b7d4b1f3929cf71c149c965438ebb3633

diff --git a/dev-db/clickhouse/clickhouse-18.12.17.ebuild 
b/dev-db/clickhouse/clickhouse-18.12.17.ebuild
new file mode 100644
index 000..40f986b3e90
--- /dev/null
+++ b/dev-db/clickhouse/clickhouse-18.12.17.ebuild
@@ -0,0 +1,200 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils systemd toolchain-funcs user
+
+DESCRIPTION="An OSS column-oriented database management system for real-time 
data analysis"
+HOMEPAGE="https://clickhouse.yandex;
+LICENSE="Apache-2.0"
+
+MY_PN="ClickHouse"
+TYPE="stable"
+
+CCTZ_COMMIT="4f9776a"
+SRC_URI="https://github.com/yandex/${MY_PN}/archive/v${PV}-${TYPE}.tar.gz -> 
${P}.tar.gz
+   https://github.com/google/cctz/archive/${CCTZ_COMMIT}.tar.gz -> 
cctz-${CCTZ_COMMIT}.tar.gz
+"
+
+SLOT="0/${TYPE}"
+IUSE="+client cpu_flags_x86_sse4_2 +server debug doc kafka mongodb mysql 
static test tools"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="
+   server? ( cpu_flags_x86_sse4_2 )
+   static? ( client server tools )
+"
+
+RDEPEND="
+   dev-libs/re2:0=
+   !static? (
+   >=app-arch/lz4-1.8.0:=
+   >=app-arch/zstd-1.3.4:=
+   client? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+
+   dev-libs/double-conversion
+   dev-libs/capnproto
+   dev-libs/libltdl:0
+   sys-libs/libunwind:7
+   sys-libs/zlib
+   || (
+   dev-db/unixODBC
+   dev-libs/poco[odbc]
+   )
+   dev-libs/icu:=
+   dev-libs/glib
+   >=dev-libs/boost-1.65.0:=
+   dev-libs/openssl:0=
+   kafka? ( dev-libs/librdkafka:= )
+   mysql? ( virtual/libmysqlclient )
+   )
+
+   >=dev-libs/poco-1.9.0
+   dev-libs/libpcre
+"
+
+DEPEND="${RDEPEND}
+   doc? ( >=dev-python/mkdocs-1.0.1 )
+   static? (
+   >=app-arch/lz4-1.8.0[static-libs]
+   >=app-arch/zstd-1.3.4[static-libs]
+   client? (
+   sys-libs/ncurses:0=[static-libs]
+   sys-libs/readline:0=[static-libs]
+   )
+   dev-libs/double-conversion[static-libs]
+   dev-libs/capnproto[static-libs]
+   dev-libs/libltdl[static-libs]
+   sys-libs/libunwind:7[static-libs]
+   sys-libs/zlib[static-libs]
+   || (
+   dev-db/unixODBC[static-libs]
+   dev-libs/poco[odbc]
+   )
+   dev-libs/icu[static-libs]
+   dev-libs/glib[static-libs]
+   >=dev-libs/boost-1.6

[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-08-15 Thread Vladimir Smirnov
commit: ee16dc66a0b224c093de46496e53623f6a836eca
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Wed Aug 15 22:14:08 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Wed Aug 15 22:14:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee16dc66

dev-db/clickhouse: version bump to 18.10.3

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-db/clickhouse/Manifest  |   1 +
 dev-db/clickhouse/clickhouse-18.10.3.ebuild | 200 
 2 files changed, 201 insertions(+)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index 4c001bd9400..ec4cb8144ab 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,3 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
+DIST clickhouse-18.10.3.tar.gz 6136661 BLAKE2B 
5564bbe85f4ca43f18df702148af0e4e5b5a8826994d90f29beb3a37cdbeb36f9d3ec77d9c7bc6f843e7586e5441aeb0937548eb5eb61d27cecc5790d8c21a5b
 SHA512 
c78386922388cf910a995b569724eb22fc41ab60e765a4d3644c4a48d8b9a67ef28b7e375186b2eb00c43b4f06e90783084f4ac4d3789f1b6e4251ee30e8833c
 DIST clickhouse-18.6.0.tar.gz 5852534 BLAKE2B 
5634fd26907b21d4a35cff3ed816696205be4aff1cdd1acfe222e24214b1842eb18a4e499e888b0d92b78f5c3023c2962a385af2c0ea889055e473dfa0198bf5
 SHA512 
e8ea2d4457122513cad47b1cdb2a58dd2ffaec77a7a08bf82179aca12a369d39970520a995bb5db2e5ea4b0939da827b7d4b1f3929cf71c149c965438ebb3633

diff --git a/dev-db/clickhouse/clickhouse-18.10.3.ebuild 
b/dev-db/clickhouse/clickhouse-18.10.3.ebuild
new file mode 100644
index 000..fa20957d269
--- /dev/null
+++ b/dev-db/clickhouse/clickhouse-18.10.3.ebuild
@@ -0,0 +1,200 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils systemd toolchain-funcs user
+
+DESCRIPTION="An OSS column-oriented database management system for real-time 
data analysis"
+HOMEPAGE="https://clickhouse.yandex;
+LICENSE="Apache-2.0"
+
+MY_PN="ClickHouse"
+TYPE="stable"
+
+CCTZ_COMMIT="4f9776a"
+SRC_URI="https://github.com/yandex/${MY_PN}/archive/v${PV}-${TYPE}.tar.gz -> 
${P}.tar.gz
+   https://github.com/google/cctz/archive/${CCTZ_COMMIT}.tar.gz -> 
cctz-${CCTZ_COMMIT}.tar.gz
+"
+
+SLOT="0/${TYPE}"
+IUSE="+client cpu_flags_x86_sse4_2 +server debug doc kafka mongodb mysql 
static test tools zookeeper"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="
+   server? ( cpu_flags_x86_sse4_2 )
+   static? ( client server tools )
+"
+
+RDEPEND="
+   dev-libs/re2:0=
+   !static? (
+   >=app-arch/lz4-1.8.0:=
+   >=app-arch/zstd-1.3.4:=
+   client? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+
+   dev-libs/double-conversion
+   dev-libs/capnproto
+   dev-libs/libltdl:0
+   sys-libs/libunwind:7
+   sys-libs/zlib
+   || (
+   dev-db/unixODBC
+   dev-libs/poco[odbc]
+   )
+   dev-libs/icu:=
+   dev-libs/glib
+   >=dev-libs/boost-1.65.0:=
+   dev-libs/openssl:0=
+   dev-libs/zookeeper-c
+   kafka? ( dev-libs/librdkafka:= )
+   mysql? ( virtual/libmysqlclient )
+   )
+
+   >=dev-libs/poco-1.9.0
+   dev-libs/libpcre
+"
+
+DEPEND="${RDEPEND}
+   doc? ( >=dev-python/mkdocs-1.0.1 )
+   static? (
+   >=app-arch/lz4-1.8.0[static-libs]
+   >=app-arch/zstd-1.3.4[static-libs]
+   client? (
+   sys-libs/ncurses:0=[static-libs]
+   sys-libs/readline:0=[static-libs]
+   )
+   dev-libs/double-conversion[static-libs]
+   dev-libs/capnproto[static-libs]
+   dev-libs/libltdl[static-libs]
+   sys-libs/libunwind:7[static-libs]
+   sys-libs/zlib[static-libs]
+   || (
+   dev-db/unixODBC[static-libs]
+   dev-libs/poco[odbc]
+   )
+   dev-libs/icu[static-libs]
+   dev-libs/glib[static-libs]
+   >=dev-libs/boost-1.65.0[static-libs]
+   dev-libs/openssl[static-libs]
+   dev-libs/zookeeper-c[static-libs]
+   virtual/libmysqlclient[static-libs]
+   kafka? ( dev-libs/librdkafka[static-libs] )
+   )
+
+   sys-libs/libtermcap-c

[gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs/

2018-08-15 Thread Vladimir Smirnov
commit: 05413ee3648af6cbff032f72a2fda6d7cac8a7a3
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Wed Aug 15 22:04:56 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Wed Aug 15 22:04:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05413ee3

dev-python/mkdocs: version bump to 1.0.1

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-python/mkdocs/Manifest|  1 +
 dev-python/mkdocs/mkdocs-1.0.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/mkdocs/Manifest b/dev-python/mkdocs/Manifest
index 56bc74575f8..2533bf833b4 100644
--- a/dev-python/mkdocs/Manifest
+++ b/dev-python/mkdocs/Manifest
@@ -1,2 +1,3 @@
 DIST mkdocs-0.15.3.tar.gz 1805972 BLAKE2B 
e6619fa0bd14fefe96de5abeb9243369b1419e7018705ac6a6d58fcb40c01aff380c3b4ca514af0a25da90092f39776abe42d19a67f7e86780c5c4111884b230
 SHA512 
e5b72eb56dcc2fe2be154155af15845a7d0fc06d6176f1c6b2bb54e8673d207146bdd92b37a709d72c1d59fcc76a793e6fed5d7fb6d9008f28d43baa17e446f8
 DIST mkdocs-0.17.4.tar.gz 1830194 BLAKE2B 
be3877459ae4a5a88b40b2ab4beb2174c67d11a266a48cbcd37432c53df49f11aae3f923485f483744128483c7009f5f46a875924bd8409ec846f5d3387e1a68
 SHA512 
b9e2415cfaa317c4ec48dc2f54be55d2a630349cfc150f26d807015616853e2ea8937b247713a1a732626bedc807b542dbcd8e23d6ea70edb1e971abd20dd74b
+DIST mkdocs-1.0.1.tar.gz 1589767 BLAKE2B 
54f7a33c166fa44b9471069db45436e1381d451470fea4ed11de1cabc0cead3508bffbaf2303d33904ef0bee8f81cfbdacb0fd095ee53d6fa7c09f33274c03af
 SHA512 
9f6b1ff5922fb58783d70f3912bb0170f927ba0160f5e48f71db2d267030208bd50997f14f4626fbfce891ddce7f97747ba05100ea96cdc24609341d382f039a

diff --git a/dev-python/mkdocs/mkdocs-1.0.1.ebuild 
b/dev-python/mkdocs/mkdocs-1.0.1.ebuild
new file mode 100644
index 000..87b86e77cdb
--- /dev/null
+++ b/dev-python/mkdocs/mkdocs-1.0.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Project documentation with Markdown."
+HOMEPAGE="http://www.mkdocs.org;
+SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+   ${CDEPEND}
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/click-3.3[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+   >=dev-python/livereload-2.5.1[${PYTHON_USEDEP}]
+   >=dev-python/markdown-2.5[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-bootstrap-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-bootswatch-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   default
+
+   # mkdocs works fine with torando 5 on Python 2.7 and 3.4+:
+   # See https://github.com/mkdocs/mkdocs/pull/1427#issuecomment-371818250
+   sed -i 's#tornado>=4.1,<5.0#tornado>=4.1#' "${S}"/setup.py || die 
"Failed to fix tornado version"
+}
+
+python_test() {
+   nosetests mkdocs/tests || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-08-03 Thread Vladimir Smirnov
commit: bcc9b126684096fc3f32f0b45fa81ed15c6c52e4
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Aug  3 22:49:03 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Fri Aug  3 22:49:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc9b126

dev-db/clickhouse: version bump to 18.6.0

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-db/clickhouse/Manifest  | 2 +-
 .../clickhouse/{clickhouse-18.4.0.ebuild => clickhouse-18.6.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index b468f26715a..4c001bd9400 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-18.4.0.tar.gz 5820131 BLAKE2B 
4f64f239c765a201e25f6f44c6669256758f61132387de542d4a33eb98a8871222bd7b4a0e719590c4e1d40f82c1d0df844d66d7b37a84449583b20c70ba2cdf
 SHA512 
5ffc2ad13472098d442cd8fd1e3b2a251b30cdbded7ee58e5fd6513bf091f1b1098f3b0d7561d08d3983bfc1edb5cff662a2f04282832dd5aca74697591f699f
+DIST clickhouse-18.6.0.tar.gz 5852534 BLAKE2B 
5634fd26907b21d4a35cff3ed816696205be4aff1cdd1acfe222e24214b1842eb18a4e499e888b0d92b78f5c3023c2962a385af2c0ea889055e473dfa0198bf5
 SHA512 
e8ea2d4457122513cad47b1cdb2a58dd2ffaec77a7a08bf82179aca12a369d39970520a995bb5db2e5ea4b0939da827b7d4b1f3929cf71c149c965438ebb3633

diff --git a/dev-db/clickhouse/clickhouse-18.4.0.ebuild 
b/dev-db/clickhouse/clickhouse-18.6.0.ebuild
similarity index 100%
rename from dev-db/clickhouse/clickhouse-18.4.0.ebuild
rename to dev-db/clickhouse/clickhouse-18.6.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-07-29 Thread Vladimir Smirnov
commit: 174ba7f21ce477a1f1d90d2aea6ccd06fa1e6fd3
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Sun Jul 29 22:05:01 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Sun Jul 29 22:05:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ba7f2

dev-db/clickhouse: version bump to 18.4.0

Upstream changed version schema, now it's Year.MajorRelease.BugFix

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-db/clickhouse/Manifest  | 2 +-
 .../{clickhouse-1.1.54394.ebuild => clickhouse-18.4.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index c7148fce40b..b468f26715a 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-1.1.54394.tar.gz 5627145 BLAKE2B 
7ea84171eab77d2c9c24f28674c1c53a9bddd897c65531907589470cf1a8b5c346aa9cfa6f1ef64310f64b7a765c2645917c68856ce50428ce4f6c7e0457cf5e
 SHA512 
55093c9eee477ab9fa5290fff0b3643cbc7f348ed484a487672b78d25016a0480df33b0979b7bd5b9deef5da827f245398a8c593403926b07bb1b36f8404a5be
+DIST clickhouse-18.4.0.tar.gz 5820131 BLAKE2B 
4f64f239c765a201e25f6f44c6669256758f61132387de542d4a33eb98a8871222bd7b4a0e719590c4e1d40f82c1d0df844d66d7b37a84449583b20c70ba2cdf
 SHA512 
5ffc2ad13472098d442cd8fd1e3b2a251b30cdbded7ee58e5fd6513bf091f1b1098f3b0d7561d08d3983bfc1edb5cff662a2f04282832dd5aca74697591f699f

diff --git a/dev-db/clickhouse/clickhouse-1.1.54394.ebuild 
b/dev-db/clickhouse/clickhouse-18.4.0.ebuild
similarity index 100%
rename from dev-db/clickhouse/clickhouse-1.1.54394.ebuild
rename to dev-db/clickhouse/clickhouse-18.4.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-07-18 Thread Vladimir Smirnov
commit: 1471da56c87d7114c24f7c1558a095636ff2d8d7
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Wed Jul 18 20:27:08 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Wed Jul 18 20:27:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1471da56

dev-db/clickhouse: version bump to 1.1.54394

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-db/clickhouse/Manifest|  2 +-
 ...lickhouse-1.1.54390.ebuild => clickhouse-1.1.54394.ebuild} | 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index 5c14410032d..c7148fce40b 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-1.1.54390.tar.gz 5619103 BLAKE2B 
dac861ee2a4c1326485f5d98b0f6d7b41b32ea43f7b45e5cccf54761c5de72b6805324d1a18f3aa4eea655c055e87cbba6ad39bc55087d6c5ed1d7d9564f27a4
 SHA512 
09c7a87291555f85534f5560add9dc702a98f38f2679e2c9642607c6f2c25801b1865625d4fa2109fe94873bfa5fd992f7a4d70fb19a03e5e1cb8289c124ac5e
+DIST clickhouse-1.1.54394.tar.gz 5627145 BLAKE2B 
7ea84171eab77d2c9c24f28674c1c53a9bddd897c65531907589470cf1a8b5c346aa9cfa6f1ef64310f64b7a765c2645917c68856ce50428ce4f6c7e0457cf5e
 SHA512 
55093c9eee477ab9fa5290fff0b3643cbc7f348ed484a487672b78d25016a0480df33b0979b7bd5b9deef5da827f245398a8c593403926b07bb1b36f8404a5be

diff --git a/dev-db/clickhouse/clickhouse-1.1.54390.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54394.ebuild
similarity index 95%
rename from dev-db/clickhouse/clickhouse-1.1.54390.ebuild
rename to dev-db/clickhouse/clickhouse-1.1.54394.ebuild
index 643b68fe3dc..734544c61da 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54390.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54394.ebuild
@@ -50,7 +50,7 @@ RDEPEND="
)
dev-libs/icu:=
dev-libs/glib
-   dev-libs/boost:=
+   >=dev-libs/boost-1.65.0:=
dev-libs/openssl:0=
dev-libs/zookeeper-c
kafka? ( dev-libs/librdkafka:= )
@@ -81,7 +81,7 @@ DEPEND="${RDEPEND}
)
dev-libs/icu[static-libs]
dev-libs/glib[static-libs]
-   dev-libs/boost[static-libs]
+   >=dev-libs/boost-1.65.0[static-libs]
dev-libs/openssl[static-libs]
dev-libs/zookeeper-c[static-libs]
virtual/libmysqlclient[static-libs]
@@ -90,6 +90,7 @@ DEPEND="${RDEPEND}
 
sys-libs/libtermcap-compat
dev-util/patchelf
+   >=sys-devel/lld-6.0.0
|| (
>=sys-devel/gcc-7.0
>=sys-devel/clang-6.0
@@ -178,11 +179,11 @@ src_install() {
fi
 
if use doc; then
-   pushd "${S}/docs" || die "Failed to enter docs build directory"
-   ./build.sh || die "Failed to build docs"
+   pushd "${S}/docs/tools" || die "Failed to enter docs build 
directory"
+   ./build.py || die "Failed to build docs"
popd || die "Failed to exit docs build directory"
 
-   dodoc -r "${S}/docs/build/docs"
+   dodoc -r "${S}/docs/build"
fi
 
if use server; then



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-07-10 Thread Vladimir Smirnov
commit: 84875fd3f060f7440cc4ebf8d79c18be3f3ce3cb
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Tue Jul 10 21:09:06 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Tue Jul 10 21:09:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84875fd3

dev-db/clickhouse: version bump to 1.1.54390

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-db/clickhouse/Manifest   | 2 +-
 .../{clickhouse-1.1.54388.ebuild => clickhouse-1.1.54390.ebuild} | 5 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index 8eaeb040288..5c14410032d 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-1.1.54388.tar.gz 5608073 BLAKE2B 
b64fd5b794da3e7eba028be9cd79f6e143a1c7534373ffd69135e3ea0d2518f6dff730dd912991943bd6cee497bd62938198647cec780697d6e77aa0b935bb9c
 SHA512 
69eb294df9a9e61a095e631847e2ba9f98060400aad52306f0e673b90bd31320bf72b0e945033885e42e880caf46d2e49241790e903a1d6994d6070c0ac62a96
+DIST clickhouse-1.1.54390.tar.gz 5619103 BLAKE2B 
dac861ee2a4c1326485f5d98b0f6d7b41b32ea43f7b45e5cccf54761c5de72b6805324d1a18f3aa4eea655c055e87cbba6ad39bc55087d6c5ed1d7d9564f27a4
 SHA512 
09c7a87291555f85534f5560add9dc702a98f38f2679e2c9642607c6f2c25801b1865625d4fa2109fe94873bfa5fd992f7a4d70fb19a03e5e1cb8289c124ac5e

diff --git a/dev-db/clickhouse/clickhouse-1.1.54388.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54390.ebuild
similarity index 96%
rename from dev-db/clickhouse/clickhouse-1.1.54388.ebuild
rename to dev-db/clickhouse/clickhouse-1.1.54390.ebuild
index 09bc728e219..643b68fe3dc 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54388.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54390.ebuild
@@ -148,6 +148,7 @@ src_unpack() {
 src_configure() {
local mycmakeargs=(
-DENABLE_POCO_MONGODB="$(usex mongodb)"
+   -DENABLE_RDKAFKA="$(usex kafka)"
-DENABLE_TESTS="$(usex test)"
-DUSE_STATIC_LIBRARIES="$(usex static)"
-DMAKE_STATIC_LIBRARIES="$(usex static)"
@@ -157,7 +158,9 @@ src_configure() {
-DENABLE_CLICKHOUSE_LOCAL="$(usex tools)"
-DENABLE_CLICKHOUSE_BENCHMARK="$(usex tools)"
-DENABLE_CLICKHOUSE_PERFORMANCE="$(usex tools)"
-   -DENABLE_CLICKHOUSE_TOOLS="$(usex tools)"
+   -DENABLE_CLICKHOUSE_EXTRACT_FROM_CONFIG="$(usex tools)"
+   -DENABLE_CLICKHOUSE_COMPRESSOR="$(usex tools)"
+   -DENABLE_CLICKHOUSE_COPIER="$(usex tools)"
-DENABLE_CLICKHOUSE_COPIER="$(usex tools)"
-DENABLE_CLICKHOUSE_ALL=OFF
-DUSE_INTERNAL_CITYHASH_LIBRARY=ON # Clickhouse explicitly 
requires bundled patched cityhash



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/files/, dev-db/clickhouse/

2018-06-29 Thread Vladimir Smirnov
commit: 7b94e297700033dc4fd0331280e5717b48cff9a2
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Jun 29 18:28:55 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Fri Jun 29 18:28:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b94e297

dev-db/clickhouse: version bump to 1.1.54388

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/clickhouse/Manifest |  2 +-
 ...54385-r1.ebuild => clickhouse-1.1.54388.ebuild} |  1 -
 .../files/clickhouse-concatenate-python3.patch | 38 --
 3 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index 1247154568d..8eaeb040288 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,2 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
-DIST clickhouse-1.1.54385.tar.gz 5833821 BLAKE2B 
48441aa28dd03c0b3282fe577849902ba29eded5dc90fe83159fdce3be1f93a6e48e48049e62febc2272f9b7ca1c143c1021900daaae9e5b43eab229418becff
 SHA512 
eb3c02e6a094221374eca70b6cf6020414f31cbb196a521214d3c31b4266f5f251d431460025d9e644c83d61a3aa7ac2c266c9fa14db312ce42aa0cc8fc20d7c
+DIST clickhouse-1.1.54388.tar.gz 5608073 BLAKE2B 
b64fd5b794da3e7eba028be9cd79f6e143a1c7534373ffd69135e3ea0d2518f6dff730dd912991943bd6cee497bd62938198647cec780697d6e77aa0b935bb9c
 SHA512 
69eb294df9a9e61a095e631847e2ba9f98060400aad52306f0e673b90bd31320bf72b0e945033885e42e880caf46d2e49241790e903a1d6994d6070c0ac62a96

diff --git a/dev-db/clickhouse/clickhouse-1.1.54385-r1.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54388.ebuild
similarity index 98%
rename from dev-db/clickhouse/clickhouse-1.1.54385-r1.ebuild
rename to dev-db/clickhouse/clickhouse-1.1.54388.ebuild
index dbab7e9ea07..09bc728e219 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54385-r1.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54388.ebuild
@@ -96,7 +96,6 @@ DEPEND="${RDEPEND}
)
 "
 
-PATCHES=( ${FILESDIR}/clickhouse-concatenate-python3.patch )
 S="${WORKDIR}/${MY_PN}-${PV}-${TYPE}"
 
 _clang_fullversion() {

diff --git a/dev-db/clickhouse/files/clickhouse-concatenate-python3.patch 
b/dev-db/clickhouse/files/clickhouse-concatenate-python3.patch
deleted file mode 100644
index 155ec758a74..000
--- a/dev-db/clickhouse/files/clickhouse-concatenate-python3.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 ClickHouse-1.1.54381-stable/docs/concatenate.py.bak2018-05-20 
20:30:45.958356001 +0200
-+++ ClickHouse-1.1.54381-stable/docs/concatenate.py2018-05-20 
20:45:29.442341203 +0200
-@@ -20,12 +20,12 @@
- import os
- 
- if len(sys.argv) < 2:
--print "Usage: concatenate.py language_dir"
--print "Example: concatenate.py ru"
-+print("Usage: concatenate.py language_dir")
-+print("Example: concatenate.py ru")
- sys.exit(1)
- 
- if not os.path.exists(sys.argv[1]):
--print "Pass language_dir correctly. For example, 'ru'."
-+print("Pass language_dir correctly. For example, 'ru'.")
- sys.exit(2)
- 
- # Configuration
-@@ -43,8 +43,8 @@
- path = (l[l.index(':') + 1:]).strip(" '\n")
- files_to_concatenate.append(path)
- 
--print str(len(files_to_concatenate)) + " files will be concatenated into 
single md-file.\nFiles:"
--print files_to_concatenate
-+print(str(len(files_to_concatenate)) + " files will be concatenated into 
single md-file.\nFiles:")
-+print(files_to_concatenate)
- 
- # 2. Concatenate all of the files in the list
- 
-@@ -68,7 +68,7 @@
- if sharp_pos > -1:
- return '[' + text + '](' + link[sharp_pos:] + ')'
- else:
--print 'ERROR: Link [' + text + '](' + link + ') in file ' + 
path + ' has no anchor. Please provide it.'
-+print('ERROR: Link [' + text + '](' + link + ') in file ' + 
path + ' has no anchor. Please provide it.')
- # return '['+text+'](#'+link.replace('/','-')+')'
- 
- for l in file:



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-06-26 Thread Vladimir Smirnov
commit: 3378ded246399adec757e1d5693291322e91f695
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Tue Jun 26 21:44:14 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Tue Jun 26 21:44:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3378ded2

dev-db/clickhouse: unbundle librdkafka, lz4 and zstd

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/clickhouse/Manifest   |  3 ---
 ...e-1.1.54385.ebuild => clickhouse-1.1.54385-r1.ebuild} | 16 +++-
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
index a964c44a4cb..1247154568d 100644
--- a/dev-db/clickhouse/Manifest
+++ b/dev-db/clickhouse/Manifest
@@ -1,5 +1,2 @@
 DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
 DIST clickhouse-1.1.54385.tar.gz 5833821 BLAKE2B 
48441aa28dd03c0b3282fe577849902ba29eded5dc90fe83159fdce3be1f93a6e48e48049e62febc2272f9b7ca1c143c1021900daaae9e5b43eab229418becff
 SHA512 
eb3c02e6a094221374eca70b6cf6020414f31cbb196a521214d3c31b4266f5f251d431460025d9e644c83d61a3aa7ac2c266c9fa14db312ce42aa0cc8fc20d7c
-DIST librdkafka-c3d50eb.tar.gz 1869491 BLAKE2B 
6b4a1695226d9328033c9cb7db8cd4f80db92b38abce2639db2ebac4511146d0343967d4d6342ed13f13eab07d4b32bc72acd02d5bdec1a5e1da3e2be02e2b2d
 SHA512 
47fd12a2a9c14c986f331abf0df12c782e5f803c2bce86a9eab17977d444230ce4c5e8921e112127b1c51b40fc914e14e20269d65058ecf53991d09997ae172b
-DIST lz4-c10863b.tar.gz 223026 BLAKE2B 
c5cccac2f9e86f8bc7986cc283bfb969445e0edf35f78dbd880f56c191c172c6c314353e66a056acb461cfb657441662e23daa755c6e3071ff4ac328f79ab7a8
 SHA512 
97c460ceb48ebbf8832459f2315e08e62832a861d055c5fc78848091feb5c25f175d91e364d14633ca66353d9bd64de5161dfbe6bc1aeb526c5cb62ceab9c63c
-DIST zstd-2555975.tar.gz 2062067 BLAKE2B 
cfd4eb221a94b1c6bd4f8950ee6e1511f9b773f61a68ada33781c5fed3f3f664820135b074810721cbdfad524aff6d54c2f017aa6b3ec9efcdf09c29aec90219
 SHA512 
7320149560095a348f0c98f22ed4a8247c32a2e66ef3098039a4d5520b4cb8893ff799e51fb45716594c5ed609752eee6454faa3ddfbb4cab3a46330544eaa19

diff --git a/dev-db/clickhouse/clickhouse-1.1.54385.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54385-r1.ebuild
similarity index 85%
rename from dev-db/clickhouse/clickhouse-1.1.54385.ebuild
rename to dev-db/clickhouse/clickhouse-1.1.54385-r1.ebuild
index e6a7d377a71..dbab7e9ea07 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54385-r1.ebuild
@@ -15,14 +15,9 @@ MY_PN="ClickHouse"
 TYPE="stable"
 
 CCTZ_COMMIT="4f9776a"
-LIBRDKAFKA_COMMIT="c3d50eb"
-LZ4_COMMIT="c10863b"
 ZSTD_COMMIT="2555975"
 SRC_URI="https://github.com/yandex/${MY_PN}/archive/v${PV}-${TYPE}.tar.gz -> 
${P}.tar.gz
https://github.com/google/cctz/archive/${CCTZ_COMMIT}.tar.gz -> 
cctz-${CCTZ_COMMIT}.tar.gz
-   
https://github.com/edenhill/librdkafka/archive/${LIBRDKAFKA_COMMIT}.tar.gz -> 
librdkafka-${LIBRDKAFKA_COMMIT}.tar.gz
-   https://github.com/lz4/lz4/archive/${LZ4_COMMIT}.tar.gz -> 
lz4-${LZ4_COMMIT}.tar.gz
-   https://github.com/facebook/zstd/archive/${ZSTD_COMMIT}.tar.gz -> 
zstd-${ZSTD_COMMIT}.tar.gz
 "
 
 SLOT="0/${TYPE}"
@@ -37,6 +32,8 @@ REQUIRED_USE="
 RDEPEND="
dev-libs/re2:0=
!static? (
+   >=app-arch/lz4-1.8.0:=
+   >=app-arch/zstd-1.3.4:=
client? (
sys-libs/ncurses:0=
sys-libs/readline:0=
@@ -56,6 +53,7 @@ RDEPEND="
dev-libs/boost:=
dev-libs/openssl:0=
dev-libs/zookeeper-c
+   kafka? ( dev-libs/librdkafka:= )
mysql? ( virtual/libmysqlclient )
)
 
@@ -66,6 +64,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
doc? ( >=dev-python/mkdocs-0.17.3 )
static? (
+   >=app-arch/lz4-1.8.0[static-libs]
+   >=app-arch/zstd-1.3.4[static-libs]
client? (
sys-libs/ncurses:0=[static-libs]
sys-libs/readline:0=[static-libs]
@@ -85,6 +85,7 @@ DEPEND="${RDEPEND}
dev-libs/openssl[static-libs]
dev-libs/zookeeper-c[static-libs]
virtual/libmysqlclient[static-libs]
+   kafka? ( dev-libs/librdkafka[static-libs] )
)
 
sys-libs/libtermcap-compat
@@ -141,11 +142,8 @@ src_unpack() {
default_src_unpack
[[ ${PV} ==  ]] && return 0
cd "${S}/contrib" || die "failed to cd to contrib"
-   mkdir -p cctz librdkafka lz4 zookeeper zstd

[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-06-16 Thread Vladimir Smirnov
commit: 8300ce33e57b20cc367fbd22dc69f1b1ad1c8574
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Sat Jun 16 09:12:38 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Sat Jun 16 09:13:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8300ce33

dev-db/clickhouse: add missing dependencies

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/clickhouse/clickhouse-1.1.54385.ebuild | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-db/clickhouse/clickhouse-1.1.54385.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
index 9cbe1c907fe..e6a7d377a71 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
@@ -35,15 +35,17 @@ REQUIRED_USE="
 "
 
 RDEPEND="
-   client? (
-   sys-libs/ncurses:0
-   sys-libs/readline:0
-   )
-
+   dev-libs/re2:0=
!static? (
+   client? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+
dev-libs/double-conversion
dev-libs/capnproto
dev-libs/libltdl:0
+   sys-libs/libunwind:7
sys-libs/zlib
|| (
dev-db/unixODBC
@@ -64,9 +66,14 @@ RDEPEND="
 DEPEND="${RDEPEND}
doc? ( >=dev-python/mkdocs-0.17.3 )
static? (
+   client? (
+   sys-libs/ncurses:0=[static-libs]
+   sys-libs/readline:0=[static-libs]
+   )
dev-libs/double-conversion[static-libs]
dev-libs/capnproto[static-libs]
dev-libs/libltdl[static-libs]
+   sys-libs/libunwind:7[static-libs]
sys-libs/zlib[static-libs]
|| (
dev-db/unixODBC[static-libs]



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/

2018-06-15 Thread Vladimir Smirnov
commit: 749e6a7aece2060b0d5b7bb8bf42cce3044155bf
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Jun 15 20:19:25 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Fri Jun 15 20:19:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749e6a7a

dev-db/clickhouse: remove debug statements from ebuild

Commited version with debug statements by accident

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/clickhouse/clickhouse-1.1.54385.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-db/clickhouse/clickhouse-1.1.54385.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
index 6c6aa998431..9cbe1c907fe 100644
--- a/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
+++ b/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
@@ -171,13 +171,9 @@ src_install() {
fi
 
if use doc; then
-   echo "Entering docs"
pushd "${S}/docs" || die "Failed to enter docs build directory"
-   pwd
-   echo "Executing build.sh"
-   bash -x ./build.sh || die "Failed to build docs"
+   ./build.sh || die "Failed to build docs"
popd || die "Failed to exit docs build directory"
-   echo "Installing docs"
 
dodoc -r "${S}/docs/build/docs"
fi



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs/

2018-06-15 Thread Vladimir Smirnov
commit: 75f5e134e149b2b45fa6b7fc0437ba49c92c1a4a
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Jun 15 19:53:15 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Fri Jun 15 19:53:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f5e134

dev-python/mkdocs: Bump to 0.17.4

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/mkdocs/Manifest |  1 +
 dev-python/mkdocs/mkdocs-0.17.4.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/mkdocs/Manifest b/dev-python/mkdocs/Manifest
index 5149817605f..56bc74575f8 100644
--- a/dev-python/mkdocs/Manifest
+++ b/dev-python/mkdocs/Manifest
@@ -1 +1,2 @@
 DIST mkdocs-0.15.3.tar.gz 1805972 BLAKE2B 
e6619fa0bd14fefe96de5abeb9243369b1419e7018705ac6a6d58fcb40c01aff380c3b4ca514af0a25da90092f39776abe42d19a67f7e86780c5c4111884b230
 SHA512 
e5b72eb56dcc2fe2be154155af15845a7d0fc06d6176f1c6b2bb54e8673d207146bdd92b37a709d72c1d59fcc76a793e6fed5d7fb6d9008f28d43baa17e446f8
+DIST mkdocs-0.17.4.tar.gz 1830194 BLAKE2B 
be3877459ae4a5a88b40b2ab4beb2174c67d11a266a48cbcd37432c53df49f11aae3f923485f483744128483c7009f5f46a875924bd8409ec846f5d3387e1a68
 SHA512 
b9e2415cfaa317c4ec48dc2f54be55d2a630349cfc150f26d807015616853e2ea8937b247713a1a732626bedc807b542dbcd8e23d6ea70edb1e971abd20dd74b

diff --git a/dev-python/mkdocs/mkdocs-0.17.4.ebuild 
b/dev-python/mkdocs/mkdocs-0.17.4.ebuild
new file mode 100644
index 000..87b86e77cdb
--- /dev/null
+++ b/dev-python/mkdocs/mkdocs-0.17.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Project documentation with Markdown."
+HOMEPAGE="http://www.mkdocs.org;
+SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+   ${CDEPEND}
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/click-3.3[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+   >=dev-python/livereload-2.5.1[${PYTHON_USEDEP}]
+   >=dev-python/markdown-2.5[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-bootstrap-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-bootswatch-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   default
+
+   # mkdocs works fine with torando 5 on Python 2.7 and 3.4+:
+   # See https://github.com/mkdocs/mkdocs/pull/1427#issuecomment-371818250
+   sed -i 's#tornado>=4.1,<5.0#tornado>=4.1#' "${S}"/setup.py || die 
"Failed to fix tornado version"
+}
+
+python_test() {
+   nosetests mkdocs/tests || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/livereload/

2018-06-15 Thread Vladimir Smirnov
commit: ed5397f05159ac71b11914c12293c5cf94ef1419
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Jun 15 19:51:53 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Fri Jun 15 19:51:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5397f0

dev-python/livereload: Bump to 2.5.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/livereload/Manifest|  1 +
 dev-python/livereload/livereload-2.5.2.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/livereload/Manifest b/dev-python/livereload/Manifest
index 27eb7625377..4947c94cbfb 100644
--- a/dev-python/livereload/Manifest
+++ b/dev-python/livereload/Manifest
@@ -1 +1,2 @@
 DIST livereload-2.4.1.tar.gz 25593 BLAKE2B 
97a37349f14cb9d1841ec78cc3d1965b59f65f86b00cb972b9b726364f7f34e6409853f8af32215c6bd400698f9b3ac2b947ac7864a8df15ccec8badddaa0cfe
 SHA512 
9106fe1894092ab336270f539be41d4db2d277560a41898e45014e34783ab0b601c993a5a5831c951d313db98ea835aecc8eb31468ba186e243a28df75bfe9bb
+DIST livereload-2.5.2.tar.gz 27070 BLAKE2B 
9d2af1eb313f8fd6e7a5176565c3f7a9ab7d8a36260d568d47a427e14e8ed76c0edb0c227ba5784681c82d7c7b5994e151d14302d8c9d0e76caea7d12e130586
 SHA512 
bb4ba50a31a912051f6036754bfc6ce7ba33b1b8abd5a20ac151f996e347d84367d4cc26f9c798ed6aef487ea335e1591d40ebd1c12f9487f74992e53e129749

diff --git a/dev-python/livereload/livereload-2.5.2.ebuild 
b/dev-python/livereload/livereload-2.5.2.ebuild
new file mode 100644
index 000..b4ef6009609
--- /dev/null
+++ b/dev-python/livereload/livereload-2.5.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python LiveReload is an awesome tool for web developers"
+HOMEPAGE="https://github.com/lepture/python-livereload;
+SRC_URI="https://github.com/lepture/python-${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples test"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+   ${CDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+RDEPEND="
+   ${CDEPEND}
+   dev-python/six[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   nosetests || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( example/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/clickhouse/, dev-db/clickhouse/files/

2018-06-15 Thread Vladimir Smirnov
commit: c105170169000ba2c94774ad8ca7328588ce1d6c
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Jun 15 19:57:59 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Fri Jun 15 19:57:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1051701

dev-db/clickhouse: initial import

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/clickhouse/Manifest |   5 +
 dev-db/clickhouse/clickhouse-1.1.54385.ebuild  | 196 +
 .../files/clickhouse-concatenate-python3.patch |  38 
 dev-db/clickhouse/files/clickhouse-server.initd|  17 ++
 dev-db/clickhouse/files/clickhouse-server.service  |  15 ++
 dev-db/clickhouse/metadata.xml |  19 ++
 6 files changed, 290 insertions(+)

diff --git a/dev-db/clickhouse/Manifest b/dev-db/clickhouse/Manifest
new file mode 100644
index 000..a964c44a4cb
--- /dev/null
+++ b/dev-db/clickhouse/Manifest
@@ -0,0 +1,5 @@
+DIST cctz-4f9776a.tar.gz 290009 BLAKE2B 
532eb7d590f9814c05cc7fdd3c75efe0a6b3f81d85201b14163a9600dd858c4fbac592270d0afccd7d5eef0080d7e70e9d716023bdb60d55479585e2cd3d3f59
 SHA512 
ba0dfc404cc70f03ef2be29fa3b0c70ea881c92a92525ea4ba1b5bcfc9e45df1b62a5eec180f498293e64bdd5cb9b41f97361cbb7e8baf299dcfdcd1557ca205
+DIST clickhouse-1.1.54385.tar.gz 5833821 BLAKE2B 
48441aa28dd03c0b3282fe577849902ba29eded5dc90fe83159fdce3be1f93a6e48e48049e62febc2272f9b7ca1c143c1021900daaae9e5b43eab229418becff
 SHA512 
eb3c02e6a094221374eca70b6cf6020414f31cbb196a521214d3c31b4266f5f251d431460025d9e644c83d61a3aa7ac2c266c9fa14db312ce42aa0cc8fc20d7c
+DIST librdkafka-c3d50eb.tar.gz 1869491 BLAKE2B 
6b4a1695226d9328033c9cb7db8cd4f80db92b38abce2639db2ebac4511146d0343967d4d6342ed13f13eab07d4b32bc72acd02d5bdec1a5e1da3e2be02e2b2d
 SHA512 
47fd12a2a9c14c986f331abf0df12c782e5f803c2bce86a9eab17977d444230ce4c5e8921e112127b1c51b40fc914e14e20269d65058ecf53991d09997ae172b
+DIST lz4-c10863b.tar.gz 223026 BLAKE2B 
c5cccac2f9e86f8bc7986cc283bfb969445e0edf35f78dbd880f56c191c172c6c314353e66a056acb461cfb657441662e23daa755c6e3071ff4ac328f79ab7a8
 SHA512 
97c460ceb48ebbf8832459f2315e08e62832a861d055c5fc78848091feb5c25f175d91e364d14633ca66353d9bd64de5161dfbe6bc1aeb526c5cb62ceab9c63c
+DIST zstd-2555975.tar.gz 2062067 BLAKE2B 
cfd4eb221a94b1c6bd4f8950ee6e1511f9b773f61a68ada33781c5fed3f3f664820135b074810721cbdfad524aff6d54c2f017aa6b3ec9efcdf09c29aec90219
 SHA512 
7320149560095a348f0c98f22ed4a8247c32a2e66ef3098039a4d5520b4cb8893ff799e51fb45716594c5ed609752eee6454faa3ddfbb4cab3a46330544eaa19

diff --git a/dev-db/clickhouse/clickhouse-1.1.54385.ebuild 
b/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
new file mode 100644
index 000..6c6aa998431
--- /dev/null
+++ b/dev-db/clickhouse/clickhouse-1.1.54385.ebuild
@@ -0,0 +1,196 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils systemd toolchain-funcs user
+
+DESCRIPTION="An OSS column-oriented database management system for real-time 
data analysis"
+HOMEPAGE="https://clickhouse.yandex;
+LICENSE="Apache-2.0"
+
+MY_PN="ClickHouse"
+TYPE="stable"
+
+CCTZ_COMMIT="4f9776a"
+LIBRDKAFKA_COMMIT="c3d50eb"
+LZ4_COMMIT="c10863b"
+ZSTD_COMMIT="2555975"
+SRC_URI="https://github.com/yandex/${MY_PN}/archive/v${PV}-${TYPE}.tar.gz -> 
${P}.tar.gz
+   https://github.com/google/cctz/archive/${CCTZ_COMMIT}.tar.gz -> 
cctz-${CCTZ_COMMIT}.tar.gz
+   
https://github.com/edenhill/librdkafka/archive/${LIBRDKAFKA_COMMIT}.tar.gz -> 
librdkafka-${LIBRDKAFKA_COMMIT}.tar.gz
+   https://github.com/lz4/lz4/archive/${LZ4_COMMIT}.tar.gz -> 
lz4-${LZ4_COMMIT}.tar.gz
+   https://github.com/facebook/zstd/archive/${ZSTD_COMMIT}.tar.gz -> 
zstd-${ZSTD_COMMIT}.tar.gz
+"
+
+SLOT="0/${TYPE}"
+IUSE="+client cpu_flags_x86_sse4_2 +server debug doc kafka mongodb mysql 
static test tools zookeeper"
+KEYWORDS="~amd64"
+
+REQUIRED_USE="
+   server? ( cpu_flags_x86_sse4_2 )
+   static? ( client server tools )
+"
+
+RDEPEND="
+   client? (
+   sys-libs/ncurses:0
+   sys-libs/readline:0
+   )
+
+   !static? (
+   dev-libs/double-conversion
+   dev-libs/capnproto
+   dev-libs/libltdl:0
+   sys-libs/zlib
+   || (
+   dev-db/unixODBC
+   dev-libs/poco[odbc]
+   )
+   dev-libs/icu:=
+   dev-libs/glib
+   dev-libs/boost:=
+   dev-libs/openssl:0=
+   dev-libs/zookeeper-c
+   mysql? ( virtual/libmysqlclient )
+   )
+
+   >=dev-libs/poco-1.9.0
+   dev-libs/libpcre
+"
+
+DEPEND="${RDEPEND}
+   doc? ( >=dev-python/mkdocs-0.17.3 )

[gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/

2018-06-15 Thread Vladimir Smirnov
commit: 369ceeaf4161191121b6f382ed3a16435a8698a5
Author: Vladimir Smirnov  gentoo  org>
AuthorDate: Fri Jun 15 19:54:55 2018 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Fri Jun 15 19:54:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369ceeaf

dev-libs/poco: Bump to 1.9.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/poco/Manifest  |   1 +
 dev-libs/poco/poco-1.9.0.ebuild | 115 
 2 files changed, 116 insertions(+)

diff --git a/dev-libs/poco/Manifest b/dev-libs/poco/Manifest
index a7555b63be0..11f74b01b3c 100644
--- a/dev-libs/poco/Manifest
+++ b/dev-libs/poco/Manifest
@@ -1,3 +1,4 @@
 DIST poco-1.4.6-all-doc.zip 2072762 BLAKE2B 
51b8426d050e7ae373fbb0f3959657e37f1c3aeda75f5bf5cd3dc99e08414a9e65f61ea71dee6d8c40148f41157e2eac0888e64c5020707352c74b262ffae741
 SHA512 
458e1a3c6a6017b5ae5efcbd0d7b2bbf50aedd6ddc7ae7befddac07ed133b7243208aadd6ecdb17b3fa273e04eb0da4d73b1d3e5591aee98b754e430b2248e52
 DIST poco-1.4.6p4-all.tar.bz2 3158594 BLAKE2B 
76accf617ddd087131a5960c131680451959704fee4b17b65bf85367a172d2fe023c9c7efde59fe5bd4142c7ca153734fb4ccbbf06bd5d0365a59d6e75a328a5
 SHA512 
ae4e1190a0ba719f807d0abaf1c47ff445a8f5867157f209260672546f3755ff021c7073bc8d5e656be383d5667dc15ad7eae8208728053fb61439c4c80a7fca
 DIST poco-1.7.6.tar.gz 8044937 BLAKE2B 
ad9bf61eb00ce4e1ef5079e07be04ceff79bf823cba49ffb0e144a1e579d9de4f6f8d3df6b629c522de5c2b7b4c7df0933777686b72190d717e407bc28ae2a49
 SHA512 
a02b7ff66acf080942517b3b8644d6e5c7136c5edc6e58fd13083a74b97b5619253fc9db7863284a565226f95410ad4da1fa9738d14885f560aeb03c1f7c18aa
+DIST poco-1.9.0.tar.gz 10012966 BLAKE2B 
98848e87008c71dc5131dbd1c2b17afc414074a3e26237918baf231b4e56ce3d69347cf7a3017715895f4ee56a428672fcb804fb3c732daccc9790b0081d
 SHA512 
de2346d62b2e89ba04abe62a83f6ede7a496e80bcbe53a880a1aa8e87a8ebd9a430dd70fdc6aada836bb1021c6df21375fd0cbcf62dbb6e29a2f65d6d90cf2b9

diff --git a/dev-libs/poco/poco-1.9.0.ebuild b/dev-libs/poco/poco-1.9.0.ebuild
new file mode 100644
index 000..b6b741001ba
--- /dev/null
+++ b/dev-libs/poco/poco-1.9.0.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="C++ libraries for building network-based applications"
+HOMEPAGE="http://pocoproject.org/;
+SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> 
${P}.tar.gz"
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="7z apache cppparser +crypto +data examples +file2pagecompiler +json 
+pagecompiler iodbc libressl +mongodb mysql +net odbc pdf pocodoc sqlite +ssl 
test +util +xml +zip"
+REQUIRED_USE="7z? ( xml )
+   apache? ( net util )
+   file2pagecompiler? ( pagecompiler )
+   iodbc? ( odbc )
+   mongodb? ( data )
+   mysql? ( data )
+   odbc? ( data )
+   pagecompiler? ( json net util xml )
+   pocodoc? ( cppparser util xml )
+   sqlite? ( data )
+   test? ( data? ( sqlite ) json util xml )"
+
+RDEPEND=">=dev-libs/libpcre-8.13
+   xml? ( dev-libs/expat )
+   apache? ( dev-libs/apr
+   dev-libs/apr-util
+   www-servers/apache )
+   mysql? ( virtual/mysql )
+   odbc? ( iodbc? ( dev-db/libiodbc )
+   !iodbc? ( dev-db/unixODBC ) )
+   ssl? (
+   !libressl? ( https://github.com/pocoproject/poco/issues/1209
+   sed -i \
+   -e '/RSATest, testRSACipherLarge/d' \
+   Crypto/testsuite/src/RSATest.cpp || die
+   fi
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPOCO_UNBUNDLED=ON
+   -DENABLE_APACHECONNECTOR="$(usex apache)"
+   -DENABLE_CPPPARSER="$(usex cppparser)"
+   -DENABLE_CRYPTO="$(usex ssl)"
+   -DENABLE_DATA="$(usex data)"
+   -DENABLE_DATA_MYSQL="$(usex mysql)"
+   -DENABLE_DATA_ODBC="$(usex odbc)"
+   -DENABLE_DATA_SQLITE="$(usex sqlite)"
+   -DENABLE_JSON="$(usex util)"
+   -DENABLE_MONGODB="$(usex mongodb)"
+   -DENABLE_NET="$(usex net)"
+   -DENABLE_NETSSL="$(usex ssl)"
+   -DENABLE_NETSSL_WIN=OFF
+   -DENABLE_PAGECOMPILER="$(usex pagecompiler)"
+   -DENABLE_PAGECOMPILER_FILE2PAGE="$(usex file2pagecompiler)"
+   -DENABLE_PDF="$(usex pdf)"
+   -DENABLE_POCODOC="$(usex pocodoc)"
+   -DENABLE_SEVENZIP="$(usex 7z)"
+   -DENABLE_TESTS="$(usex test)"
+   -DENABLE_UTIL="$(usex util)"
+   

[gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/

2016-03-29 Thread Vladimir Smirnov
commit: 5b5bd36fb04eefcef545d3f0cc7c6133e14971ee
Author: ci...@gentoo.org  gmail  com>
AuthorDate: Tue Mar 29 23:01:04 2016 +
Commit:     Vladimir Smirnov  gentoo  org>
CommitDate: Tue Mar 29 23:01:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5bd36f

media-libs/libebur128: keyword for ~x86

Package-Manager: portage-2.2.28

 media-libs/libebur128/libebur128-1.0.2.ebuild | 4 ++--
 media-libs/libebur128/libebur128-1.0.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libebur128/libebur128-1.0.2.ebuild 
b/media-libs/libebur128/libebur128-1.0.2.ebuild
index 5c87eae..f5df6a0 100644
--- a/media-libs/libebur128/libebur128-1.0.2.ebuild
+++ b/media-libs/libebur128/libebur128-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+speex test"
 
 RDEPEND="speex? ( media-libs/speex )"

diff --git a/media-libs/libebur128/libebur128-1.0.3.ebuild 
b/media-libs/libebur128/libebur128-1.0.3.ebuild
index 5e02b13..60a7acf 100644
--- a/media-libs/libebur128/libebur128-1.0.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+speex static-libs test"
 
 RDEPEND="speex? ( media-libs/speex[${MULTILIB_USEDEP}] )"



[gentoo-commits] gentoo-x86 commit in sys-kernel/openvz-sources: ChangeLog openvz-sources-2.6.32.106.4.ebuild

2015-06-29 Thread Vladimir Smirnov (civil)
civil   15/06/29 07:42:06

  Modified: ChangeLog
  Removed:  openvz-sources-2.6.32.106.4.ebuild
  Log:
  Clean old version. #548896
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC47990C2)

Revision  ChangesPath
1.249sys-kernel/openvz-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.249view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.249content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?r1=1.248r2=1.249

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   28 Jun 2015 09:59:18 -  1.248
+++ ChangeLog   29 Jun 2015 07:42:06 -  1.249
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/openvz-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.248 
2015/06/28 09:59:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.249 
2015/06/29 07:42:06 civil Exp $
+
+  29 Jun 2015; Vladimir Smirnov ci...@gentoo.org
+  -openvz-sources-2.6.32.106.4.ebuild:
+  Clean old version. #548896
 
   28 Jun 2015; Mikle Kolyada zlog...@gentoo.org
   openvz-sources-2.6.32.108.5.ebuild:






[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/files/

2015-06-23 Thread Vladimir Smirnov
commit: 496fc27d4dad703180116488ce5cbe95a2cc9f57
Author: Vladimir Smirnov civil.over AT gmail DOT com
AuthorDate: Tue Jun 23 12:50:39 2015 +
Commit: Vladimir Smirnov civil AT gentoo DOT org
CommitDate: Tue Jun 23 12:50:39 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=496fc27d

Actually add patch for qtwebkit-5.5.0

 dev-qt/qtwebkit/files/qtwebkit-5.5.0-rpath.patch | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/dev-qt/qtwebkit/files/qtwebkit-5.5.0-rpath.patch 
b/dev-qt/qtwebkit/files/qtwebkit-5.5.0-rpath.patch
new file mode 100644
index 000..583ca6c
--- /dev/null
+++ b/dev-qt/qtwebkit/files/qtwebkit-5.5.0-rpath.patch
@@ -0,0 +1,11 @@
+--- Tools/qmake/mkspecs/features/unix/default_post.prf.bak 2015-06-23 
14:45:57.255212841 +0200
 Tools/qmake/mkspecs/features/unix/default_post.prf 2015-06-23 
14:46:31.703211791 +0200
+@@ -61,8 +61,6 @@
+ }
+ }
+ 
+-contains(TEMPLATE, app): CONFIG += rpath
+-
+ CONFIG(debug, debug|release)|force_debug_info {
+ # Make ld not cache the symbol tables of input files in memory to avoid 
memory exhaustion during the linking phase.
+ !force_static_libs_as_shared:config_gnuld: QMAKE_LFLAGS += 
-Wl,--no-keep-memory



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/

2015-06-23 Thread Vladimir Smirnov
commit: 2416304c498b607d995e8fb3bd169ba48712016d
Author: Vladimir Smirnov civil.over AT gmail DOT com
AuthorDate: Tue Jun 23 12:50:14 2015 +
Commit: Vladimir Smirnov civil AT gentoo DOT org
CommitDate: Tue Jun 23 12:50:14 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2416304c

Fix rpath patch for qtwebkit-5.5.0_rc

 dev-qt/qtwebkit/qtwebkit-5.5.0_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.5.0_rc.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.5.0_rc.ebuild
index 8f0..8f4987c 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.5.0_rc.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.5.0_rc.ebuild
@@ -64,7 +64,7 @@ DEPEND=${RDEPEND}
 
 PATCHES=(
${FILESDIR}/${PN}-5.4.1-leveldb.patch
-   ${FILESDIR}/${PN}-5.4.1-rpath.patch
+   ${FILESDIR}/${PN}-5.5.0-rpath.patch
 )
 
 src_prepare() {



[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.22.0.ebuild ChangeLog

2015-06-15 Thread Vladimir Smirnov (civil)
civil   15/06/15 21:54:14

  Modified: ChangeLog
  Added:perl-5.22.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC47990C2)

Revision  ChangesPath
1.486dev-lang/perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.486view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.486content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.485r2=1.486

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -r1.485 -r1.486
--- ChangeLog   13 Jun 2015 10:52:37 -  1.485
+++ ChangeLog   15 Jun 2015 21:54:14 -  1.486
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.485 2015/06/13 
10:52:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.486 2015/06/15 
21:54:14 civil Exp $
+
+*perl-5.22.0 (15 Jun 2015)
+
+  15 Jun 2015; Vladimir Smirnov ci...@gentoo.org +perl-5.22.0.ebuild:
+  Version bump
 
   13 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
   -perl-5.18.2-r2.ebuild:



1.1  dev-lang/perl/perl-5.22.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.22.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.22.0.ebuild?rev=1.1content-type=text/plain

Index: perl-5.22.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.22.0.ebuild,v 1.1 
2015/06/15 21:54:14 civil Exp $

EAPI=5

inherit eutils alternatives flag-o-matic toolchain-funcs multilib 
multiprocessing

PATCH_VER=1

PERL_OLDVERSEN=
MODULE_AUTHOR=SHAY

SHORT_PV=${PV%.*}
MY_P=perl-${PV/_rc/-RC}
MY_PV=${PV%_rc*}

DESCRIPTION=Larry Wall's Practical Extraction and Report Language

SRC_URI=
mirror://cpan/src/5.0/${MY_P}.tar.bz2

mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.xz

http://dev.gentoo.org/~civil/distfiles/${MY_P}-patches-${PATCH_VER}.tar.xz

HOMEPAGE=http://www.perl.org/;

LICENSE=|| ( Artistic GPL-1+ )
SLOT=0/${SHORT_PV}
KEYWORDS=~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux 
~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix 
~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd 
~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux 
~x86-macos ~x86-solaris
IUSE=berkdb debug doc gdbm ithreads

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( =sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

DEPEND=${RDEPEND}
!prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) )

PDEPEND=
=app-admin/perl-cleaner-2.5
=virtual/perl-File-Temp-0.230.400-r2
=virtual/perl-Data-Dumper-2.154.0

# bug 390719, bug 523624

S=${WORKDIR}/${MY_P}

dual_scripts() {
src_remove_dual  perl-core/Archive-Tar1.960.0   ptar 
ptardiff ptargrep
src_remove_dual  perl-core/Digest-SHA 5.880.0   shasum
src_remove_dual  perl-core/CPAN   2.50.0cpan
src_remove_dual  perl-core/Encode 2.730.0   enc2xs 
piconv
src_remove_dual  perl-core/ExtUtils-MakeMaker 7.40.0   instmodsh
src_remove_dual  perl-core/ExtUtils-ParseXS   3.240.0   xsubpp
src_remove_dual  perl-core/IO-Compress2.64.0
zipdetails
src_remove_dual  perl-core/JSON-PP2.272.30  json_pp
src_remove_dual  perl-core/Module-Build   0.420.500 
config_data
src_remove_dual  perl-core/Module-CoreList5.201.502.140 corelist
src_remove_dual  perl-core/Pod-Parser 1.620.0   
pod2usage podchecker podselect
src_remove_dual  perl-core/Pod-Perldoc3.230.0   perldoc
src_remove_dual  perl-core/Test-Harness   3.330.0   prove
src_remove_dual  perl-core/podlators  2.5.3 pod2man 
pod2text
src_remove_dual_man  perl-core/podlators  2.5.3 
/usr/share/man/man1/perlpodstyle.1
}

# eblit-include [--skip] function [version]
eblit-include() {
local skipable=false
[[ $1 == --skip ]]  skipable=true  shift
[[ $1 == pkg_* ]]  skipable=true

local e v func=$1

[gentoo-commits] dev/civil: New branch: master

2015-05-03 Thread Vladimir Smirnov
commit: 
Commit: Vladimir Smirnov civil AT gentoo DOT org
CommitDate: Sun May  3 17:09:04 2015 +

New branch: master




[gentoo-commits] gentoo-x86 commit in sys-kernel/openvz-sources: openvz-sources-2.6.32.94.7.ebuild openvz-sources-2.6.32.104.1.ebuild ChangeLog

2015-03-11 Thread Vladimir Smirnov (civil)
civil   15/03/11 07:57:27

  Modified: openvz-sources-2.6.32.94.7.ebuild ChangeLog
  Added:openvz-sources-2.6.32.104.1.ebuild
  Log:
  Version bump, thanks to Andreis Vinogradovs
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC47990C2)

Revision  ChangesPath
1.2  sys-kernel/openvz-sources/openvz-sources-2.6.32.94.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.94.7.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.94.7.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.94.7.ebuild?r1=1.1r2=1.2

Index: openvz-sources-2.6.32.94.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.94.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openvz-sources-2.6.32.94.7.ebuild   17 Nov 2014 14:42:54 -  1.1
+++ openvz-sources-2.6.32.94.7.ebuild   11 Mar 2015 07:57:27 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.94.7.ebuild,v
 1.1 2014/11/17 14:42:54 pva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.94.7.ebuild,v
 1.2 2015/03/11 07:57:27 civil Exp $
 
 EAPI=5
 



1.238sys-kernel/openvz-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.238view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.238content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?r1=1.237r2=1.238

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog   17 Nov 2014 14:42:54 -  1.237
+++ ChangeLog   11 Mar 2015 07:57:27 -  1.238
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/openvz-sources
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.237 
2014/11/17 14:42:54 pva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.238 
2015/03/11 07:57:27 civil Exp $
+
+*openvz-sources-2.6.32.104.1 (11 Mar 2015)
+
+  11 Mar 2015; Vladimir Smirnov ci...@gentoo.org
+  +openvz-sources-2.6.32.104.1.ebuild, openvz-sources-2.6.32.94.7.ebuild:
+  Version bump, thanks to Andreis Vinogradovs
 
 *openvz-sources-2.6.32.94.7 (17 Nov 2014)
 



1.1  
sys-kernel/openvz-sources/openvz-sources-2.6.32.104.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.104.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.104.1.ebuild?rev=1.1content-type=text/plain

Index: openvz-sources-2.6.32.104.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.104.1.ebuild,v
 1.1 2015/03/11 07:57:27 civil Exp $

EAPI=5

inherit versionator

OVZ_KV=$(get_version_component_range 4).$(get_version_component_range 5)

CKV=$(get_version_component_range 1-3)
OKV=${OKV:-${CKV}}
EXTRAVERSION=-${PN/-*}-${OVZ_KV}
ETYPE=sources
KV_FULL=${CKV}${EXTRAVERSION}
if [[ ${PR} != r0 ]]; then
KV_FULL+=-${PR}
EXTRAVERSION+=-${PR}
fi
S=${WORKDIR}/linux-${KV_FULL}

# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed.
KV_MAJOR=$(get_version_component_range 1 ${OKV})
KV_MINOR=$(get_version_component_range 2 ${OKV})
KV_PATCH=$(get_version_component_range 3 ${OKV})

KERNEL_URI=mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz

K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=0
inherit kernel-2
#detect_version

KEYWORDS=~amd64 ~ppc64 ~sparc ~x86
IUSE=

DESCRIPTION=Kernel sources with OpenVZ patchset
HOMEPAGE=http://www.openvz.org;
SRC_URI=${KERNEL_URI} ${ARCH_URI}

http://download.openvz.org/kernel/branches/rhel6-${CKV}/042stab${OVZ_KV}/patches/patch-042stab${OVZ_KV}-combined.gz;

UNIPATCH_STRICTORDER=1
UNIPATCH_LIST=${DISTDIR}/patch-042stab${OVZ_KV}-combined.gz

K_EXTRAEINFO=This openvz kernel uses RHEL6

[gentoo-commits] gentoo-x86 commit in sys-cluster/ploop: ploop-1.12.2.ebuild ChangeLog

2015-03-11 Thread Vladimir Smirnov (civil)
civil   15/03/11 08:00:14

  Modified: ChangeLog
  Added:ploop-1.12.2.ebuild
  Log:
  Version bump, thanks to Andreis Vinogradovs
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xC47990C2)

Revision  ChangesPath
1.34 sys-cluster/ploop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   26 Jan 2015 09:39:32 -  1.33
+++ ChangeLog   11 Mar 2015 08:00:14 -  1.34
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/ploop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.33 
2015/01/26 09:39:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.34 
2015/03/11 08:00:14 civil Exp $
+
+*ploop-1.12.2 (11 Mar 2015)
+
+  11 Mar 2015; Vladimir Smirnov ci...@gentoo.org +ploop-1.12.2.ebuild:
+  Version bump, thanks to Andreis Vinogradovs
 
   26 Jan 2015; Agostino Sarubbo a...@gentoo.org ploop-1.12.ebuild:
   Stable for x86, wrt bug #535668



1.1  sys-cluster/ploop/ploop-1.12.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ploop-1.12.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ploop-1.12.2.ebuild?rev=1.1content-type=text/plain

Index: ploop-1.12.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.12.2.ebuild,v 1.1 
2015/03/11 08:00:14 civil Exp $

EAPI=5

inherit eutils toolchain-funcs multilib systemd

DESCRIPTION=openvz tool and a library to control ploop block devices
HOMEPAGE=http://wiki.openvz.org/Download/ploop;
SRC_URI=http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug static-libs

DEPEND=
dev-libs/libxml2
virtual/pkgconfig


RDEPEND=dev-libs/libxml2
!sys-cluster/vzctl-4.5
sys-block/parted
sys-fs/e2fsprogs
sys-process/lsof
sys-apps/findutils


DOCS=( tools/README )

src_prepare() {
# Respect CFLAGS and CC, do not add debug by default
sed -i \
-e 's|CFLAGS =|CFLAGS +=|' \
-e '/CFLAGS/s/-g -O0 //' \
-e '/CFLAGS/s/-O2//' \
-e 's|CC=|CC?=|' \
-e 's/-Werror//' \
-e '/DEBUG=yes/d' \
-e '/LOCKDIR/s/var/run/' \
Makefile.inc || die 'sed on Makefile.inc failed'
# Avoid striping of binaries
sed -e '/INSTALL/{s: -s::}' -i tools/Makefile || die 'sed on 
tools/Makefile failed'

# respect AR and RANLIB, bug #452092
tc-export AR RANLIB
sed -i -e 's/ranlib/$(RANLIB)/' lib/Makefile || die 'sed on 
lib/Makefile failed'
}

src_compile() {
emake CC=$(tc-getCC) V=1 $(usex debug 'DEBUG' '' '=yes' '')
}

src_install() {
default
ldconfig -n ${D}/usr/$(get_libdir)/ || die
}






[gentoo-commits] gentoo-x86 commit in dev-perl/Alien-SDL/files: - New directory

2015-02-08 Thread Vladimir Smirnov (civil)
civil   15/02/08 14:05:40

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-02-08 Thread Vladimir Smirnov (civil)
civil   15/02/08 14:58:15

  Modified: ChangeLog package.mask
  Log:
  Unmask Alien-SDL 1.444.0

Revision  ChangesPath
1.9764   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9764view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9764content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9763r2=1.9764

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9763
retrieving revision 1.9764
diff -u -r1.9763 -r1.9764
--- ChangeLog   7 Feb 2015 11:51:07 -   1.9763
+++ ChangeLog   8 Feb 2015 14:58:14 -   1.9764
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9763 2015/02/07 
11:51:07 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9764 2015/02/08 
14:58:14 civil Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Feb 2015; Vladimir Smirnov ci...@gentoo.org package.mask:
+  Remove mask for Alien-SDL 1.444.0
+
   07 Feb 2015; Ben de Groot yng...@gentoo.org base/package.use.mask:
   p.use.mask armv7 on games-board/stockfish
 



1.16334  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16334view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16334content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16333r2=1.16334

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16333
retrieving revision 1.16334
diff -u -r1.16333 -r1.16334
--- package.mask8 Feb 2015 12:03:32 -   1.16333
+++ package.mask8 Feb 2015 14:58:14 -   1.16334
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16333 2015/02/08 
12:03:32 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16334 2015/02/08 
14:58:14 civil Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -364,10 +364,6 @@
 # vlc-2.2 will not work with this ffmpeg version; others to be investigated.
 =media-video/ffmpeg-2.3
 
-# Mikle Kolyada zlog...@gentoo.org
-# Masked due to upstream QA issues.
-=dev-perl/Alien-SDL-1.444.0
-
 # Yixun Lan d...@gentoo.org (17 Jul 2014)
 # Masked for proper testing. (Major updates in the code).
 =net-misc/tinc-1.1_pre*






[gentoo-commits] gentoo-x86 commit in dev-perl/Alien-SDL/files: Alien-SDL-1.444.0-fix-build-option.patch

2015-02-08 Thread Vladimir Smirnov (civil)
civil   15/02/08 14:11:03

  Added:Alien-SDL-1.444.0-fix-build-option.patch
  Log:
  Add patch from debian to fix package's build system
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xC47990C2)

Revision  ChangesPath
1.1  
dev-perl/Alien-SDL/files/Alien-SDL-1.444.0-fix-build-option.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/files/Alien-SDL-1.444.0-fix-build-option.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/files/Alien-SDL-1.444.0-fix-build-option.patch?rev=1.1content-type=text/plain

Index: Alien-SDL-1.444.0-fix-build-option.patch
===
Description: fix build option handling
 GetOptions handles all command arguments without
 letting Module::Build handles the options. One
 should not use GetOptions with Module::Build options setup.
 .
 So I noved travis option spec into Module::Build
Author: dod
--- a/Build.PL
+++ b/Build.PL
@@ -7,9 +7,7 @@
 use My::Utility qw(check_config_script check_prebuilt_binaries 
check_prereqs_libs check_prereqs_tools $source_packs
check_perl_buildlibs);
 
-use Getopt::Long;
 my ( $ans, $travis ) = 0;
-GetOptions( travis = \$travis );
 
 print Welcome to Alien::SDL module installation\n;
 print -\n;
@@ -98,7 +96,10 @@
   repository = 'http://github.com/PerlGameDev/Alien-SDL'
 }
   },
-  get_options = { 'with-sdl-config' = { qw(type :s  store) = \$sdl_config } 
},
+  get_options = { 
+  'with-sdl-config' = { qw(type :s  store) = \$sdl_config },
+  'travis'  = { store = \$travis },
+  },
   dynamic_config = 1,
   create_readme = 1,
   share_dir = 'sharedir',






[gentoo-commits] gentoo-x86 commit in dev-perl/Alien-SDL: Alien-SDL-1.444.0.ebuild ChangeLog

2015-02-08 Thread Vladimir Smirnov (civil)
civil   15/02/08 14:11:03

  Modified: Alien-SDL-1.444.0.ebuild ChangeLog
  Log:
  Add patch from debian to fix package's build system
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xC47990C2)

Revision  ChangesPath
1.4  dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?r1=1.3r2=1.4

Index: Alien-SDL-1.444.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Alien-SDL-1.444.0.ebuild27 Sep 2014 20:23:24 -  1.3
+++ Alien-SDL-1.444.0.ebuild8 Feb 2015 14:11:03 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v 1.3 
2014/09/27 20:23:24 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v 1.4 
2015/02/08 14:11:03 civil Exp $
 
 EAPI=5
 
@@ -32,6 +32,7 @@
 
 src_prepare() {
tc-export CC
+   epatch ${FILESDIR}/${P}-fix-build-option.patch
perl-module_src_prepare
 }
 



1.28 dev-perl/Alien-SDL/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   27 Sep 2014 20:23:24 -  1.27
+++ ChangeLog   8 Feb 2015 14:11:03 -   1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Alien-SDL
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.27 
2014/09/27 20:23:24 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.28 
2015/02/08 14:11:03 civil Exp $
+
+  08 Feb 2015; Vladimir Smirnov ci...@gentoo.org
+  +files/Alien-SDL-1.444.0-fix-build-option.patch, Alien-SDL-1.444.0.ebuild:
+  Add patch from debian to fix package's build system
 
   27 Sep 2014; Andreas K. Huettel dilfri...@gentoo.org
   Alien-SDL-1.440.0.ebuild, Alien-SDL-1.444.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.20.1.ebuild ChangeLog

2014-09-16 Thread Vladimir Smirnov (civil)
civil   14/09/16 08:32:35

  Modified: perl-5.20.1.ebuild ChangeLog
  Log:
  Replace patchset's extention to xz. Fixes #522896
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  dev-lang/perl/perl-5.20.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?r1=1.1r2=1.2

Index: perl-5.20.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-5.20.1.ebuild  15 Sep 2014 09:38:33 -  1.1
+++ perl-5.20.1.ebuild  16 Sep 2014 08:32:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild,v 1.1 
2014/09/15 09:38:33 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild,v 1.2 
2014/09/16 08:32:35 civil Exp $
 
 EAPI=5
 
@@ -20,8 +20,8 @@
 SRC_URI=
mirror://cpan/src/5.0/${MY_P}.tar.bz2

mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
-   mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2
-   
http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2
+   mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.xz
+   
http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.xz
 
 HOMEPAGE=http://www.perl.org/;
 



1.429dev-lang/perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.429view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.429content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.428r2=1.429

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- ChangeLog   15 Sep 2014 09:38:33 -  1.428
+++ ChangeLog   16 Sep 2014 08:32:35 -  1.429
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.428 2014/09/15 
09:38:33 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.429 2014/09/16 
08:32:35 civil Exp $
+
+  16 Sep 2014;  ci...@gentoo.org perl-5.20.1.ebuild:
+  Replace patchset's extention to xz. Fixes #522896
 
 *perl-5.20.1 (15 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.20.1.ebuild ChangeLog

2014-09-15 Thread Vladimir Smirnov (civil)
civil   14/09/15 09:38:33

  Modified: ChangeLog
  Added:perl-5.20.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.428dev-lang/perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.428view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.428content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.427r2=1.428

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -r1.427 -r1.428
--- ChangeLog   31 Aug 2014 16:29:29 -  1.427
+++ ChangeLog   15 Sep 2014 09:38:33 -  1.428
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.427 2014/08/31 
16:29:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.428 2014/09/15 
09:38:33 civil Exp $
+
+*perl-5.20.1 (15 Sep 2014)
+
+  15 Sep 2014;  ci...@gentoo.org +perl-5.20.1.ebuild:
+  Version bump
 
   31 Aug 2014; Mikle Kolyada zlog...@gentoo.org perl-5.18.2-r1.ebuild:
   arm stable wrt bug #504786



1.1  dev-lang/perl/perl-5.20.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?rev=1.1content-type=text/plain

Index: perl-5.20.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild,v 1.1 
2014/09/15 09:38:33 civil Exp $

EAPI=5

inherit eutils alternatives flag-o-matic toolchain-funcs multilib 
multiprocessing

PATCH_VER=1

PERL_OLDVERSEN=
MODULE_AUTHOR=RJBS

SHORT_PV=${PV%.*}
MY_P=perl-${PV/_rc/-RC}
MY_PV=${PV%_rc*}

DESCRIPTION=Larry Wall's Practical Extraction and Report Language

SRC_URI=
mirror://cpan/src/5.0/${MY_P}.tar.bz2

mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2

http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2

HOMEPAGE=http://www.perl.org/;

LICENSE=|| ( Artistic GPL-1+ )
SLOT=0/${SHORT_PV}
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
IUSE=berkdb debug doc gdbm ithreads

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( =sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

DEPEND=${RDEPEND}
!prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) )

PDEPEND==app-admin/perl-cleaner-2.5

S=${WORKDIR}/${MY_P}

dual_scripts() {
src_remove_dual  perl-core/Archive-Tar1.820.0  ptar 
ptardiff ptargrep
src_remove_dual  perl-core/Digest-SHA 5.710.0  shasum
src_remove_dual  perl-core/CPAN   1.980.0  cpan
src_remove_dual  perl-core/CPANPLUS   0.912.100cpanp 
cpan2dist
src_remove_dual_file perl-core/CPANPLUS   0.912.100
/usr/bin/cpanp-run-perl
src_remove_dual  perl-core/Encode 2.440.0  enc2xs 
piconv
src_remove_dual  perl-core/ExtUtils-MakeMaker 6.630.200_rc instmodsh
src_remove_dual  perl-core/ExtUtils-ParseXS   3.160.0  xsubpp
src_remove_dual  perl-core/IO-Compress2.48.0   
zipdetails
src_remove_dual  perl-core/JSON-PP2.272.0  json_pp
src_remove_dual  perl-core/Module-Build   0.390.100_rc 
config_data
src_remove_dual  perl-core/Module-CoreList2.840.0  corelist
src_remove_dual  perl-core/PodParser  1.510.0  
pod2usage podchecker podselect
src_remove_dual  perl-core/Pod-Perldoc1.170.0  perldoc
src_remove_dual  perl-core/Test-Harness   3.230.0  prove
src_remove_dual  perl-core/podlators  2.4.0pod2man 
pod2text
src_remove_dual_man  perl-core/podlators  2.4.0
/usr/share/man/man1/perlpodstyle.1
}

# eblit-include [--skip] function [version]
eblit-include() {
local skipable=false
[[ $1 == --skip ]]  skipable=true  shift
[[ 

[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: - New directory

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 11:06:57

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Config: - New directory

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 11:14:03

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Config: metadata.xml ExtUtils-Config-0.7.0.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 11:16:14

  Added:metadata.xml ExtUtils-Config-0.7.0.ebuild ChangeLog
  Log:
  Initial Release. Based on kent's ebuild from perl-experimental.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.1  dev-perl/ExtUtils-Config/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdperl/herd
upstream
remote-id type=cpanExtUtils-Config/remote-id
remote-id type=cpan-moduleExtUtils::Config/remote-id
/upstream
/pkgmetadata



1.1  dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild?rev=1.1content-type=text/plain

Index: ExtUtils-Config-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 
1.1 2014/07/31 11:16:14 civil Exp $
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.007
inherit perl-module

DESCRIPTION='A wrapper for perl'\''s configuration'
LICENSE= || ( Artistic GPL-2 )
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=test

DEPEND=
${RDEPEND}
test? (
virtual/perl-File-Temp
=virtual/perl-Test-Simple-0.88
)

RDEPEND=
=virtual/perl-ExtUtils-MakeMaker-6.30
virtual/perl-Data-Dumper

SRC_TEST=do



1.1  dev-perl/ExtUtils-Config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-perl/ExtUtils-Config
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.1 
2014/07/31 11:16:14 civil Exp $

*ExtUtils-Config-0.7.0 (31 Jul 2014)

  31 Jul 2014; Vladimir Smirnov +ExtUtils-Config-0.7.0.ebuild, +metadata.xml:
  Initial Release. Based on kent's ebuild from perl-experimental.






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Helpers: - New directory

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 11:30:01

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers added to the 
repository



[gentoo-commits] gentoo-x86 commit in perl-core/Text-ParseWords: Text-ParseWords-3.290.0.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 11:36:46

  Modified: Text-ParseWords-3.290.0.ebuild ChangeLog
  Log:
  Keyword for ~arm
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild?r1=1.1r2=1.2

Index: Text-ParseWords-3.290.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Text-ParseWords-3.290.0.ebuild  24 Aug 2013 04:07:53 -  1.1
+++ Text-ParseWords-3.290.0.ebuild  31 Jul 2014 11:36:46 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild,v
 1.1 2013/08/24 04:07:53 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild,v
 1.2 2014/07/31 11:36:46 civil Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Parse strings containing shell-style quoting
 
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~x86
 IUSE=
 
 SRC_TEST=do



1.7  perl-core/Text-ParseWords/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Text-ParseWords/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   26 Jul 2014 13:02:16 -  1.6
+++ ChangeLog   31 Jul 2014 11:36:46 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Text-ParseWords
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v 1.6 
2014/07/26 13:02:16 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v 1.7 
2014/07/31 11:36:46 civil Exp $
+
+  31 Jul 2014; Vladimir Smirnov Text-ParseWords-3.290.0.ebuild:
+  Keyword for ~arm
 
 *Text-ParseWords-3.270.0-r1 (26 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in virtual/perl-Text-ParseWords: perl-Text-ParseWords-3.290.0-r1.ebuild perl-Text-ParseWords-3.280.0-r2.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 11:38:40

  Modified: perl-Text-ParseWords-3.290.0-r1.ebuild
perl-Text-ParseWords-3.280.0-r2.ebuild ChangeLog
  Log:
  Keyword for ~arm
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  
virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild?r1=1.1r2=1.2

Index: perl-Text-ParseWords-3.290.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Text-ParseWords-3.290.0-r1.ebuild  13 Jul 2014 18:33:33 -  
1.1
+++ perl-Text-ParseWords-3.290.0-r1.ebuild  31 Jul 2014 11:38:40 -  
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild,v
 1.1 2014/07/13 18:33:33 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.290.0-r1.ebuild,v
 1.2 2014/07/31 11:38:40 civil Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~x86
 IUSE=
 
 RDEPEND=



1.4  
virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.280.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.280.0-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.280.0-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.280.0-r2.ebuild?r1=1.3r2=1.4

Index: perl-Text-ParseWords-3.280.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.280.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Text-ParseWords-3.280.0-r2.ebuild  28 Jul 2014 17:39:52 -  
1.3
+++ perl-Text-ParseWords-3.280.0-r2.ebuild  31 Jul 2014 11:38:40 -  
1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.280.0-r2.ebuild,v
 1.3 2014/07/28 17:39:52 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.280.0-r2.ebuild,v
 1.4 2014/07/31 11:38:40 civil Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=alpha amd64 ~x86
+KEYWORDS=alpha amd64 ~arm ~x86
 IUSE=
 
 RDEPEND=



1.8  virtual/perl-Text-ParseWords/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   28 Jul 2014 17:39:52 -  1.7
+++ ChangeLog   31 Jul 2014 11:38:40 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-Text-ParseWords
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog,v 
1.7 2014/07/28 17:39:52 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-ParseWords/ChangeLog,v 
1.8 2014/07/31 11:38:40 civil Exp $
+
+  31 Jul 2014; Vladimir Smirnov perl-Text-ParseWords-3.280.0-r2.ebuild,
+  perl-Text-ParseWords-3.290.0-r1.ebuild:
+  Keyword for ~arm
 
   28 Jul 2014; Mikle Kolyada zlog...@gentoo.org
   perl-Text-ParseWords-3.280.0-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Helpers: metadata.xml ExtUtils-Helpers-0.22.0.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 11:39:56

  Added:metadata.xml ExtUtils-Helpers-0.22.0.ebuild
ChangeLog
  Log:
  Initial bump. Based on kent's ebuild from perl-experimental
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.1  dev-perl/ExtUtils-Helpers/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Helpers/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Helpers/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdperl/herd
upstream
remote-id type=cpanExtUtils-Helpers/remote-id
remote-id type=cpan-moduleExtUtils::Helpers/remote-id
remote-id 
type=cpan-moduleExtUtils::Helpers::Unix/remote-id
remote-id type=cpan-moduleExtUtils::Helpers::VMS/remote-id
remote-id 
type=cpan-moduleExtUtils::Helpers::Windows/remote-id
/upstream
/pkgmetadata



1.1  dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild?rev=1.1content-type=text/plain

Index: ExtUtils-Helpers-0.22.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild,v
 1.1 2014/07/31 11:39:56 civil Exp $
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.022
inherit perl-module

DESCRIPTION='Various portability utilities for module builders'
LICENSE= || ( Artistic GPL-2 )
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=test

DEPEND=
${RDEPEND}
test? (
virtual/perl-File-Temp
virtual/perl-Test-Simple
)

RDEPEND=
=virtual/perl-Exporter-5.570.0
virtual/perl-File-Spec
=virtual/perl-Text-ParseWords-3.240.0
virtual/perl-Module-Load

SRC_TEST=do parallel



1.1  dev-perl/ExtUtils-Helpers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-perl/ExtUtils-Helpers
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Helpers/ChangeLog,v 1.1 
2014/07/31 11:39:56 civil Exp $

*ExtUtils-Helpers-0.22.0 (31 Jul 2014)

  31 Jul 2014; Vladimir Smirnov +ExtUtils-Helpers-0.22.0.ebuild, +metadata.xml:
  Initial bump. Based on kent's ebuild from perl-experimental






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-InstallPaths: - New directory

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 12:42:51

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-InstallPaths: metadata.xml ExtUtils-InstallPaths-0.10.0.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 12:48:29

  Added:metadata.xml ExtUtils-InstallPaths-0.10.0.ebuild
ChangeLog
  Log:
  Initial bump. Based on Kent's ebuild from perl-experimental.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.1  dev-perl/ExtUtils-InstallPaths/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdperl/herd
upstream
remote-id type=cpanExtUtils-InstallPaths/remote-id
remote-id type=cpan-moduleExtUtils::InstallPaths/remote-id
/upstream
/pkgmetadata



1.1  
dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.1content-type=text/plain

Index: ExtUtils-InstallPaths-0.10.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.1 2014/07/31 12:48:29 civil Exp $
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.010
inherit perl-module

DESCRIPTION='Build.PL install path logic made easy'
LICENSE= || ( Artistic GPL-2 )
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

DEPEND=
${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.30
test? (
virtual/perl-File-Temp
virtual/perl-Test-Simple
)

RDEPEND=
=dev-perl/ExtUtils-Config-0.2.0
virtual/perl-File-Spec

SRC_TEST=do



1.1  dev-perl/ExtUtils-InstallPaths/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-perl/ExtUtils-InstallPaths
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.1 2014/07/31 12:48:29 civil Exp $

*ExtUtils-InstallPaths-0.10.0 (31 Jul 2014)

  31 Jul 2014; Vladimir Smirnov +ExtUtils-InstallPaths-0.10.0.ebuild,
  +metadata.xml:
  Initial bump. Based on Kent's ebuild from perl-experimental.






[gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-InstallPaths: ExtUtils-InstallPaths-0.10.0.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 13:10:30

  Modified: ExtUtils-InstallPaths-0.10.0.ebuild ChangeLog
  Log:
  Keyword for ~arm.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  
dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?r1=1.1r2=1.2

Index: ExtUtils-InstallPaths-0.10.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtUtils-InstallPaths-0.10.0.ebuild 31 Jul 2014 12:48:29 -  1.1
+++ ExtUtils-InstallPaths-0.10.0.ebuild 31 Jul 2014 13:10:30 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.1 2014/07/31 12:48:29 civil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v
 1.2 2014/07/31 13:10:30 civil Exp $
 EAPI=5
 MODULE_AUTHOR=LEONT
 MODULE_VERSION=0.010
@@ -9,7 +9,7 @@
 DESCRIPTION='Build.PL install path logic made easy'
 LICENSE= || ( Artistic GPL-2 )
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~x86
 IUSE=test
 
 DEPEND=



1.2  dev-perl/ExtUtils-InstallPaths/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Jul 2014 12:48:29 -  1.1
+++ ChangeLog   31 Jul 2014 13:10:30 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-InstallPaths
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.1 2014/07/31 12:48:29 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 
1.2 2014/07/31 13:10:30 civil Exp $
+
+  31 Jul 2014; Vladimir Smirnov ExtUtils-InstallPaths-0.10.0.ebuild:
+  Keyword for ~arm.
 
 *ExtUtils-InstallPaths-0.10.0 (31 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in perl-core/podlators: podlators-2.5.3.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 13:12:30

  Modified: podlators-2.5.3.ebuild ChangeLog
  Log:
  Keyword for ~arm
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  perl-core/podlators/podlators-2.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/podlators/podlators-2.5.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/podlators/podlators-2.5.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/podlators/podlators-2.5.3.ebuild?r1=1.1r2=1.2

Index: podlators-2.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/podlators/podlators-2.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- podlators-2.5.3.ebuild  16 Jul 2014 19:10:18 -  1.1
+++ podlators-2.5.3.ebuild  31 Jul 2014 13:12:30 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/perl-core/podlators/podlators-2.5.3.ebuild,v 1.1 
2014/07/16 19:10:18 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/podlators/podlators-2.5.3.ebuild,v 1.2 
2014/07/31 13:12:30 civil Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Format POD source into various output formats
 
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~x86
 IUSE=
 
 RDEPEND==dev-lang/perl-5.8.8-r8



1.14 perl-core/podlators/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/podlators/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/podlators/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/podlators/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/podlators/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Jul 2014 19:10:18 -  1.13
+++ ChangeLog   31 Jul 2014 13:12:30 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/podlators
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/podlators/ChangeLog,v 1.13 
2014/07/16 19:10:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/podlators/ChangeLog,v 1.14 
2014/07/31 13:12:30 civil Exp $
+
+  31 Jul 2014; Vladimir Smirnov podlators-2.5.3.ebuild:
+  Keyword for ~arm
 
 *podlators-2.5.3 (16 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in virtual/perl-podlators: perl-podlators-2.5.3.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 13:20:54

  Modified: perl-podlators-2.5.3.ebuild ChangeLog
  Log:
  Keyword for ~arm
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  virtual/perl-podlators/perl-podlators-2.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild?r1=1.1r2=1.2

Index: perl-podlators-2.5.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-podlators-2.5.3.ebuild 16 Jul 2014 19:10:07 -  1.1
+++ perl-podlators-2.5.3.ebuild 31 Jul 2014 13:20:53 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild,v 
1.1 2014/07/16 19:10:07 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-podlators/perl-podlators-2.5.3.ebuild,v 
1.2 2014/07/31 13:20:53 civil Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~x86
 IUSE=
 
 RDEPEND=



1.17 virtual/perl-podlators/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-podlators/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-podlators/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   16 Jul 2014 19:10:07 -  1.16
+++ ChangeLog   31 Jul 2014 13:20:53 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/perl-podlators
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-podlators/ChangeLog,v 1.16 
2014/07/16 19:10:07 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-podlators/ChangeLog,v 1.17 
2014/07/31 13:20:53 civil Exp $
+
+  31 Jul 2014; Vladimir Smirnov perl-podlators-2.5.3.ebuild:
+  Keyword for ~arm
 
 *perl-podlators-2.5.3 (16 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: metadata.xml Module-Build-Tiny-0.37.0.ebuild ChangeLog

2014-07-31 Thread Vladimir Smirnov (civil)
civil   14/07/31 13:23:00

  Added:metadata.xml Module-Build-Tiny-0.37.0.ebuild
ChangeLog
  Log:
  Initial bump. Based on Kent's ebuild from perl-experimental
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.1  dev-perl/Module-Build-Tiny/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdperl/herd
upstream
remote-id type=cpanModule-Build-Tiny/remote-id
remote-id type=cpan-moduleModule::Build::Tiny/remote-id
/upstream
/pkgmetadata



1.1  dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild?rev=1.1content-type=text/plain

Index: Module-Build-Tiny-0.37.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.37.0.ebuild,v
 1.1 2014/07/31 13:23:00 civil Exp $
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.037
inherit perl-module

DESCRIPTION='A tiny replacement for Module::Build'
LICENSE= || ( Artistic GPL-2 )
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=test

RDEPEND=
virtual/perl-CPAN-Meta
=virtual/perl-Exporter-5.570.0
virtual/perl-ExtUtils-CBuilder
=dev-perl/ExtUtils-Config-0.3.0
=dev-perl/ExtUtils-Helpers-0.20.0
virtual/perl-ExtUtils-Install
=dev-perl/ExtUtils-InstallPaths-0.2.0
virtual/perl-ExtUtils-ParseXS
virtual/perl-File-Path
virtual/perl-File-Spec
=virtual/perl-Getopt-Long-2.360.0
=virtual/perl-JSON-PP-2.0.0
virtual/perl-podlators
virtual/perl-Test-Harness


DEPEND=
${RDEPEND}
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Temp
virtual/perl-IO
=virtual/perl-Test-Simple-0.88
virtual/perl-XSLoader
)


SRC_TEST=do parallel

mytargets=install



1.1  dev-perl/Module-Build-Tiny/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-perl/Module-Build-Tiny
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.1 
2014/07/31 13:23:00 civil Exp $

*Module-Build-Tiny-0.37.0 (31 Jul 2014)

  31 Jul 2014; Vladimir Smirnov +Module-Build-Tiny-0.37.0.ebuild, +metadata.xml:
  Initial bump. Based on Kent's ebuild from perl-experimental






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/qt: index.xml

2014-07-09 Thread Vladimir Smirnov (civil)
civil   14/07/09 15:03:20

  Modified: index.xml
  Log:
  Adding myself to Qt, after talking with Pinkbyte

Revision  ChangesPath
1.74 xml/htdocs/proj/en/desktop/qt/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/index.xml?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/index.xml?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/index.xml?r1=1.73r2=1.74

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/qt/index.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- index.xml   5 Mar 2014 09:47:23 -   1.73
+++ index.xml   9 Jul 2014 15:03:20 -   1.74
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
 ?xml-stylesheet href=/xsl/project.xsl type=text/xsl?
 ?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/qt/index.xml,v 
1.73 2014/03/05 09:47:23 pinkbyte Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/qt/index.xml,v 
1.74 2014/07/09 15:03:20 civil Exp $ --
 !DOCTYPE project SYSTEM /dtd/project.dtd
 project
 
@@ -86,6 +86,7 @@
 dev role=memberwired/dev
 dev role=leadpinkbyte/dev
 dev role=memberzlogene/dev
+dev role=membercivil/dev
 
 herd name=qt /
 






[gentoo-commits] gentoo-x86 commit in profiles: package.mask

2014-05-27 Thread Vladimir Smirnov (civil)
civil   14/05/27 08:40:58

  Modified: package.mask
  Log:
  Add perl-5.20 to global package.mask, cause it will cause a lot of troubles
  for first several weeks at least.

Revision  ChangesPath
1.15732  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15732view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15732content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15731r2=1.15732

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15731
retrieving revision 1.15732
diff -u -r1.15731 -r1.15732
--- package.mask27 May 2014 02:26:42 -  1.15731
+++ package.mask27 May 2014 08:40:58 -  1.15732
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15731 2014/05/27 
02:26:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15732 2014/05/27 
08:40:58 civil Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Vladimir Smirnov ci...@gentoo.org (27 May 2014)
+# Masked for testing, will defenitely cause major breakage
+=dev-lang/perl-5.20*
+
 # Jauhien Piatlicki jauh...@gentoo.org (26 May 2014)
 # Masked for testing as there are issues with powermanagement
 # (not working reboot/halt)






[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.20.0.ebuild ChangeLog

2014-05-27 Thread Vladimir Smirnov (civil)
civil   14/05/27 10:28:05

  Modified: ChangeLog
  Added:perl-5.20.0.ebuild
  Log:
  Version bump. Should not be used until unmasked.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.420dev-lang/perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.420view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.420content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.419r2=1.420

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -r1.419 -r1.420
--- ChangeLog   30 Apr 2014 14:47:53 -  1.419
+++ ChangeLog   27 May 2014 10:28:05 -  1.420
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.419 2014/04/30 
14:47:53 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.420 2014/05/27 
10:28:05 civil Exp $
+
+*perl-5.20.0 (27 May 2014)
+
+  27 May 2014; Vladimir Smirnov +perl-5.20.0.ebuild:
+  Version bump. Should not be used until unmasked.
 
   30 Apr 2014; Vladimir Smirnov +files/eblits/src_prepare-v50180002.eblit,
   perl-5.18.2.ebuild:



1.1  dev-lang/perl/perl-5.20.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.0.ebuild?rev=1.1content-type=text/plain

Index: perl-5.20.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.0.ebuild,v 1.1 
2014/05/27 10:28:05 civil Exp $

EAPI=5

inherit eutils alternatives flag-o-matic toolchain-funcs multilib 
multiprocessing

PATCH_VER=1

PERL_OLDVERSEN=
MODULE_AUTHOR=RJBS

SHORT_PV=${PV%.*}
MY_P=perl-${PV/_rc/-RC}
MY_PV=${PV%_rc*}

DESCRIPTION=Larry Wall's Practical Extraction and Report Language

SRC_URI=
mirror://cpan/src/5.0/${MY_P}.tar.bz2

mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2

http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2

HOMEPAGE=http://www.perl.org/;

LICENSE=|| ( Artistic GPL-1+ )
SLOT=0/${SHORT_PV}
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
IUSE=berkdb debug doc gdbm ithreads

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( =sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib

DEPEND=${RDEPEND}
!prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) )

PDEPEND==app-admin/perl-cleaner-2.5

S=${WORKDIR}/${MY_P}

dual_scripts() {
src_remove_dual  perl-core/Archive-Tar1.820.0  ptar 
ptardiff ptargrep
src_remove_dual  perl-core/Digest-SHA 5.710.0  shasum
src_remove_dual  perl-core/CPAN   1.980.0  cpan
src_remove_dual  perl-core/CPANPLUS   0.912.100cpanp 
cpan2dist
src_remove_dual_file perl-core/CPANPLUS   0.912.100
/usr/bin/cpanp-run-perl
src_remove_dual  perl-core/Encode 2.440.0  enc2xs 
piconv
src_remove_dual  perl-core/ExtUtils-MakeMaker 6.630.200_rc instmodsh
src_remove_dual  perl-core/ExtUtils-ParseXS   3.160.0  xsubpp
src_remove_dual  perl-core/IO-Compress2.48.0   
zipdetails
src_remove_dual  perl-core/JSON-PP2.272.0  json_pp
src_remove_dual  perl-core/Module-Build   0.390.100_rc 
config_data
src_remove_dual  perl-core/Module-CoreList2.840.0  corelist
src_remove_dual  perl-core/PodParser  1.510.0  
pod2usage podchecker podselect
src_remove_dual  perl-core/Pod-Perldoc1.170.0  perldoc
src_remove_dual  perl-core/Test-Harness   3.230.0  prove
src_remove_dual  perl-core/podlators  2.4.0pod2man 
pod2text
src_remove_dual_man  perl-core/podlators  2.4.0
/usr/share/man/man1/perlpodstyle.1
}

# eblit-include [--skip] function [version]
eblit-include() {
local

[gentoo-commits] gentoo-x86 commit in sys-cluster/vzctl: vzctl-4.7.2.ebuild ChangeLog

2014-05-08 Thread Vladimir Smirnov (civil)
civil   14/05/08 07:55:12

  Modified: vzctl-4.7.2.ebuild ChangeLog
  Log:
  Fix several typos in pkg_postinst, now messages should be displayed properly 
in all cases
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  sys-cluster/vzctl/vzctl-4.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild?r1=1.1r2=1.2

Index: vzctl-4.7.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vzctl-4.7.2.ebuild  7 May 2014 08:15:58 -   1.1
+++ vzctl-4.7.2.ebuild  8 May 2014 07:55:12 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild,v 1.1 
2014/05/07 08:15:58 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.7.2.ebuild,v 1.2 
2014/05/08 07:55:12 civil Exp $
 
 EAPI=5
 
@@ -78,16 +78,16 @@
ewarn /usr/share/vzctl/scripts/vpsreboot from crontab and use
ewarn /etc/init.d/vzeventd.
 
-   if !has_version sys-process/criu; then
+   if ! has_version sys-process/criu; then
einfo If you want checkpoint suspend/restore feature in 
vanilla kernel
einfo please install sys-process/criu.
einfo This is experimental and not stable (in Gentoo) at the 
moment.
fi
 
-   if !has_version app-arch/xz-utils; then
+   if ! has_version app-arch/xz-utils; then
einfo If you work with xz compressed templates, please install 
app-arch/xz-utils
fi
-   if !has_version app-crypt/gnupg; then
+   if ! has_version app-crypt/gnupg; then
einfo If you want to check signature of donwloaded template, 
install app-crypt/gnupg
fi
 }



1.125sys-cluster/vzctl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.125view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.125content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?r1=1.124r2=1.125

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   7 May 2014 08:15:58 -   1.124
+++ ChangeLog   8 May 2014 07:55:12 -   1.125
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/vzctl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.124 
2014/05/07 08:15:58 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.125 
2014/05/08 07:55:12 civil Exp $
+
+  08 May 2014; Vladimir Smirnov ci...@gentoo.org vzctl-4.7.2.ebuild:
+  Fix several typos in pkg_postinst, now messages should be displayed properly
+  in all cases
 
 *vzctl-4.7.2 (07 May 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/openvz-sources: openvz-sources-2.6.32.88.4.ebuild ChangeLog

2014-05-03 Thread Vladimir Smirnov (civil)
civil   14/05/03 11:01:11

  Modified: ChangeLog
  Added:openvz-sources-2.6.32.88.4.ebuild
  Log:
  Version bump, requested by maintainer.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.224sys-kernel/openvz-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.224view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.224content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?r1=1.223r2=1.224

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog   30 Apr 2014 15:11:36 -  1.223
+++ ChangeLog   3 May 2014 11:01:11 -   1.224
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/openvz-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.223 
2014/04/30 15:11:36 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.224 
2014/05/03 11:01:11 civil Exp $
+
+*openvz-sources-2.6.32.88.4 (03 May 2014)
+
+  03 May 2014; Vladimir Smirnov ci...@gentoo.org
+  +openvz-sources-2.6.32.88.4.ebuild:
+  Version bump, requested by maintainer.
 
   30 Apr 2014; Maxim Koltsov maksbo...@gentoo.org
   -openvz-sources-2.6.32.81.3.ebuild, -openvz-sources-2.6.32.85.17.ebuild:



1.1  sys-kernel/openvz-sources/openvz-sources-2.6.32.88.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.88.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.88.4.ebuild?rev=1.1content-type=text/plain

Index: openvz-sources-2.6.32.88.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.88.4.ebuild,v
 1.1 2014/05/03 11:01:11 civil Exp $

EAPI=5

inherit versionator

OVZ_KV=0$(get_version_component_range 4).$(get_version_component_range 5)

CKV=$(get_version_component_range 1-3)
OKV=${OKV:-${CKV}}
EXTRAVERSION=-${PN/-*}-${OVZ_KV}
ETYPE=sources
KV_FULL=${CKV}${EXTRAVERSION}
if [[ ${PR} != r0 ]]; then
KV_FULL+=-${PR}
EXTRAVERSION+=-${PR}
fi
S=${WORKDIR}/linux-${KV_FULL}

# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed.
KV_MAJOR=$(get_version_component_range 1 ${OKV})
KV_MINOR=$(get_version_component_range 2 ${OKV})
KV_PATCH=$(get_version_component_range 3 ${OKV})

KERNEL_URI=mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz

inherit kernel-2
#detect_version

KEYWORDS=~amd64 ~ppc64 ~sparc ~x86
IUSE=

DESCRIPTION=Kernel sources with OpenVZ patchset
HOMEPAGE=http://www.openvz.org;
SRC_URI=${KERNEL_URI} ${ARCH_URI}

http://download.openvz.org/kernel/branches/rhel6-${CKV}/042stab${OVZ_KV}/patches/patch-042stab${OVZ_KV}-combined.gz;

UNIPATCH_STRICTORDER=1
UNIPATCH_LIST=${DISTDIR}/patch-042stab${OVZ_KV}-combined.gz

K_EXTRAEINFO=This openvz kernel uses RHEL6 patchset instead of vanilla kernel.
This patchset considered to be more stable and security supported by upstream,
but for us RHEL6 patchset is very fragile and fails to build in many
configurations so if you have problems use config files from openvz team
http://wiki.openvz.org/Download/kernel/rhel6/042stab${OVZ_KV};






[gentoo-commits] gentoo-x86 commit in dev-lang/perl/files/eblits: src_prepare-v50180002.eblit

2014-04-30 Thread Vladimir Smirnov (civil)
civil   14/04/30 14:47:53

  Added:src_prepare-v50180002.eblit
  Log:
  Add fixes for gentoo-freebsd prefix and freemint prefix.
  Should fix 464784 and 507182
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.1  dev-lang/perl/files/eblits/src_prepare-v50180002.eblit

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_prepare-v50180002.eblit?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_prepare-v50180002.eblit?rev=1.1content-type=text/plain

Index: src_prepare-v50180002.eblit
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_prepare-v50180002.eblit,v
 1.1 2014/04/30 14:47:53 civil Exp $

src_prepare_update_patchlevel_h() {
# Copied and modified from debian:
# Copyright 2011 Niko Tyni
# This program is free software; you can redistribute it and/or modify
# it under the same terms as Perl itself.
local patchdir=${WORKDIR}/patches
local prefix

[[ -f ${patchdir}/series ]] || return 0

while read patch
do
patchname=$(echo $patch | sed 's/\.diff$//')
 $patchdir/$patch sed -e '/^Subject:/ { N; s/\n / / }' | sed -n -e '

# massage the patch headers
s|^Bug: .*https\?://rt\.perl\.org/.*id=\(.*\).*|[perl #\1]|; tprepend;
s|^Bug: .*https\?://rt\.cpan\.org/.*id=\(.*\).*|[rt.cpan.org #\1]|; 
tprepend;
s|^Bug-Gentoo: ||; tprepend;
s/^\(Subject\|Description\): //; tappend;
s|^Origin: 
.*http://perl5\.git\.perl\.org/perl\.git/commit\(diff\)\?/\(...\).*|[\2]|; 
tprepend;

# post-process at the end of input
$ { x;
# include the version number in the patchlevel.h description 
(if available)
s/List packaged patches/' for ${PF}(#${PATCH_VER})'/;

# escape any backslashes and double quotes
s|\\||g; s||\\|g;

# add a prefix
s|^|\t,'$prefix$patchname' - |;
# newlines away
s/\n/ /g; s/  */ /g;
# add a suffix
s/ *$//; p
};
# stop all processing
d;
# label: append to the hold space
:append H; d;
# label: prepend to the hold space
:prepend x; H; d;
'
done  ${WORKDIR}/patches/series  ${S}/patchlevel-gentoo.h
}

eblit-perl-src_prepare() {
local patch
EPATCH_OPTS+= -p1
einfo Applying patches from ${MY_P}-patches-${PATCH_VER} ...
while read patch ; do
EPATCH_SINGLE_MSG=  ${patch} ...
epatch ${WORKDIR}/patches/${patch}
done  ${WORKDIR}/patches/series

src_prepare_update_patchlevel_h

# pod/perltoc.pod fails
# lib/ExtUtils/t/Embed.t fails
if ! tc-is-static-only ; then
ln -s ${LIBPERL} libperl$(get_libname ${SHORT_PV}) || die
ln -s ${LIBPERL} libperl$(get_libname ) || die
fi
}







[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.18.2.ebuild ChangeLog

2014-04-30 Thread Vladimir Smirnov (civil)
civil   14/04/30 14:47:53

  Modified: perl-5.18.2.ebuild ChangeLog
  Log:
  Add fixes for gentoo-freebsd prefix and freemint prefix.
  Should fix 464784 and 507182
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.4  dev-lang/perl/perl-5.18.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?r1=1.3r2=1.4

Index: perl-5.18.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-5.18.2.ebuild  11 Mar 2014 17:01:15 -  1.3
+++ perl-5.18.2.ebuild  30 Apr 2014 14:47:53 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.3 
2014/03/11 17:01:15 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.4 
2014/04/30 14:47:53 civil Exp $
 
 EAPI=5
 
 inherit eutils alternatives flag-o-matic toolchain-funcs multilib 
multiprocessing
 
-PATCH_VER=1
+PATCH_VER=2
 
 PERL_OLDVERSEN=5.18.0 5.18.1
 MODULE_AUTHOR=RJBS
@@ -20,8 +20,8 @@
 SRC_URI=
mirror://cpan/src/5.0/${MY_P}.tar.bz2

mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
-   mirror://gentoo/${MY_P}-${PATCH_VER}.tar.bz2
-   
http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-${PATCH_VER}.tar.bz2
+   mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2
+   
http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2
 
 HOMEPAGE=http://www.perl.org/;
 



1.419dev-lang/perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.419view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.419content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.418r2=1.419

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -r1.418 -r1.419
--- ChangeLog   11 Mar 2014 17:01:15 -  1.418
+++ ChangeLog   30 Apr 2014 14:47:53 -  1.419
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.418 2014/03/11 
17:01:15 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.419 2014/04/30 
14:47:53 civil Exp $
+
+  30 Apr 2014; Vladimir Smirnov +files/eblits/src_prepare-v50180002.eblit,
+  perl-5.18.2.ebuild:
+  Add fixes for gentoo-freebsd prefix and freemint prefix. Should fix 464784 
and
+  507182
 
   11 Mar 2014; Vladimir Smirnov ci...@gentoo.org
   +files/eblits/src_configure-v50180002.eblit,






[gentoo-commits] gentoo-x86 commit in sys-cluster/ploop: ploop-1.11.ebuild ChangeLog

2014-04-09 Thread Vladimir Smirnov (civil)
civil   14/04/09 21:39:01

  Modified: ChangeLog
  Added:ploop-1.11.ebuild
  Log:
  Version bump, requested by proxy maintainer
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.27 sys-cluster/ploop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   14 Jan 2014 13:58:30 -  1.26
+++ ChangeLog   9 Apr 2014 21:39:01 -   1.27
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/ploop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.26 
2014/01/14 13:58:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.27 
2014/04/09 21:39:01 civil Exp $
+
+*ploop-1.11 (09 Apr 2014)
+
+  09 Apr 2014; Vladimir Smirnov ci...@gentoo.org +ploop-1.11.ebuild:
+  Version bump, requested by proxy maintainer
 
   14 Jan 2014; Agostino Sarubbo a...@gentoo.org ploop-1.9.ebuild:
   Stable for x86, wrt bug #495946



1.1  sys-cluster/ploop/ploop-1.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ploop-1.11.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ploop/ploop-1.11.ebuild?rev=1.1content-type=text/plain

Index: ploop-1.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.11.ebuild,v 1.1 
2014/04/09 21:39:01 civil Exp $

EAPI=5

inherit eutils toolchain-funcs multilib systemd

DESCRIPTION=openvz tool and a library to control ploop block devices
HOMEPAGE=http://wiki.openvz.org/Download/ploop;
SRC_URI=http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug static-libs

DEPEND=
dev-libs/libxml2
virtual/pkgconfig


RDEPEND=dev-libs/libxml2
!sys-cluster/vzctl-4.5
sys-block/parted
sys-fs/e2fsprogs
sys-process/lsof
sys-apps/findutils


DOCS=( tools/README )

src_prepare() {
# Respect CFLAGS and CC, do not add debug by default
sed -i \
-e 's|CFLAGS =|CFLAGS +=|' \
-e '/CFLAGS/s/-g -O0 //' \
-e '/CFLAGS/s/-O2//' \
-e 's|CC=|CC?=|' \
-e 's/-Werror//' \
-e '/DEBUG=yes/d' \
-e '/LOCKDIR/s/var/run/' \
Makefile.inc || die 'sed on Makefile.inc failed'
# Avoid striping of binaries
sed -e '/INSTALL/{s: -s::}' -i tools/Makefile || die 'sed on 
tools/Makefile failed'

# respect AR and RANLIB, bug #452092
tc-export AR RANLIB
sed -i -e 's/ranlib/$(RANLIB)/' lib/Makefile || die 'sed on 
lib/Makefile failed'
}

src_compile() {
emake CC=$(tc-getCC) V=1 $(usex debug 'DEBUG' '' '=yes' '')
}

src_install() {
default
ldconfig -n ${D}/usr/$(get_libdir)/ || die
}

pkg_postinst() {
elog Warning - API changes
elog 1. This version requires running vzkernel = 2.6.32-042stab79.5 
and vzctl-4.5 ot above
elog 2. DiskDescriptor.xml created by older ploop versions will be 
converted to new format
elog 3. If you have use --diskquota parameter on gentoo CT, please 
install sys-fs/quota on CT. 
elog [3] is gentoo specific messages (due to stage3 not contain quota 
tools) 
elog 
elog 
elog If you use OpenRC init system, please add tmpfiles.setup service 
in boot runlevel
elog Otherwise, openvz container won't work properly!

}






[gentoo-commits] gentoo-x86 commit in dev-lang/perl/files/eblits: src_configure-v50180002.eblit src_configure-v50160001.eblit

2014-03-11 Thread Vladimir Smirnov (civil)
civil   14/03/11 17:01:14

  Modified: src_configure-v50160001.eblit
  Added:src_configure-v50180002.eblit
  Log:
  Replace prefix-specific hack to find valid libdirs with
  saner autotool-ish library check.
  Thanks to Ruud Koolen (redliz...@gentoo.org)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.7  dev-lang/perl/files/eblits/src_configure-v50160001.eblit

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit?r1=1.6r2=1.7

Index: src_configure-v50160001.eblit
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- src_configure-v50160001.eblit   22 Nov 2013 08:56:13 -  1.6
+++ src_configure-v50160001.eblit   11 Mar 2014 17:01:14 -  1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v
 1.6 2013/11/22 08:56:13 haubi Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50160001.eblit,v
 1.7 2014/03/11 17:01:14 civil Exp $
 
 myconf() {
# the myconf array is declared in src_configure



1.1  dev-lang/perl/files/eblits/src_configure-v50180002.eblit

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50180002.eblit?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50180002.eblit?rev=1.1content-type=text/plain

Index: src_configure-v50180002.eblit
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/perl/files/eblits/src_configure-v50180002.eblit,v
 1.1 2014/03/11 17:01:14 civil Exp $

myconf() {
# the myconf array is declared in src_configure
myconf=( ${myconf[@]} $@ )
}

eblit-perl-src_configure() {
declare -a myconf

export LC_ALL=C
[[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091

# some arches and -O do not mix :)
use ppc  replace-flags -O? -O1
# Perl has problems compiling with -Os in your flags with glibc
use elibc_uclibc || replace-flags -Os -O2
# This flag makes compiling crash in interesting ways
filter-flags -malign-double
# Fixes bug #97645
use ppc  filter-flags -mpowerpc-gpopt
# Fixes bug #143895 on gcc-4.1.1
filter-flags -fsched2-use-superblocks

use sparc  myconf -Ud_longdbl

export BUILD_BZIP2=0
export BZIP2_INCLUDE=${EPREFIX}/usr/include
export BZIP2_LIB=${EPREFIX}/usr/$(get_libdir)

export BUILD_ZLIB=False
export ZLIB_INCLUDE=${EPREFIX}/usr/include
export ZLIB_LIB=${EPREFIX}/usr/$(get_libdir)

# allow either gdbm to provide ndbm (in gdbm/ndbm.h) or db1

myndbm='U'
mygdbm='U'
mydb='U'

if use gdbm ; then
mygdbm='D'
myndbm='D'
fi
if use berkdb ; then
mydb='D'
has_version '=sys-libs/db-1*'  myndbm='D'
fi

myconf -${myndbm}i_ndbm -${mygdbm}i_gdbm -${mydb}i_db

if use alpha  [[ $(tc-getCC) = ccc ]] ; then
ewarn Perl will not be built with berkdb support, use gcc if 
you needed it...
myconf -Ui_db -Ui_ndbm
fi

use ithreads  myconf -Dusethreads

if use debug ; then
append-cflags -g
myconf -DDEBUGGING
elif [[ ${CFLAGS} == *-g* ]] ; then
myconf -DDEBUGGING=-g
else
myconf -DDEBUGGING=none
fi

if [[ -n ${PERL_OLDVERSEN} ]] ; then
local inclist=$(for v in ${PERL_OLDVERSEN}; do echo -n 
${v}/${myarch}${mythreading} ${v} ; done )
myconf -Dinc_version_list=${inclist}
fi

[[ ${ELIBC} == FreeBSD ]]  myconf -Dlibc=/usr/$(get_libdir)/libc.a

# Prefix: the host system needs not to follow Gentoo multilib stuff, 
and in
# Prefix itself we don't do multilib either, so make sure perl can find
# something compatible.
if use prefix ; then
# Set a hook to check 

[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.18.2.ebuild ChangeLog

2014-03-11 Thread Vladimir Smirnov (civil)
civil   14/03/11 17:01:15

  Modified: perl-5.18.2.ebuild ChangeLog
  Log:
  Replace prefix-specific hack to find valid libdirs with
  saner autotool-ish library check.
  Thanks to Ruud Koolen (redliz...@gentoo.org)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.3  dev-lang/perl/perl-5.18.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?r1=1.2r2=1.3

Index: perl-5.18.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-5.18.2.ebuild  9 Mar 2014 23:29:34 -   1.2
+++ perl-5.18.2.ebuild  11 Mar 2014 17:01:15 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.2 
2014/03/09 23:29:34 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.3 
2014/03/11 17:01:15 civil Exp $
 
 EAPI=5
 
@@ -100,7 +100,7 @@
 
 #src_unpack()  { eblit-run src_unpackv50160001 ; }
 src_prepare()  { eblit-run src_prepare   v50160001 ; }
-src_configure(){ eblit-run src_configure v50160001 ; }
+src_configure(){ eblit-run src_configure v50180002 ; }
 #src_compile() { eblit-run src_compile   v50160001 ; }
 src_test() { eblit-run src_test  v50160001 ; }
 src_install()  { eblit-run src_install   v50160001 ; }



1.418dev-lang/perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.418view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.418content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.417r2=1.418

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- ChangeLog   10 Mar 2014 08:22:37 -  1.417
+++ ChangeLog   11 Mar 2014 17:01:15 -  1.418
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.417 2014/03/10 
08:22:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.418 2014/03/11 
17:01:15 civil Exp $
+
+  11 Mar 2014; Vladimir Smirnov ci...@gentoo.org
+  +files/eblits/src_configure-v50180002.eblit,
+  files/eblits/src_configure-v50160001.eblit, perl-5.18.2.ebuild:
+  Replace prefix-specific hack to find valid libdirs with saner autotool-ish
+  library check. Thanks to Ruud Koolen (redliz...@gentoo.org)
 
   10 Mar 2014; Mikle Kolyada zlog...@gentoo.org -perl-5.18.1.ebuild:
   Drop old






[gentoo-commits] gentoo-x86 commit in dev-perl/perltidy: perltidy-20130922.0.0.ebuild ChangeLog

2014-03-11 Thread Vladimir Smirnov (civil)
civil   14/03/11 18:40:27

  Modified: ChangeLog
  Added:perltidy-20130922.0.0.ebuild
  Log:
  Version bump.
  With fix for #504178
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.69 dev-perl/perltidy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   26 Mar 2013 10:12:58 -  1.68
+++ ChangeLog   11 Mar 2014 18:40:27 -  1.69
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/perltidy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.68 
2013/03/26 10:12:58 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.69 
2014/03/11 18:40:27 civil Exp $
+
+*perltidy-20130922.0.0 (11 Mar 2014)
+
+  11 Mar 2014; Vladimir Smirnov ci...@gentoo.org
+  +files/perltidy-20130922.0.0-CVE-2014-2277.patch,
+  +perltidy-20130922.0.0.ebuild:
+  Version bump. With fix for #504178
 
   26 Mar 2013; Agostino Sarubbo a...@gentoo.org perltidy-20121207.0.0.ebuild:
   Stable for ppc, wrt bug #456596



1.1  dev-perl/perltidy/perltidy-20130922.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/perltidy-20130922.0.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/perltidy-20130922.0.0.ebuild?rev=1.1content-type=text/plain

Index: perltidy-20130922.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20130922.0.0.ebuild,v 1.1 
2014/03/11 18:40:27 civil Exp $

EAPI=4

MY_PN=Perl-Tidy
MODULE_AUTHOR=SHANCOCK
MODULE_VERSION=20130922
inherit perl-module

DESCRIPTION=Perl script indenter and beautifier
HOMEPAGE=http://perltidy.sourceforge.net/ ${HOMEPAGE}

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris
IUSE=

SRC_TEST=do

src_prepare() {
epatch ${FILESDIR}/${P}-CVE-2014-2277.patch
}

src_install() {
perl-module_src_install
docinto examples
dodoc ${S}/examples/*
}






[gentoo-commits] gentoo-x86 commit in dev-perl/perltidy/files: perltidy-20130922.0.0-CVE-2014-2277.patch

2014-03-11 Thread Vladimir Smirnov (civil)
civil   14/03/11 18:40:27

  Added:perltidy-20130922.0.0-CVE-2014-2277.patch
  Log:
  Version bump.
  With fix for #504178
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.1  
dev-perl/perltidy/files/perltidy-20130922.0.0-CVE-2014-2277.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/files/perltidy-20130922.0.0-CVE-2014-2277.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/perltidy/files/perltidy-20130922.0.0-CVE-2014-2277.patch?rev=1.1content-type=text/plain

Index: perltidy-20130922.0.0-CVE-2014-2277.patch
===
Description: Replace insecure make_temporary_filename with File::Temp::tempfile
Forwarded: http://lists.example.com/2010/03/1234.html
Origin: vendor, http://bugs.debian.org/740670
Author: Don Armstrong d...@debian.org
Last-Update: 2010-03-29
--- a/lib/Perl/Tidy.pm
+++ b/lib/Perl/Tidy.pm
@@ -76,6 +76,7 @@
 use IO::File;
 use File::Basename;
 use File::Copy;
+use File::Temp qw(tempfile);
 
 BEGIN {
 ( $VERSION = q($Id: perltidy-20130922.0.0-CVE-2014-2277.patch,v 1.1 
2014/03/11 18:40:27 civil Exp $) ) =~ s/^.*\s+(\d+)\/(\d+)\/(\d+).*$/$1$2$3/; # 
all one line for MakeMaker
@@ -235,35 +236,6 @@
 return undef;
 }
 
-sub make_temporary_filename {
-
-# Make a temporary filename.
-# The POSIX tmpnam() function has been unreliable for non-unix systems
-# (at least for the win32 systems that I've tested), so use a pre-defined
-# name for them.  A disadvantage of this is that two perltidy
-# runs in the same working directory may conflict.  However, the chance of
-# that is small and manageable by the user, especially on systems for which
-# the POSIX tmpnam function doesn't work.
-my $name = perltidy.TMP;
-if ( $^O =~ /win32|dos/i || $^O eq 'VMS' || $^O eq 'MacOs' ) {
-return $name;
-}
-eval use POSIX qw(tmpnam);
-if ($@) { return $name }
-use IO::File;
-
-# just make a couple of tries before giving up and using the default
-for ( 0 .. 3 ) {
-my $tmpname = tmpnam();
-my $fh = IO::File-new( $tmpname, O_RDWR | O_CREAT | O_EXCL );
-if ($fh) {
-$fh-close();
-return ($tmpname);
-last;
-}
-}
-return ($name);
-}
 
 # Here is a map of the flow of data from the input source to the output
 # line sink:
@@ -1324,11 +1296,7 @@
 my ( $fh_stream, $fh_name ) =
   Perl::Tidy::streamhandle( $stream, 'r' );
 if ($fh_stream) {
-my ( $fout, $tmpnam );
-
-# TODO: fix the tmpnam routine to return an open filehandle
-$tmpnam = Perl::Tidy::make_temporary_filename();
-$fout = IO::File-new( $tmpnam, 'w' );
+my ( $fout, $tmpnam ) = tempfile();
 
 if ($fout) {
 $fname  = $tmpnam;
@@ -5159,14 +5127,7 @@
 # Pod::Html requires a real temporary filename
 # If we are making a frame, we have a name available
 # Otherwise, we have to fine one
-my $tmpfile;
-if ( $rOpts-{'frames'} ) {
-$tmpfile = $self-{_toc_filename};
-}
-else {
-$tmpfile = Perl::Tidy::make_temporary_filename();
-}
-my $fh_tmp = IO::File-new( $tmpfile, 'w' );
+my ($fh_tmp,$tmpfile) = tempfile();
 unless ($fh_tmp) {
 Perl::Tidy::Warn
   unable to open temporary file $tmpfile; cannot use pod2html\n;






[gentoo-commits] gentoo-x86 commit in perl-core/Module-Build: Module-Build-0.420.0.ebuild ChangeLog

2014-03-10 Thread Vladimir Smirnov (civil)
civil   14/03/10 12:55:04

  Modified: ChangeLog
  Added:Module-Build-0.420.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.82 perl-core/Module-Build/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.82view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?rev=1.82content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/ChangeLog?r1=1.81r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   20 Jan 2014 20:58:20 -  1.81
+++ ChangeLog   10 Mar 2014 12:55:04 -  1.82
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/Module-Build
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.81 
2014/01/20 20:58:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.82 
2014/03/10 12:55:04 civil Exp $
+
+*Module-Build-0.420.0 (10 Mar 2014)
+
+  10 Mar 2014; Vladimir Smirnov ci...@gentoo.org 
+Module-Build-0.420.0.ebuild:
+  Version bump
 
   20 Jan 2014; Mike Frysinger vap...@gentoo.org Module-Build-0.36.07.ebuild,
   Module-Build-0.362.400.ebuild, Module-Build-0.380.0.ebuild,



1.1  perl-core/Module-Build/Module-Build-0.420.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.420.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Build/Module-Build-0.420.0.ebuild?rev=1.1content-type=text/plain

Index: Module-Build-0.420.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.420.0.ebuild,v 
1.1 2014/03/10 12:55:04 civil Exp $

EAPI=4

MODULE_AUTHOR=LEONT
MODULE_VERSION=0.4200
inherit perl-module

DESCRIPTION=Build and install Perl modules

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=test

RDEPEND=
=virtual/perl-CPAN-Meta-2.110.420
=virtual/perl-CPAN-Meta-YAML-0.3.0
=virtual/perl-Parse-CPAN-Meta-1.440.100
=virtual/perl-Module-Metadata-1.0.2
=virtual/perl-Perl-OSType-1
=virtual/perl-ExtUtils-CBuilder-0.27
=virtual/perl-ExtUtils-ParseXS-2.22.05
=virtual/perl-Archive-Tar-1.09
=virtual/perl-Test-Harness-3.16
=virtual/perl-version-0.87

DEPEND=${RDEPEND}

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Class: Test-Class-0.410.0.ebuild ChangeLog

2014-03-10 Thread Vladimir Smirnov (civil)
civil   14/03/10 13:03:44

  Modified: Test-Class-0.410.0.ebuild ChangeLog
  Log:
  Fix build-time depend for 0.410.0 version.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  dev-perl/Test-Class/Test-Class-0.410.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild?r1=1.1r2=1.2

Index: Test-Class-0.410.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Test-Class-0.410.0.ebuild   24 Feb 2014 17:56:09 -  1.1
+++ Test-Class-0.410.0.ebuild   10 Mar 2014 13:03:44 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild,v 1.1 
2014/02/24 17:56:09 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.410.0.ebuild,v 1.2 
2014/03/10 13:03:44 civil Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
=virtual/perl-Test-Simple-0.78
dev-perl/MRO-Compat
 DEPEND=${RDEPEND}
-   =virtual/perl-Module-Build-0.380.0
+   =virtual/perl-Module-Build-0.420.0
test? ( =dev-perl/Test-Exception-0.25 )
 
 SRC_TEST=do



1.73 dev-perl/Test-Class/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Class/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   24 Feb 2014 17:56:09 -  1.72
+++ ChangeLog   10 Mar 2014 13:03:44 -  1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Class
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.72 
2014/02/24 17:56:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.73 
2014/03/10 13:03:44 civil Exp $
+
+  10 Mar 2014; Vladimir Smirnov ci...@gentoo.org Test-Class-0.410.0.ebuild:
+  Fix build-time depend for 0.410.0 version.
 
 *Test-Class-0.410.0 (24 Feb 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.18.2.ebuild ChangeLog

2014-03-09 Thread Vladimir Smirnov (civil)
civil   14/03/09 23:29:34

  Modified: perl-5.18.2.ebuild ChangeLog
  Log:
  Add first version of patchset for perl 5.18.2
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA832680F)

Revision  ChangesPath
1.2  dev-lang/perl/perl-5.18.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?r1=1.1r2=1.2

Index: perl-5.18.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-5.18.2.ebuild  5 Mar 2014 14:10:57 -   1.1
+++ perl-5.18.2.ebuild  9 Mar 2014 23:29:34 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.1 
2014/03/05 14:10:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.2 
2014/03/09 23:29:34 civil Exp $
 
 EAPI=5
 
@@ -18,10 +18,10 @@
 DESCRIPTION=Larry Wall's Practical Extraction and Report Language
 
 SRC_URI=
-$(true mirror://cpan/src/${MY_P}.tar.bz2)
+   mirror://cpan/src/5.0/${MY_P}.tar.bz2

mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
-$(true mirror://gentoo/${MY_P}-${PATCH_VER}.tar.bz2)
-$(true 
http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${MY_P}-${PATCH_VER}.tar.bz2)
+   mirror://gentoo/${MY_P}-${PATCH_VER}.tar.bz2
+   
http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-${PATCH_VER}.tar.bz2
 
 HOMEPAGE=http://www.perl.org/;
 



1.416dev-lang/perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.416view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.416content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.415r2=1.416

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -r1.415 -r1.416
--- ChangeLog   5 Mar 2014 14:10:57 -   1.415
+++ ChangeLog   9 Mar 2014 23:29:34 -   1.416
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.415 2014/03/05 
14:10:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.416 2014/03/09 
23:29:34 civil Exp $
+
+  09 Mar 2014; Vladimir Smirnov ci...@gentoo.org perl-5.18.2.ebuild:
+  Add first version of patchset for perl 5.18.2
 
 *perl-5.18.2 (05 Mar 2014)