[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-09-19 Thread Mikle Kolyada
commit: 5d144f9e4df60f4e9eadb3b412e2770fb71250c3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Sep 19 11:27:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Sep 19 11:30:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d144f9e

sys-apps/paludis: remove last-rited package

Closes: https://bugs.gentoo.org/658278

 sys-apps/paludis/Manifest |   1 -
 sys-apps/paludis/metadata.xml |  17 ---
 sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild | 148 --
 sys-apps/paludis/paludis-.ebuild  | 145 -
 4 files changed, 311 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
deleted file mode 100644
index d13ad5b563f..000
--- a/sys-apps/paludis/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST paludis-57881321fa3d5d82a9260db54afd608fd61dd533.tar.xz 1004012 BLAKE2B 
0bc65918b277ae4203fb5dc66fe3a84caa142b5e97b9e1f1b9a5f2e1b9c27fb4c60109c0bc1c058e095850bcf488075e21ab080bc5c4f2156e4c901923856ddb
 SHA512 
ed9053b933172dea0122c171a14965b0d183affa8d3f2aa2be5cc2a2cf11f81f8a693b30bee93963dd890ebe41f454cf5ec5ab38f0b7924318b8bd8d1c37f5d9

diff --git a/sys-apps/paludis/metadata.xml b/sys-apps/paludis/metadata.xml
deleted file mode 100644
index 40fe886164f..000
--- a/sys-apps/paludis/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-mgo...@gentoo.org
-Michał Górny
-  
-  
-Enable binary package support. Adds dependency upon
-  app-arch/libarchive
-Use a less boring colourscheme than the default
-Enable cave search --index. Requires
-  dev-db/sqlite.
-Build xml things for metadata.xml and GLSA support
-  (needs dev-libs/libxml2).
-  
-

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
deleted file mode 100644
index b4cf05b0023..000
--- a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-RUBY_VER=2.3
-
-inherit bash-completion-r1 cmake-utils python-single-r1 user
-
-MY_P=paludis-57881321fa3d5d82a9260db54afd608fd61dd533
-DESCRIPTION="paludis, the other package mangler"
-HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
-
-IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
-LICENSE="GPL-2 vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-
-COMMON_DEPEND="
-   >=app-admin/eselect-1.2.13
-   >=app-shells/bash-3.2:0
-   dev-libs/libpcre:=[cxx]
-   sys-apps/file:=
-   pbins? ( >=app-arch/libarchive-3.1.2:= )
-   python? (
-   ${PYTHON_DEPS}
-   =dev-db/sqlite-3:= )
-   xml? ( >=dev-libs/libxml2-2.6:= )"
-
-DEPEND="${COMMON_DEPEND}
-   app-arch/xz-utils
-   >=app-text/asciidoc-8.6.3
-   app-text/htmltidy
-   app-text/xmlto
-   >=sys-devel/gcc-4.7
-   doc? (
-   app-doc/doxygen
-   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
-   )
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
-
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/sandbox"
-
-PDEPEND="app-eselect/eselect-package-manager"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != buildonly ]]; then
-   if id paludisbuild >/dev/null 2>/dev/null ; then
-   if ! groups paludisbuild | grep --quiet '\' ; then
-   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
-   eerror "'tty' group. You should add the user to 
this group before"
-   eerror "upgrading Paludis."
-   die "Please add paludisbuild to tty group"
-   fi
-   fi
-   fi
-}
-
-pkg_setup() {
-   enewgroup "paludisbuild"
-   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
-
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Fix the script shebang on Ruby scripts.
-   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
-   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DOXYGEN=$(usex doc)
-   -DENABLE_GTEST=$(usex test)
-   -DENABLE_PBINS=$(usex pbins)
-   -DENABLE_PYTHON=$(usex 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-09-06 Thread Michał Górny
commit: 836599ff8ed6dea2d37ddb07e586a7dba3e8997e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  6 20:53:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  6 21:22:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836599ff

sys-apps/paludis: Clean old up

 sys-apps/paludis/Manifest |   1 -
 sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild | 148 --
 2 files changed, 149 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 8204d0bea72..d13ad5b563f 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,2 +1 @@
 DIST paludis-57881321fa3d5d82a9260db54afd608fd61dd533.tar.xz 1004012 BLAKE2B 
0bc65918b277ae4203fb5dc66fe3a84caa142b5e97b9e1f1b9a5f2e1b9c27fb4c60109c0bc1c058e095850bcf488075e21ab080bc5c4f2156e4c901923856ddb
 SHA512 
ed9053b933172dea0122c171a14965b0d183affa8d3f2aa2be5cc2a2cf11f81f8a693b30bee93963dd890ebe41f454cf5ec5ab38f0b7924318b8bd8d1c37f5d9
-DIST paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891.tar.xz 1004024 BLAKE2B 
1c34c93815efa41298cc2916c4428971d1f54242cfd759c771972bdcde94986c6af03546372c7eda277a343851b38ee93c0a103e519457b42e48cc7bed87b755
 SHA512 
813592b6f164d7994000ff1740e003049e040e7d58832bb1393a1f4facf428806b57bbf97855b830f75acf4b20e963093e9993b110f76f44e25afb9a8a1eaa1e

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
deleted file mode 100644
index a373d25270d..000
--- a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-RUBY_VER=2.3
-
-inherit bash-completion-r1 cmake-utils python-single-r1 user
-
-MY_P=paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891
-DESCRIPTION="paludis, the other package mangler"
-HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
-
-IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
-LICENSE="GPL-2 vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-COMMON_DEPEND="
-   >=app-admin/eselect-1.2.13
-   >=app-shells/bash-3.2:0
-   dev-libs/libpcre:=[cxx]
-   sys-apps/file:=
-   pbins? ( >=app-arch/libarchive-3.1.2:= )
-   python? (
-   ${PYTHON_DEPS}
-   =dev-db/sqlite-3:= )
-   xml? ( >=dev-libs/libxml2-2.6:= )"
-
-DEPEND="${COMMON_DEPEND}
-   app-arch/xz-utils
-   >=app-text/asciidoc-8.6.3
-   app-text/htmltidy
-   app-text/xmlto
-   >=sys-devel/gcc-4.7
-   doc? (
-   app-doc/doxygen
-   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
-   )
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
-
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/sandbox"
-
-PDEPEND="app-eselect/eselect-package-manager"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != buildonly ]]; then
-   if id paludisbuild >/dev/null 2>/dev/null ; then
-   if ! groups paludisbuild | grep --quiet '\' ; then
-   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
-   eerror "'tty' group. You should add the user to 
this group before"
-   eerror "upgrading Paludis."
-   die "Please add paludisbuild to tty group"
-   fi
-   fi
-   fi
-}
-
-pkg_setup() {
-   enewgroup "paludisbuild"
-   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
-
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Fix the script shebang on Ruby scripts.
-   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
-   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DOXYGEN=$(usex doc)
-   -DENABLE_GTEST=$(usex test)
-   -DENABLE_PBINS=$(usex pbins)
-   -DENABLE_PYTHON=$(usex python)
-   -DENABLE_PYTHON_DOCS=$(usex doc) # USE=python implicit
-   -DENABLE_RUBY=$(usex ruby)
-   -DENABLE_RUBY_DOCS=$(usex doc) # USE=ruby implicit
-   -DENABLE_SEARCH_INDEX=$(usex search-index)
-   -DENABLE_VIM=ON
-   -DENABLE_XML=$(usex xml)
-
-   -DPALUDIS_COLOUR_PINK=$(usex pink)
-   -DRUBY_VERSION=${RUBY_VER}
-   -DPALUDIS_ENVIRONMENTS=all

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-06-23 Thread Mikle Kolyada
commit: e63d31606022de8e3e052490437aa8818272a183
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 23 18:16:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 23 18:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63d3160

sys-apps/paludis: amd64 stable wrt bug #643056

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
index 6e9bec6bc7b..b4cf05b0023 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
 IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-03-13 Thread Mikle Kolyada
commit: 0cb1504e4b52a80ed64059c324083663af7b2ea1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Mar 13 19:06:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Mar 13 19:06:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb1504e

sys-apps/paludis: amd64 stable wrt bug #643056

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
index d0801ab01b6..a373d25270d 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ 
SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
 IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-03-10 Thread Thomas Deutschmann
commit: 4fee81cffb8166c68442e451dad4e0d06baf118d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:11:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee81cf

sys-apps/paludis: x86 stable (bug #643056)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
index f2a2976a3d9..6e9bec6bc7b 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
 IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-03-04 Thread Michał Górny
commit: faeff7d8903929bbe2da5662969648fcb411bfcb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  4 11:18:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  4 11:19:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faeff7d8

sys-apps/paludis: Restrict boost to <1.65 due to broken python

Restrict dev-libs/boost (in python? dep) to require <1.65 since
the Python extension created by 1.65.0 does not work.

 sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild | 2 +-
 sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
index d37eafd6067..d0801ab01b6 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
@@ -26,7 +26,7 @@ COMMON_DEPEND="
pbins? ( >=app-arch/libarchive-3.1.2:= )
python? (
${PYTHON_DEPS}
-   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
+   =dev-db/sqlite-3:= )
xml? ( >=dev-libs/libxml2-2.6:= )"

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
index ddbc8a4e08a..f2a2976a3d9 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
@@ -26,7 +26,7 @@ COMMON_DEPEND="
pbins? ( >=app-arch/libarchive-3.1.2:= )
python? (
${PYTHON_DEPS}
-   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
+   =dev-db/sqlite-3:= )
xml? ( >=dev-libs/libxml2-2.6:= )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-03-04 Thread Michał Górny
commit: 978a677c6ebe7e5737918a5452af9c3e81766888
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  4 08:39:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  4 11:19:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978a677c

sys-apps/paludis: Bump to 20180214 snapshot

Bump to a fresh snapshot that apparently includes a few tiny fixes,
including a fix to whirlpool code for 32-bit platforms.

Closes: https://bugs.gentoo.org/649520

 sys-apps/paludis/Manifest |   1 +
 sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild | 148 ++
 2 files changed, 149 insertions(+)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 0221a358b5e..8204d0bea72 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1 +1,2 @@
+DIST paludis-57881321fa3d5d82a9260db54afd608fd61dd533.tar.xz 1004012 BLAKE2B 
0bc65918b277ae4203fb5dc66fe3a84caa142b5e97b9e1f1b9a5f2e1b9c27fb4c60109c0bc1c058e095850bcf488075e21ab080bc5c4f2156e4c901923856ddb
 SHA512 
ed9053b933172dea0122c171a14965b0d183affa8d3f2aa2be5cc2a2cf11f81f8a693b30bee93963dd890ebe41f454cf5ec5ab38f0b7924318b8bd8d1c37f5d9
 DIST paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891.tar.xz 1004024 BLAKE2B 
1c34c93815efa41298cc2916c4428971d1f54242cfd759c771972bdcde94986c6af03546372c7eda277a343851b38ee93c0a103e519457b42e48cc7bed87b755
 SHA512 
813592b6f164d7994000ff1740e003049e040e7d58832bb1393a1f4facf428806b57bbf97855b830f75acf4b20e963093e9993b110f76f44e25afb9a8a1eaa1e

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
new file mode 100644
index 000..ddbc8a4e08a
--- /dev/null
+++ b/sys-apps/paludis/paludis-3.0.0_pre20180214.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+RUBY_VER=2.3
+
+inherit bash-completion-r1 cmake-utils python-single-r1 user
+
+MY_P=paludis-57881321fa3d5d82a9260db54afd608fd61dd533
+DESCRIPTION="paludis, the other package mangler"
+HOMEPAGE="http://paludis.exherbo.org/;
+SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
+
+IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
+LICENSE="GPL-2 vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-admin/eselect-1.2.13
+   >=app-shells/bash-3.2:0
+   dev-libs/libpcre:=[cxx]
+   sys-apps/file:=
+   pbins? ( >=app-arch/libarchive-3.1.2:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
+   ruby? ( dev-lang/ruby:${RUBY_VER} )
+   search-index? ( >=dev-db/sqlite-3:= )
+   xml? ( >=dev-libs/libxml2-2.6:= )"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils
+   >=app-text/asciidoc-8.6.3
+   app-text/htmltidy
+   app-text/xmlto
+   >=sys-devel/gcc-4.7
+   doc? (
+   app-doc/doxygen
+   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
+   )
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
+
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/sandbox"
+
+PDEPEND="app-eselect/eselect-package-manager"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
+RESTRICT="!test? ( test )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   if id paludisbuild >/dev/null 2>/dev/null ; then
+   if ! groups paludisbuild | grep --quiet '\' ; then
+   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
+   eerror "'tty' group. You should add the user to 
this group before"
+   eerror "upgrading Paludis."
+   die "Please add paludisbuild to tty group"
+   fi
+   fi
+   fi
+}
+
+pkg_setup() {
+   enewgroup "paludisbuild"
+   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Fix the script shebang on Ruby scripts.
+   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
+   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DOXYGEN=$(usex doc)
+   -DENABLE_GTEST=$(usex test)
+   -DENABLE_PBINS=$(usex pbins)
+   -DENABLE_PYTHON=$(usex python)
+   -DENABLE_PYTHON_DOCS=$(usex doc) # USE=python implicit
+   -DENABLE_RUBY=$(usex ruby)
+   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2018-02-28 Thread Michał Górny
commit: 2194db1ef5898430853d90672830adb6b7049b01
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 19:09:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 19:10:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2194db1e

sys-apps/paludis: Remove 2.6.0 (broken deps)

 sys-apps/paludis/Manifest |   1 -
 sys-apps/paludis/paludis-2.6.0.ebuild | 150 --
 2 files changed, 151 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index d4c05d5298d..0221a358b5e 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,2 +1 @@
-DIST paludis-2.6.0.tar.bz2 1885055 BLAKE2B 
55c979b0cf357be62093e7f7f774786843dc441cee8011663218550b43636b614b348f1979cd89c9e571e8439b0493e8e2399a0990c370eac765c48a61126dc1
 SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 DIST paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891.tar.xz 1004024 BLAKE2B 
1c34c93815efa41298cc2916c4428971d1f54242cfd759c771972bdcde94986c6af03546372c7eda277a343851b38ee93c0a103e519457b42e48cc7bed87b755
 SHA512 
813592b6f164d7994000ff1740e003049e040e7d58832bb1393a1f4facf428806b57bbf97855b830f75acf4b20e963093e9993b110f76f44e25afb9a8a1eaa1e

diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
deleted file mode 100644
index 3b42a102df7..000
--- a/sys-apps/paludis/paludis-2.6.0.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-# matching profile defaults for now
-RUBY_VER=2.2
-
-inherit bash-completion-r1 eutils python-single-r1 user
-
-DESCRIPTION="paludis, the other package mangler"
-HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2;
-
-IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
-LICENSE="GPL-2 vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-
-COMMON_DEPEND="
-   >=app-admin/eselect-1.2.13
-   >=app-shells/bash-3.2:0
-   dev-libs/libpcre[cxx]
-   sys-apps/file
-   pbins? ( >=app-arch/libarchive-3.1.2 )
-   python? (
-   ${PYTHON_DEPS}
-   =dev-db/sqlite-3 )
-   xml? ( >=dev-libs/libxml2-2.6 )"
-
-DEPEND="${COMMON_DEPEND}
-   >=app-text/asciidoc-8.6.3
-   app-text/htmltidy
-   app-text/xmlto
-   >=sys-devel/gcc-4.7
-   doc? (
-   app-doc/doxygen
-   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
-   )
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
-
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/sandbox"
-
-PDEPEND="app-eselect/eselect-package-manager"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
-RESTRICT="!test? ( test )"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != buildonly ]]; then
-   if id paludisbuild >/dev/null 2>/dev/null ; then
-   if ! groups paludisbuild | grep --quiet '\' ; then
-   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
-   eerror "'tty' group. You should add the user to 
this group before"
-   eerror "upgrading Paludis."
-   die "Please add paludisbuild to tty group"
-   fi
-   fi
-   fi
-}
-
-pkg_setup() {
-   enewgroup "paludisbuild"
-   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
-
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Fix the script shebang on Ruby scripts.
-   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
-   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
-
-   epatch_user
-}
-
-src_configure() {
-   local myconf=(
-   --htmldir=/usr/share/doc/${PF}/html
-
-   $(use_enable doc doxygen)
-   $(use_enable test gtest)
-   $(use_enable pbins)
-   $(use_enable pink)
-   $(use_enable python)
-   $(use python && use_enable doc python-doc)
-   $(use_enable ruby)
-   $(use ruby && use_enable doc ruby-doc)
-   --with-ruby-version="${RUBY_VER}"
-   $(use_enable search-index)
-   $(use_enable xml)
-
-   --enable-vim
-   --with-config-framework=eselect
-   --with-environments=default,portage
-   --with-vim-install-dir=/usr/share/vim/vimfiles
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-11-30 Thread Michał Górny
commit: c30a42f8e3df25be8c2e52f74ecbb1a364d62e0e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 30 15:52:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 30 16:00:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30a42f8

sys-apps/paludis: Drop old

 sys-apps/paludis/Manifest |   3 +-
 sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild | 146 --
 2 files changed, 1 insertion(+), 148 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 95a789adea2..ed336fa5792 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,3 +1,2 @@
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6
-DIST paludis-3.0.0_pre20170219.tar.xz 1004380 SHA256 
02b9f5e270edc31b967f58615390b3a6c8268ee000d4d1c093aa04651c4e5681 SHA512 
46b970c3585aeba1151442256850d4ad1acd28ca911277459d84dfe2fa480c310e5a9cde83baa7f185a76837b84959ec2d01ee9c4f85ba4a9664993b82d61eb6
 WHIRLPOOL 
8e2384cca652e71bfb5620ed6e6f6b33568342dec1fa2b8403f9074ca83e3a71106de5061cf08240db91fe34d1c779e689bb8057d18a75cabfe641af2d3eb747
-DIST paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891.tar.xz 1004024 SHA256 
575c528026663c1c2bb89c5f16c488ab48f305756fff80a8524cad6fbb39a5dc SHA512 
813592b6f164d7994000ff1740e003049e040e7d58832bb1393a1f4facf428806b57bbf97855b830f75acf4b20e963093e9993b110f76f44e25afb9a8a1eaa1e
 WHIRLPOOL 
95e2989c401455a10ba34b9690631c467fdf3dd6a08dd7a12d16985234f6698ccce5f3d8d98ba75495fadddc660bb171742b7ce81c122c6eaf6bbd0a33e5df49
+DIST paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891.tar.xz 1004024 BLAKE2B 
1c34c93815efa41298cc2916c4428971d1f54242cfd759c771972bdcde94986c6af03546372c7eda277a343851b38ee93c0a103e519457b42e48cc7bed87b755
 SHA512 
813592b6f164d7994000ff1740e003049e040e7d58832bb1393a1f4facf428806b57bbf97855b830f75acf4b20e963093e9993b110f76f44e25afb9a8a1eaa1e

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
deleted file mode 100644
index ce2a6627984..000
--- a/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-RUBY_VER=2.3
-
-inherit bash-completion-r1 cmake-utils python-single-r1 user vcs-snapshot
-
-DESCRIPTION="paludis, the other package mangler"
-HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/paludis-1bbd4440fe4fb82a9ebd61d3f17b9ffa259eb17f.tar.xz
-   -> ${P}.tar.xz"
-
-IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
-LICENSE="GPL-2 vim"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-COMMON_DEPEND="
-   >=app-admin/eselect-1.2.13
-   >=app-shells/bash-3.2:0
-   dev-libs/libpcre:=[cxx]
-   sys-apps/file:=
-   pbins? ( >=app-arch/libarchive-3.1.2:= )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
-   ruby? ( dev-lang/ruby:${RUBY_VER} )
-   search-index? ( >=dev-db/sqlite-3:= )
-   xml? ( >=dev-libs/libxml2-2.6:= )"
-
-DEPEND="${COMMON_DEPEND}
-   app-arch/xz-utils
-   >=app-text/asciidoc-8.6.3
-   app-text/htmltidy
-   app-text/xmlto
-   >=sys-devel/gcc-4.7
-   doc? (
-   app-doc/doxygen
-   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
-   )
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
-
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/sandbox"
-
-PDEPEND="app-eselect/eselect-package-manager"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
-   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
-RESTRICT="!test? ( test )"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != buildonly ]]; then
-   if id paludisbuild >/dev/null 2>/dev/null ; then
-   if ! groups paludisbuild | grep --quiet '\' ; then
-   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
-   eerror "'tty' group. You should add the user to 
this group before"
-   eerror "upgrading Paludis."
-   die "Please add paludisbuild to tty group"
-   fi
-   fi
-   fi
-}
-
-pkg_setup() {
-   enewgroup "paludisbuild"
-   enewuser "paludisbuild" -1 -1 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-11-06 Thread Michał Górny
commit: 1fa63142fe916f5c2c813716c57a803677b50aa3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 18:27:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 18:31:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa63142

sys-apps/paludis: Use cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/636718

 sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild | 2 +-
 sys-apps/paludis/paludis-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
index d0812be22a0..d37eafd6067 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
@@ -81,7 +81,7 @@ src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
 
-   eapply_user
+   cmake-utils_src_prepare
 }
 
 src_configure() {

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 89cf081c10b..cecf2cc4dee 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -78,7 +78,7 @@ src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
 
-   eapply_user
+   cmake-utils_src_prepare
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-11-06 Thread Michał Górny
commit: 83276bc43f4ac3d796491e5aa2e526dc578d8abf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 14:25:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 15:10:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83276bc4

sys-apps/paludis: Bump to a fresh snapshot

 sys-apps/paludis/Manifest |   1 +
 sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild | 148 ++
 2 files changed, 149 insertions(+)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 8b4f73a691f..95a789adea2 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,2 +1,3 @@
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6
 DIST paludis-3.0.0_pre20170219.tar.xz 1004380 SHA256 
02b9f5e270edc31b967f58615390b3a6c8268ee000d4d1c093aa04651c4e5681 SHA512 
46b970c3585aeba1151442256850d4ad1acd28ca911277459d84dfe2fa480c310e5a9cde83baa7f185a76837b84959ec2d01ee9c4f85ba4a9664993b82d61eb6
 WHIRLPOOL 
8e2384cca652e71bfb5620ed6e6f6b33568342dec1fa2b8403f9074ca83e3a71106de5061cf08240db91fe34d1c779e689bb8057d18a75cabfe641af2d3eb747
+DIST paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891.tar.xz 1004024 SHA256 
575c528026663c1c2bb89c5f16c488ab48f305756fff80a8524cad6fbb39a5dc SHA512 
813592b6f164d7994000ff1740e003049e040e7d58832bb1393a1f4facf428806b57bbf97855b830f75acf4b20e963093e9993b110f76f44e25afb9a8a1eaa1e
 WHIRLPOOL 
95e2989c401455a10ba34b9690631c467fdf3dd6a08dd7a12d16985234f6698ccce5f3d8d98ba75495fadddc660bb171742b7ce81c122c6eaf6bbd0a33e5df49

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
new file mode 100644
index 000..d0812be22a0
--- /dev/null
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170808.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+RUBY_VER=2.3
+
+inherit bash-completion-r1 cmake-utils python-single-r1 user
+
+MY_P=paludis-f8e58ee1d02d2476ae92ebc3737e42b8b6a36891
+DESCRIPTION="paludis, the other package mangler"
+HOMEPAGE="http://paludis.exherbo.org/;
+SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/${MY_P}.tar.xz;
+
+IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
+LICENSE="GPL-2 vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-admin/eselect-1.2.13
+   >=app-shells/bash-3.2:0
+   dev-libs/libpcre:=[cxx]
+   sys-apps/file:=
+   pbins? ( >=app-arch/libarchive-3.1.2:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
+   ruby? ( dev-lang/ruby:${RUBY_VER} )
+   search-index? ( >=dev-db/sqlite-3:= )
+   xml? ( >=dev-libs/libxml2-2.6:= )"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils
+   >=app-text/asciidoc-8.6.3
+   app-text/htmltidy
+   app-text/xmlto
+   >=sys-devel/gcc-4.7
+   doc? (
+   app-doc/doxygen
+   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
+   )
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
+
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/sandbox"
+
+PDEPEND="app-eselect/eselect-package-manager"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
+RESTRICT="!test? ( test )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   if id paludisbuild >/dev/null 2>/dev/null ; then
+   if ! groups paludisbuild | grep --quiet '\' ; then
+   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
+   eerror "'tty' group. You should add the user to 
this group before"
+   eerror "upgrading Paludis."
+   die "Please add paludisbuild to tty group"
+   fi
+   fi
+   fi
+}
+
+pkg_setup() {
+   enewgroup "paludisbuild"
+   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Fix the script shebang on Ruby scripts.
+   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
+   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
+
+   eapply_user
+}
+
+src_configure() {
+   local 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-09-19 Thread Michał Górny
commit: 920144cb4086353a7ec9f99c5d026577f57e4ebf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 11:46:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 11:50:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920144cb

sys-apps/paludis: Use https for git, fix URL

Closes: https://bugs.gentoo.org/630792

 sys-apps/paludis/paludis-.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 5df5c757fbc..89cf081c10b 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=6
 
-# git:// first because https:// uses the dumb transport
-EGIT_REPO_URI="git://git.exherbo.org/paludis/paludis.git
-   https://git.exherbo.org/paludis/paludis.git;
+EGIT_REPO_URI="https://git.exherbo.org/git/paludis/paludis.git;
 PYTHON_COMPAT=( python2_7 )
 RUBY_VER=2.3
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-08-06 Thread Michał Górny
commit: b77f012658a7a26b2aaf1f3a51aafea5864ae21d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  6 09:40:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  6 09:41:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77f0126

sys-apps/paludis: 2.6.0 does not support boost-1.63.0, #609670

 sys-apps/paludis/paludis-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
index df3509c02ef..3b42a102df7 100644
--- a/sys-apps/paludis/paludis-2.6.0.ebuild
+++ b/sys-apps/paludis/paludis-2.6.0.ebuild
@@ -26,7 +26,7 @@ COMMON_DEPEND="
pbins? ( >=app-arch/libarchive-3.1.2 )
python? (
${PYTHON_DEPS}
-   >=dev-libs/boost-1.41.0[python,${PYTHON_USEDEP}] )
+   =dev-db/sqlite-3 )
xml? ( >=dev-libs/libxml2-2.6 )"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-08-06 Thread Michał Górny
commit: 546307aa2cff46241a5e31931fad5655b1779096
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  6 07:20:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  6 09:36:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546307aa

sys-apps/paludis: Explicitly expose the supported RUBY_TARGET

 sys-apps/paludis/paludis-2.6.0.ebuild | 5 +++--
 sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild | 7 ---
 sys-apps/paludis/paludis-.ebuild  | 7 ---
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
index 09cffea9e94..a5c786e1ec5 100644
--- a/sys-apps/paludis/paludis-2.6.0.ebuild
+++ b/sys-apps/paludis/paludis-2.6.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="paludis, the other package mangler"
 HOMEPAGE="http://paludis.exherbo.org/;
 SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2;
 
-IUSE="doc pbins pink python ruby search-index test +xml"
+IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
@@ -49,7 +49,8 @@ RDEPEND="${COMMON_DEPEND}
 
 PDEPEND="app-eselect/eselect-package-manager"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
 RESTRICT="!test? ( test )"
 
 pkg_pretend() {

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
index 13617a6bf75..ce2a6627984 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="http://paludis.exherbo.org/;
 
SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/paludis-1bbd4440fe4fb82a9ebd61d3f17b9ffa259eb17f.tar.xz
-> ${P}.tar.xz"
 
-IUSE="doc pbins pink python ruby search-index test +xml"
+IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
@@ -50,7 +50,8 @@ RDEPEND="${COMMON_DEPEND}
 
 PDEPEND="app-eselect/eselect-package-manager"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
 RESTRICT="!test? ( test )"
 
 pkg_pretend() {

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 928aac4aa29..5df5c757fbc 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="paludis, the other package mangler"
 HOMEPAGE="http://paludis.exherbo.org/;
 SRC_URI=""
 
-IUSE="doc pbins pink python ruby search-index test +xml"
+IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index 
test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
 KEYWORDS=""
@@ -51,7 +51,8 @@ RDEPEND="${COMMON_DEPEND}
 
 PDEPEND="app-eselect/eselect-package-manager"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
 RESTRICT="!test? ( test )"
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-08-06 Thread Michał Górny
commit: bf67d8f6e4d6a4b4852e9087005f23d5747126ea
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  6 07:23:30 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  6 09:36:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf67d8f6

sys-apps/paludis: Switch to ruby2.2, #627144

 sys-apps/paludis/paludis-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
index a5c786e1ec5..df3509c02ef 100644
--- a/sys-apps/paludis/paludis-2.6.0.ebuild
+++ b/sys-apps/paludis/paludis-2.6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 # matching profile defaults for now
-RUBY_VER=2.1
+RUBY_VER=2.2
 
 inherit bash-completion-r1 eutils python-single-r1 user
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-08-06 Thread Michał Górny
commit: 530970e5979fd837100c5ad98747b10f32d6f6b0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  6 08:54:09 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  6 09:36:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530970e5

sys-apps/paludis: Drop old

 sys-apps/paludis/Manifest|   1 -
 sys-apps/paludis/paludis-2.4.0-r1.ebuild | 162 ---
 2 files changed, 163 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index ba827821948..8b4f73a691f 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,3 +1,2 @@
-DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6
 DIST paludis-3.0.0_pre20170219.tar.xz 1004380 SHA256 
02b9f5e270edc31b967f58615390b3a6c8268ee000d4d1c093aa04651c4e5681 SHA512 
46b970c3585aeba1151442256850d4ad1acd28ca911277459d84dfe2fa480c310e5a9cde83baa7f185a76837b84959ec2d01ee9c4f85ba4a9664993b82d61eb6
 WHIRLPOOL 
8e2384cca652e71bfb5620ed6e6f6b33568342dec1fa2b8403f9074ca83e3a71106de5061cf08240db91fe34d1c779e689bb8057d18a75cabfe641af2d3eb747

diff --git a/sys-apps/paludis/paludis-2.4.0-r1.ebuild 
b/sys-apps/paludis/paludis-2.4.0-r1.ebuild
deleted file mode 100644
index 60d6a8f224b..000
--- a/sys-apps/paludis/paludis-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-# matching profile defaults for now
-RUBY_VER=2.1
-
-inherit bash-completion-r1 eutils python-single-r1 user
-
-DESCRIPTION="paludis, the other package mangler"
-HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2;
-
-IUSE="doc pbins pink python ruby search-index test +xml"
-LICENSE="GPL-2 vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-
-COMMON_DEPEND="
-   >=app-admin/eselect-1.2.13
-   >=app-shells/bash-3.2
-   dev-libs/libpcre[cxx]
-   sys-apps/file
-   pbins? ( >=app-arch/libarchive-3.1.2 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/boost-1.41.0[python,${PYTHON_USEDEP}] )
-   ruby? ( dev-lang/ruby:${RUBY_VER} )
-   search-index? ( >=dev-db/sqlite-3 )
-   xml? ( >=dev-libs/libxml2-2.6 )"
-
-DEPEND="${COMMON_DEPEND}
-   >=app-text/asciidoc-8.6.3
-   app-text/htmltidy
-   app-text/xmlto
-   >=sys-devel/gcc-4.7
-   doc? (
-   || (
-   >=app-doc/doxygen-1.5.3
-   <=app-doc/doxygen-1.5.1 )
-   python? (
-   dev-python/sphinx[${PYTHON_USEDEP}] )
-   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
-   )
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
-
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/sandbox"
-
-PDEPEND="app-eselect/eselect-package-manager"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != buildonly ]]; then
-   if id paludisbuild >/dev/null 2>/dev/null ; then
-   if ! groups paludisbuild | grep --quiet '\' ; then
-   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
-   eerror "'tty' group. You should add the user to 
this group before"
-   eerror "upgrading Paludis."
-   die "Please add paludisbuild to tty group"
-   fi
-   fi
-   fi
-
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if [[ $(gcc-major-version) -lt 4
-   || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) 
-lt 7 ) ]]
-   then
-   eerror "Paludis requires at least gcc 4.7 to build. 
Please switch the active"
-   eerror "gcc version using gcc-config."
-   die "Paludis requires at least gcc 4.7"
-   fi
-   fi
-}
-
-pkg_setup() {
-   enewgroup "paludisbuild"
-   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
-
-   use 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-02-21 Thread Michał Górny
commit: 198647136c733425f74386ebb6682113791a9357
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 17:25:59 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 17:26:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19864713

sys-apps/paludis: Snapshot bump, #610354

 sys-apps/paludis/Manifest |  2 +-
 ...re20170218.ebuild => paludis-3.0.0_pre20170219.ebuild} | 15 ---
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 68845c3a9e..ba82782194 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,3 +1,3 @@
 DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6
-DIST paludis-3.0.0_pre20170218.tar.lz 970163 SHA256 
3abf38eb740936f1a1b978c6d0f3092986b05b113c224aa9f0562b9cba602c65 SHA512 
572e0b88fe66ae21aad14e47a56ad9758ba8b771d6b0c11c3ded686823864e44716d679eda790754211e8e4b439773a76252769d8f347cb748d5e6dfe22d1f37
 WHIRLPOOL 
6b7b8ca796524b145d9544968558f58ce82fa773040cb340eb4c65e2f917a0e61cdf257d45481996b666e30b1d7dd9b033e272ee5d11927d759888c0119b25fc
+DIST paludis-3.0.0_pre20170219.tar.xz 1004380 SHA256 
02b9f5e270edc31b967f58615390b3a6c8268ee000d4d1c093aa04651c4e5681 SHA512 
46b970c3585aeba1151442256850d4ad1acd28ca911277459d84dfe2fa480c310e5a9cde83baa7f185a76837b84959ec2d01ee9c4f85ba4a9664993b82d61eb6
 WHIRLPOOL 
8e2384cca652e71bfb5620ed6e6f6b33568342dec1fa2b8403f9074ca83e3a71106de5061cf08240db91fe34d1c779e689bb8057d18a75cabfe641af2d3eb747

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
similarity index 93%
rename from sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
rename to sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
index 4de2c1937b..886b324649 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
@@ -7,11 +7,12 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 RUBY_VER=2.3
 
-inherit bash-completion-r1 cmake-utils python-single-r1 user
+inherit bash-completion-r1 cmake-utils python-single-r1 user vcs-snapshot
 
 DESCRIPTION="paludis, the other package mangler"
 HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.lz;
+SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/paludis-1bbd4440fe4fb82a9ebd61d3f17b9ffa259eb17f.tar.xz
+   -> ${P}.tar.xz"
 
 IUSE="doc pbins pink python ruby search-index test +xml"
 LICENSE="GPL-2 vim"
@@ -32,7 +33,7 @@ COMMON_DEPEND="
xml? ( >=dev-libs/libxml2-2.6:= )"
 
 DEPEND="${COMMON_DEPEND}
-   app-arch/lzip
+   app-arch/xz-utils
>=app-text/asciidoc-8.6.3
app-text/htmltidy
app-text/xmlto
@@ -73,14 +74,6 @@ pkg_setup() {
use python && python-single-r1_pkg_setup
 }
 
-src_unpack() {
-   default
-
-   ebegin "Unpacking ${P}.tar.lz"
-   tar -x < <(lzip -c -d "${DISTDIR}/${P}.tar.lz") || die
-   eend ${?}
-}
-
 src_prepare() {
# Fix the script shebang on Ruby scripts.
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-02-18 Thread Michał Górny
commit: 1bd00c3f9d959a148855d10d8468767e6421ed71
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 18 18:49:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 18 18:52:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd00c3f

sys-apps/paludis: Kill accidental stable kws

 sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
index e688867ccb..4de2c1937b 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.lz;
 IUSE="doc pbins pink python ruby search-index test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2017-02-18 Thread Michał Górny
commit: c16204bae650d6ac57430195f6118d7be2f84dbd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 18 18:08:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 18 18:08:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16204ba

sys-apps/paludis: Bump to a snapshot -- fix boost-python, #609670

 sys-apps/paludis/Manifest |   1 +
 sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild | 153 ++
 2 files changed, 154 insertions(+)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 4e2e97488f..68845c3a9e 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,2 +1,3 @@
 DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6
+DIST paludis-3.0.0_pre20170218.tar.lz 970163 SHA256 
3abf38eb740936f1a1b978c6d0f3092986b05b113c224aa9f0562b9cba602c65 SHA512 
572e0b88fe66ae21aad14e47a56ad9758ba8b771d6b0c11c3ded686823864e44716d679eda790754211e8e4b439773a76252769d8f347cb748d5e6dfe22d1f37
 WHIRLPOOL 
6b7b8ca796524b145d9544968558f58ce82fa773040cb340eb4c65e2f917a0e61cdf257d45481996b666e30b1d7dd9b033e272ee5d11927d759888c0119b25fc

diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild 
b/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
new file mode 100644
index 00..e688867ccb
--- /dev/null
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+RUBY_VER=2.3
+
+inherit bash-completion-r1 cmake-utils python-single-r1 user
+
+DESCRIPTION="paludis, the other package mangler"
+HOMEPAGE="http://paludis.exherbo.org/;
+SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.lz;
+
+IUSE="doc pbins pink python ruby search-index test +xml"
+LICENSE="GPL-2 vim"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+
+COMMON_DEPEND="
+   >=app-admin/eselect-1.2.13
+   >=app-shells/bash-3.2:0
+   dev-libs/libpcre:=[cxx]
+   sys-apps/file:=
+   pbins? ( >=app-arch/libarchive-3.1.2:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
+   ruby? ( dev-lang/ruby:${RUBY_VER} )
+   search-index? ( >=dev-db/sqlite-3:= )
+   xml? ( >=dev-libs/libxml2-2.6:= )"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/lzip
+   >=app-text/asciidoc-8.6.3
+   app-text/htmltidy
+   app-text/xmlto
+   >=sys-devel/gcc-4.7
+   doc? (
+   app-doc/doxygen
+   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
+   )
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
+
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/sandbox"
+
+PDEPEND="app-eselect/eselect-package-manager"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   if id paludisbuild >/dev/null 2>/dev/null ; then
+   if ! groups paludisbuild | grep --quiet '\' ; then
+   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
+   eerror "'tty' group. You should add the user to 
this group before"
+   eerror "upgrading Paludis."
+   die "Please add paludisbuild to tty group"
+   fi
+   fi
+   fi
+}
+
+pkg_setup() {
+   enewgroup "paludisbuild"
+   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   ebegin "Unpacking ${P}.tar.lz"
+   tar -x < <(lzip -c -d "${DISTDIR}/${P}.tar.lz") || die
+   eend ${?}
+}
+
+src_prepare() {
+   # Fix the script shebang on Ruby scripts.
+   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
+   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
+
+   eapply_user
+}
+
+src_configure() {
+   local mycmakeargs=(
+   

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/files/, sys-apps/paludis/

2017-02-17 Thread Michał Górny
commit: a4af25e1282745f012f927d4588af4f41d482224
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 20:00:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 20:24:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4af25e1

sys-apps/paludis: Clean old version up

 sys-apps/paludis/Manifest  |   1 -
 .../files/paludis-2.0.0-fix-format-security.patch  |  66 -
 sys-apps/paludis/paludis-2.0.0.ebuild  | 162 -
 3 files changed, 229 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index ff10717260..4e2e97488f 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,3 +1,2 @@
-DIST paludis-2.0.0.tar.bz2 1787616 SHA256 
9e635d86e655658d31adde5813f5fcad2982b5fe8847c3c565eca7d28a1ec639 SHA512 
e1df4d0617b4e021d1b63181517c0ecb9ece55669226c6ea0bba318b6899277c09a8d8ccc11ef673a3f27e77302c84702df4ae7568b44a87e0b138e346623728
 WHIRLPOOL 
90dcd765ebc864d14e569a01071fe3effae3c4424cf7f3004ce1f273c721c512697c6100e3b775d34732640bd770220fe5304f4d2b5e67f2de86c9f04c9ffe97
 DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6

diff --git a/sys-apps/paludis/files/paludis-2.0.0-fix-format-security.patch 
b/sys-apps/paludis/files/paludis-2.0.0-fix-format-security.patch
deleted file mode 100644
index 40d2f3ad49..00
--- a/sys-apps/paludis/files/paludis-2.0.0-fix-format-security.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-commit f777dadef601434550aa3fb411eebab04ad07103
-Author: David Leverton 
-Date:   Wed Aug 27 21:10:59 2014 +0100
-
-Fix build with -Werror=format-security
-
-Fixes: Gentoo#521326
-
-diff --git a/ruby/paludis_ruby.cc b/ruby/paludis_ruby.cc
-index 587601c..d58a8d0 100644
 a/ruby/paludis_ruby.cc
-+++ b/ruby/paludis_ruby.cc
-@@ -173,19 +173,19 @@ void paludis::ruby::exception_to_ruby_exception(const 
std::exception & ee)
- rb_raise(rb_eRuntimeError, "Unexpected paludis::InternalError: %s 
(%s)",
- dynamic_cast()->message().c_str(), ee.what());
- else if (0 != dynamic_cast())
--rb_raise(c_got_a_set_not_a_package_dep_spec, dynamic_cast()->message().c_str());
-+rb_raise(c_got_a_set_not_a_package_dep_spec, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--rb_raise(c_bad_version_spec_error, dynamic_cast()->message().c_str());
-+rb_raise(c_bad_version_spec_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--rb_raise(c_set_name_error, dynamic_cast()->message().c_str());
-+rb_raise(c_set_name_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--rb_raise(c_package_name_part_error, dynamic_cast()->message().c_str());
-+rb_raise(c_package_name_part_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--rb_raise(c_category_name_part_error, dynamic_cast()->message().c_str());
-+rb_raise(c_category_name_part_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--rb_raise(c_name_error, dynamic_cast()->message().c_str());
-+rb_raise(c_name_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--rb_raise(c_package_dep_spec_error, dynamic_cast()->message().c_str());
-+rb_raise(c_package_dep_spec_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
- {
- VALUE ex_args[2];
-@@ -198,19 +198,19 @@ void paludis::ruby::exception_to_ruby_exception(const 
std::exception & ee)
- rb_exc_raise(rb_class_new_instance(2, ex_args, 
c_ambiguous_package_name_error));
- }
- else if (0 != dynamic_cast())
--rb_raise(c_no_such_package_error, dynamic_cast()->message().c_str());
-+rb_raise(c_no_such_package_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--rb_raise(c_no_such_repository_error, dynamic_cast()->message().c_str());
-+rb_raise(c_no_such_repository_error, "%s", dynamic_cast()->message().c_str());
- else if (0 != dynamic_cast())
--

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-12-21 Thread Tobias Klausmann
commit: bc2d148ec554394451a0d487a76529f251e575a7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Dec 21 19:51:09 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Dec 21 20:09:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2d148e

sys-apps/paludis-2.6.0-r0: stable on amd64

Gentoo-Bug: 562212

 sys-apps/paludis/paludis-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
index d3a3687..75ff319 100644
--- a/sys-apps/paludis/paludis-2.6.0.ebuild
+++ b/sys-apps/paludis/paludis-2.6.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2;
 IUSE="doc pbins pink python ruby search-index test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-12-18 Thread Michał Górny
commit: 3523e4f6809654b7ac2e9e80152531ab962d598c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 18 17:27:39 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 18 17:36:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3523e4f6

sys-apps/paludis: Switch to proper git:// transport

Switch to git:// since https:// is using the dumb transport,
and therefore is not full-featured.

 sys-apps/paludis/paludis-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 7960b5e..6d61c73 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -4,7 +4,9 @@
 
 EAPI=6
 
-EGIT_REPO_URI='https://git.exherbo.org/paludis/paludis.git'
+# git:// first because https:// uses the dumb transport
+EGIT_REPO_URI="git://git.exherbo.org/paludis/paludis.git
+   https://git.exherbo.org/paludis/paludis.git;
 PYTHON_COMPAT=( python2_7 )
 RUBY_VER=2.3
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-12-09 Thread Michał Górny
commit: 0654cf15adf1ab986e6d7dd59be8d1f98b0fa797
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  9 22:50:10 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  9 22:57:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0654cf15

sys-apps/paludis: Update  for CMake, bump to ruby 2.3

 sys-apps/paludis/paludis-.ebuild | 76 
 1 file changed, 34 insertions(+), 42 deletions(-)

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 211e913..7960b5e 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -2,14 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_REPO_URI='https://git.exherbo.org/paludis/paludis.git'
 PYTHON_COMPAT=( python2_7 )
-# matching profile defaults for now
-RUBY_VER=2.1
+RUBY_VER=2.3
 
-inherit autotools bash-completion-r1 eutils git-r3 python-single-r1 user
+inherit bash-completion-r1 cmake-utils git-r3 python-single-r1 user
 
 DESCRIPTION="paludis, the other package mangler"
 HOMEPAGE="http://paludis.exherbo.org/;
@@ -23,15 +22,15 @@ KEYWORDS=""
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13
>=app-shells/bash-3.2:0
-   dev-libs/libpcre[cxx]
-   sys-apps/file
-   pbins? ( >=app-arch/libarchive-3.1.2 )
+   dev-libs/libpcre:=[cxx]
+   sys-apps/file:=
+   pbins? ( >=app-arch/libarchive-3.1.2:= )
python? (
${PYTHON_DEPS}
-   >=dev-libs/boost-1.41.0[python,${PYTHON_USEDEP}] )
+   >=dev-libs/boost-1.41.0:=[python,${PYTHON_USEDEP}] )
ruby? ( dev-lang/ruby:${RUBY_VER} )
-   search-index? ( >=dev-db/sqlite-3 )
-   xml? ( >=dev-libs/libxml2-2.6 )"
+   search-index? ( >=dev-db/sqlite-3:= )
+   xml? ( >=dev-libs/libxml2-2.6:= )"
 
 DEPEND="${COMMON_DEPEND}
>=app-text/asciidoc-8.6.3
@@ -79,39 +78,38 @@ src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
 
-   ./autotools_prepare.bash || die
-   eautoreconf
-   epatch_user
+   eapply_user
 }
 
 src_configure() {
-   local myconf=(
-   --htmldir=/usr/share/doc/${PF}/html
-
-   $(use_enable doc doxygen)
-   $(use_enable test gtest)
-   $(use_enable pbins)
-   $(use_enable pink)
-   $(use_enable python)
-   $(use python && use_enable doc python-doc)
-   $(use_enable ruby)
-   $(use ruby && use_enable doc ruby-doc)
-   --with-ruby-version="${RUBY_VER}"
-   $(use_enable search-index)
-   $(use_enable xml)
-
-   --enable-vim
-   --with-config-framework=eselect
-   --with-environments=default,portage
-   --with-vim-install-dir=/usr/share/vim/vimfiles
+   local mycmakeargs=(
+   -DENABLE_DOXYGEN=$(usex doc)
+   -DENABLE_GTEST=$(usex test)
+   -DENABLE_PBINS=$(usex pbins)
+   -DENABLE_PYTHON=$(usex python)
+   -DENABLE_PYTHON_DOCS=$(usex doc) # USE=python implicit
+   -DENABLE_RUBY=$(usex ruby)
+   -DENABLE_RUBY_DOCS=$(usex doc) # USE=ruby implicit
+   -DENABLE_SEARCH_INDEX=$(usex search-index)
+   -DENABLE_VIM=ON
+   -DENABLE_XML=$(usex xml)
+
+   -DPALUDIS_COLOUR_PINK=$(usex pink)
+   -DRUBY_VERSION=${RUBY_VER}
+   -DPALUDIS_ENVIRONMENTS=all
+   -DPALUDIS_DEFAULT_DISTRIBUTION=gentoo
+   -DPALUDIS_CLIENTS=all
+   -DCONFIG_FRAMEWORK=eselect
+
+   # GNUInstallDirs
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
)
 
-   econf "${myconf[@]}"
+   cmake-utils_src_configure
 }
 
 src_install() {
-   default
-   prune_libtool_files
+   cmake-utils_src_install
 
dobashcomp bash-completion/cave
 
@@ -130,13 +128,7 @@ src_test() {
local -x PALUDIS_REDUCED_GID=0
fi
 
-   if ! nonfatal emake -k check ; then
-   eerror "Tests failed. Looking for files for you to add to your 
bug report..."
-   find "${S}" -type f -name '*.epicfail' -or -name '*.log' | 
while read a ; do
-   eerror "$a"
-   done
-   die "Make check failed"
-   fi
+   cmake-utils_src_test
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-12-03 Thread Hans de Graaff
commit: 6161fc8af2a0b8618f1d0814dc2d6667ea4ee3aa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:35:37 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:35:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6161fc8a

sys-apps/paludis: cleanup

Package-Manager: portage-2.3.0

 sys-apps/paludis/paludis-2.4.0.ebuild | 163 --
 1 file changed, 163 deletions(-)

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0.ebuild
deleted file mode 100644
index 2549131..
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-# matching profile defaults for now
-RUBY_VER=2.1
-
-inherit bash-completion-r1 eutils python-single-r1 user
-
-DESCRIPTION="paludis, the other package mangler"
-HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2;
-
-IUSE="doc pbins pink python ruby search-index test +xml"
-LICENSE="GPL-2 vim"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-
-COMMON_DEPEND="
-   >=app-admin/eselect-1.2.13
-   >=app-shells/bash-3.2
-   dev-libs/libpcre[cxx]
-   sys-apps/file
-   pbins? ( >=app-arch/libarchive-3.1.2 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/boost-1.41.0[python,${PYTHON_USEDEP}] )
-   ruby? ( dev-lang/ruby:${RUBY_VER} )
-   search-index? ( >=dev-db/sqlite-3 )
-   xml? ( >=dev-libs/libxml2-2.6 )"
-
-DEPEND="${COMMON_DEPEND}
-   >=app-text/asciidoc-8.6.3
-   app-text/htmltidy
-   app-text/xmlto
-   >=sys-devel/gcc-4.7
-   doc? (
-   || (
-   >=app-doc/doxygen-1.5.3
-   <=app-doc/doxygen-1.5.1 )
-   python? (
-   dev-python/sphinx[${PYTHON_USEDEP}] )
-   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
-   )
-   virtual/pkgconfig
-   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
-
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/sandbox"
-
-PDEPEND="app-eselect/eselect-package-manager"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != buildonly ]]; then
-   if id paludisbuild >/dev/null 2>/dev/null ; then
-   if ! groups paludisbuild | grep --quiet '\' ; then
-   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
-   eerror "'tty' group. You should add the user to 
this group before"
-   eerror "upgrading Paludis."
-   die "Please add paludisbuild to tty group"
-   fi
-   fi
-   fi
-
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if [[ $(gcc-major-version) -lt 4
-   || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) 
-lt 7 ) ]]
-   then
-   eerror "Paludis requires at least gcc 4.7 to build. 
Please switch the active"
-   eerror "gcc version using gcc-config."
-   die "Paludis requires at least gcc 4.7"
-   fi
-   fi
-}
-
-pkg_setup() {
-   enewgroup "paludisbuild"
-   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" "paludisbuild,tty"
-
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Fix the script shebang on Ruby scripts.
-   # https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
-   sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
-
-   epatch_user
-}
-
-src_configure() {
-   local myconf=(
-   --htmldir=/usr/share/doc/${PF}/html
-
-   $(use_enable doc doxygen)
-   $(use_enable test gtest)
-   $(use_enable pbins)
-   $(use_enable pink)
-   $(use_enable python)
-   $(use python && use_enable doc python-doc)
-   $(use_enable ruby)
-   $(use ruby && use_enable doc ruby-doc)
-   --with-ruby-version="${RUBY_VER}"
-   $(use_enable search-index)
-   $(use_enable xml)
-
-   --enable-vim
-   --with-config-framework=eselect
-   --with-environments=default,portage
-   --with-vim-install-dir=/usr/share/vim/vimfiles
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   prune_libtool_files
-
-   dobashcomp bash-completion/cave
-
-   insinto /usr/share/zsh/site-functions
-   doins zsh-completion/_cave
-}
-
-src_test() {
-   # Work around Portage bugs
-   local -x PALUDIS_DO_NOTHING_SANDBOXY="portage sucks"
-   local 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-12-03 Thread Hans de Graaff
commit: 8c8fad712a8af46808a0351e649b87f082729fc0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec  4 07:34:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec  4 07:34:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8fad71

add revision with ruby 2.1 for bug 576034

Package-Manager: portage-2.3.0
RepoMan-Options: --force

 sys-apps/paludis/{paludis-2.4.0.ebuild => paludis-2.4.0-r1.ebuild} | 4 ++--
 sys-apps/paludis/paludis-2.4.0.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0-r1.ebuild
similarity index 98%
copy from sys-apps/paludis/paludis-2.4.0.ebuild
copy to sys-apps/paludis/paludis-2.4.0-r1.ebuild
index dce3e99..2549131 100644
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ b/sys-apps/paludis/paludis-2.4.0-r1.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$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 # matching profile defaults for now
-RUBY_VER=2.0
+RUBY_VER=2.1
 
 inherit bash-completion-r1 eutils python-single-r1 user
 

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0.ebuild
index dce3e99..2549131 100644
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ b/sys-apps/paludis/paludis-2.4.0.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$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 # matching profile defaults for now
-RUBY_VER=2.0
+RUBY_VER=2.1
 
 inherit bash-completion-r1 eutils python-single-r1 user
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-08-07 Thread Pacho Ramos
commit: 2b9964e4fa954ebe26f036d22dff60758f5062a2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 07:37:09 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 07:37:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9964e4

sys-apps/paludis: Cleanup per bug #390203

Package-Manager: portage-2.3.0

 sys-apps/paludis/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sys-apps/paludis/metadata.xml b/sys-apps/paludis/metadata.xml
index 112fa42..40fe886 100644
--- a/sys-apps/paludis/metadata.xml
+++ b/sys-apps/paludis/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-jdh...@gentoo.org
-Jeff Horelick
-  
-  
 mgo...@gentoo.org
 Michał Górny
   



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-07-02 Thread Michał Górny
commit: 2627203ff42357612c3f55db8cff2e4154c59ec1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:18:57 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2627203f

sys-apps/paludis: Add missing cond RESTRICT=test

 sys-apps/paludis/paludis-2.0.0.ebuild | 1 +
 sys-apps/paludis/paludis-2.4.0.ebuild | 1 +
 sys-apps/paludis/paludis-2.6.0.ebuild | 1 +
 sys-apps/paludis/paludis-.ebuild  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/sys-apps/paludis/paludis-2.0.0.ebuild 
b/sys-apps/paludis/paludis-2.0.0.ebuild
index e1bd370..ee49cd6 100644
--- a/sys-apps/paludis/paludis-2.0.0.ebuild
+++ b/sys-apps/paludis/paludis-2.0.0.ebuild
@@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0.ebuild
index ca19dc8..dce3e99 100644
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ b/sys-apps/paludis/paludis-2.4.0.ebuild
@@ -54,6 +54,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then

diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
index 4bff156..d3a3687 100644
--- a/sys-apps/paludis/paludis-2.6.0.ebuild
+++ b/sys-apps/paludis/paludis-2.6.0.ebuild
@@ -51,6 +51,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 2c09943..211e913 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/files/, sys-apps/paludis/

2016-07-02 Thread Michał Górny
commit: b91283a3e1946a62683dab6a8a5d6f76dd5a2d7b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:17:25 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91283a3

sys-apps/paludis: Drop old

Drop intermediate old versions, keeping only the stable versions using
EAPI 5 and EAPI 4.

 sys-apps/paludis/Manifest  |   3 -
 ...udis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch |  88 ---
 .../paludis-2.2.0-filter-EBUILD_PHASE_FUNC.patch   |  22 ---
 .../paludis-2.2.0-filter-IUSE_EFFECTIVE.patch  |  31 
 .../files/paludis-2.2.0-fix-MERGE_TYPE.patch   |  81 --
 .../files/paludis-2.2.0-fix-PWD-handling.patch |  30 
 sys-apps/paludis/paludis-1.4.2-r1.ebuild   | 157 ---
 sys-apps/paludis/paludis-2.2.0-r2.ebuild   | 169 -
 sys-apps/paludis/paludis-2.2.0.ebuild  | 159 ---
 sys-apps/paludis/paludis-2.4.0_p20160112.ebuild| 154 ---
 10 files changed, 894 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index a6c2d07..ff10717 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,6 +1,3 @@
-DIST paludis-1.4.2.tar.bz2 1791385 SHA256 
ac342d908572e97968abcdd806ba9f390585a06f8da213b34374475972cb2611 SHA512 
1176812683453e61897005612f525aad42b38063ff680e645ee840d63c3ffe866578f4c2756f85f7d8bea5be8ca70d3ad1713c0ea2de9e18a76135251126c109
 WHIRLPOOL 
72b7391b242cebd78883e43ad82d736825841de64a2e4675a7b43a751a51edd3da8acdf37888b5112f4c9aa22c0137502e519cb81b6a1085681a4d860dafcd1c
 DIST paludis-2.0.0.tar.bz2 1787616 SHA256 
9e635d86e655658d31adde5813f5fcad2982b5fe8847c3c565eca7d28a1ec639 SHA512 
e1df4d0617b4e021d1b63181517c0ecb9ece55669226c6ea0bba318b6899277c09a8d8ccc11ef673a3f27e77302c84702df4ae7568b44a87e0b138e346623728
 WHIRLPOOL 
90dcd765ebc864d14e569a01071fe3effae3c4424cf7f3004ce1f273c721c512697c6100e3b775d34732640bd770220fe5304f4d2b5e67f2de86c9f04c9ffe97
-DIST paludis-2.2.0.tar.bz2 1786405 SHA256 
0b0bcb14a6539874d274c72e6a7b9825aa80fa083c2b61e1d5b14daf24829346 SHA512 
9b4dd4613ec31683021d6fc5b5eb094024ceada47c41e09d1f0cb86f1de5b621869756401ba14ec0ec5f5dd20a5f8bf5b596c3891724bb9c245400b5fef4961f
 WHIRLPOOL 
9cd602561b38e1bb6fc3d9baa5452c63a394c1e51faf299d8d1e82dad9a53969f14be542dac3f90974fcdf08c16c267cfdf45273c5244f378f9a2b7b6288bd97
 DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
-DIST paludis-2.4.0_p20160112.tar.xz 1296724 SHA256 
2b209337b6a4667ffe8b3db431a88314b3b224cf0f9d57a6d4fdd8c2c00f4b19 SHA512 
898853bf75e60dcfcb8aca7e45da3b7eeec2bb119db5b77a12e876282abe936bb3064bf52c27b7a7a949ab0865e7fbbfea78dc66408a09d00a02e1a2069153ae
 WHIRLPOOL 
5167ad0d234f874ef304e0725ea78517c7bcd2e0ef09b5e8ac6b6cf4213fcbccd3b6057caf89274ed67bfd7b35efa0f33fc82d479f5b5f31937a0b7c48c3
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6

diff --git 
a/sys-apps/paludis/files/paludis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch 
b/sys-apps/paludis/files/paludis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch
deleted file mode 100644
index 1950f69..000
--- a/sys-apps/paludis/files/paludis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-From bfb1bd7682b4a678cfa7dccb87d1f49d842317ac Mon Sep 17 00:00:00 2001
-From: David Leverton 
-Date: Sat, 21 Mar 2015 20:04:30 +
-Subject: Only check IUSE_EFFECTIVE for EAPI 5
-
-In other EAPIs the value isn't set by C++, and therefore may leak in
-from the calling environment.
-
-diff --git a/paludis/repositories/e/ebuild/0/list_functions.bash 
b/paludis/repositories/e/ebuild/0/list_functions.bash
-index 0c5d91a..4998c2b 100644
 a/paludis/repositories/e/ebuild/0/list_functions.bash
-+++ b/paludis/repositories/e/ebuild/0/list_functions.bash
-@@ -37,13 +37,6 @@ usev()
- 
- useq()
- {
--if [[ -n "${IUSE_EFFECTIVE:+x}" ]] ; then
--local i=( $IUSE_EFFECTIVE )
--if ! hasq ${1#!} "${i[@]#[+-]}" ; then
--die "Flag '${1#!}' is not included in 
IUSE_EFFECTIVE=\"${IUSE_EFFECTIVE}\""
--fi
--fi
--
- if [[ "${1:0:1}" == "!" ]] ; then
- ! hasq "${1#!}" "${USE}"
- else
-diff --git 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-05-24 Thread Michał Górny
commit: 81f1a858c38c230dfb0839e5595d477a1f978da8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 24 12:47:33 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 24 12:47:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f1a858

sys-apps/paludis: Switch live git to https, #583806

 sys-apps/paludis/paludis-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index ef50c66..2c09943 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-EGIT_REPO_URI='git://git.exherbo.org/paludis/paludis.git'
+EGIT_REPO_URI='https://git.exherbo.org/paludis/paludis.git'
 PYTHON_COMPAT=( python2_7 )
 # matching profile defaults for now
 RUBY_VER=2.1



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-05-03 Thread Michał Górny
commit: ad0bec2eff2d536eebb3360cbaffbc03ae649372
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  3 18:59:33 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  3 20:43:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0bec2e

sys-apps/paludis: Bump to 2.6.0

 sys-apps/paludis/Manifest  |  1 +
 .../{paludis-.ebuild => paludis-2.6.0.ebuild}  | 22 --
 sys-apps/paludis/paludis-.ebuild   | 13 +
 3 files changed, 14 insertions(+), 22 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 3c4e861..a6c2d07 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -3,3 +3,4 @@ DIST paludis-2.0.0.tar.bz2 1787616 SHA256 
9e635d86e655658d31adde5813f5fcad2982b5
 DIST paludis-2.2.0.tar.bz2 1786405 SHA256 
0b0bcb14a6539874d274c72e6a7b9825aa80fa083c2b61e1d5b14daf24829346 SHA512 
9b4dd4613ec31683021d6fc5b5eb094024ceada47c41e09d1f0cb86f1de5b621869756401ba14ec0ec5f5dd20a5f8bf5b596c3891724bb9c245400b5fef4961f
 WHIRLPOOL 
9cd602561b38e1bb6fc3d9baa5452c63a394c1e51faf299d8d1e82dad9a53969f14be542dac3f90974fcdf08c16c267cfdf45273c5244f378f9a2b7b6288bd97
 DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
 DIST paludis-2.4.0_p20160112.tar.xz 1296724 SHA256 
2b209337b6a4667ffe8b3db431a88314b3b224cf0f9d57a6d4fdd8c2c00f4b19 SHA512 
898853bf75e60dcfcb8aca7e45da3b7eeec2bb119db5b77a12e876282abe936bb3064bf52c27b7a7a949ab0865e7fbbfea78dc66408a09d00a02e1a2069153ae
 WHIRLPOOL 
5167ad0d234f874ef304e0725ea78517c7bcd2e0ef09b5e8ac6b6cf4213fcbccd3b6057caf89274ed67bfd7b35efa0f33fc82d479f5b5f31937a0b7c48c3
+DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
similarity index 89%
copy from sys-apps/paludis/paludis-.ebuild
copy to sys-apps/paludis/paludis-2.6.0.ebuild
index d61f74a..4bff156 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-2.6.0.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-EGIT_REPO_URI='git://git.exherbo.org/paludis/paludis.git'
 PYTHON_COMPAT=( python2_7 )
 # matching profile defaults for now
-RUBY_VER=2.0
+RUBY_VER=2.1
 
-inherit autotools bash-completion-r1 eutils git-r3 python-single-r1 user
+inherit bash-completion-r1 eutils python-single-r1 user
 
 DESCRIPTION="paludis, the other package mangler"
 HOMEPAGE="http://paludis.exherbo.org/;
-SRC_URI=""
+SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2;
 
 IUSE="doc pbins pink python ruby search-index test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 COMMON_DEPEND="
>=app-admin/eselect-1.2.13
-   >=app-shells/bash-3.2
+   >=app-shells/bash-3.2:0
dev-libs/libpcre[cxx]
sys-apps/file
pbins? ( >=app-arch/libarchive-3.1.2 )
@@ -39,11 +38,8 @@ DEPEND="${COMMON_DEPEND}
app-text/xmlto
>=sys-devel/gcc-4.7
doc? (
-   || (
-   >=app-doc/doxygen-1.5.3
-   <=app-doc/doxygen-1.5.1 )
-   python? (
-   dev-python/sphinx[${PYTHON_USEDEP}] )
+   app-doc/doxygen
+   python? ( dev-python/sphinx[${PYTHON_USEDEP}] )
ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
)
virtual/pkgconfig
@@ -81,8 +77,6 @@ src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
sed -i -e "1s/ruby/&${RUBY_VER/./}/" ruby/demos/*.rb || die
 
-   ./autotools_prepare.bash || die
-   eautoreconf
epatch_user
 }
 

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index d61f74a..ef50c66 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.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$
 
@@ -7,7 +7,7 @@ EAPI=5
 EGIT_REPO_URI='git://git.exherbo.org/paludis/paludis.git'
 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-01-17 Thread Michał Górny
commit: d10a1d24bbfe74a789f0e736cee2ba659cc91000
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 17 13:33:04 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 17 15:22:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10a1d24

sys-apps/paludis: Remove really old gcc checks in -

 sys-apps/paludis/paludis-.ebuild | 10 --
 1 file changed, 10 deletions(-)

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 911a00d..d61f74a 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -67,16 +67,6 @@ pkg_pretend() {
fi
fi
fi
-
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if [[ $(gcc-major-version) -lt 4
-   || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) 
-lt 7 ) ]]
-   then
-   eerror "Paludis requires at least gcc 4.7 to build. 
Please switch the active"
-   eerror "gcc version using gcc-config."
-   die "Paludis requires at least gcc 4.7"
-   fi
-   fi
 }
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-01-17 Thread Michał Górny
commit: 7e9cbe9a47a7e3d463af992fc3d853b803283879
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 17 13:46:46 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 17 15:22:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9cbe9a

sys-apps/paludis: Add a safe snapshot

 sys-apps/paludis/Manifest   |   1 +
 sys-apps/paludis/paludis-2.4.0_p20160112.ebuild | 154 
 2 files changed, 155 insertions(+)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index cc10913..3c4e861 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -2,3 +2,4 @@ DIST paludis-1.4.2.tar.bz2 1791385 SHA256 
ac342d908572e97968abcdd806ba9f390585a0
 DIST paludis-2.0.0.tar.bz2 1787616 SHA256 
9e635d86e655658d31adde5813f5fcad2982b5fe8847c3c565eca7d28a1ec639 SHA512 
e1df4d0617b4e021d1b63181517c0ecb9ece55669226c6ea0bba318b6899277c09a8d8ccc11ef673a3f27e77302c84702df4ae7568b44a87e0b138e346623728
 WHIRLPOOL 
90dcd765ebc864d14e569a01071fe3effae3c4424cf7f3004ce1f273c721c512697c6100e3b775d34732640bd770220fe5304f4d2b5e67f2de86c9f04c9ffe97
 DIST paludis-2.2.0.tar.bz2 1786405 SHA256 
0b0bcb14a6539874d274c72e6a7b9825aa80fa083c2b61e1d5b14daf24829346 SHA512 
9b4dd4613ec31683021d6fc5b5eb094024ceada47c41e09d1f0cb86f1de5b621869756401ba14ec0ec5f5dd20a5f8bf5b596c3891724bb9c245400b5fef4961f
 WHIRLPOOL 
9cd602561b38e1bb6fc3d9baa5452c63a394c1e51faf299d8d1e82dad9a53969f14be542dac3f90974fcdf08c16c267cfdf45273c5244f378f9a2b7b6288bd97
 DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
+DIST paludis-2.4.0_p20160112.tar.xz 1296724 SHA256 
2b209337b6a4667ffe8b3db431a88314b3b224cf0f9d57a6d4fdd8c2c00f4b19 SHA512 
898853bf75e60dcfcb8aca7e45da3b7eeec2bb119db5b77a12e876282abe936bb3064bf52c27b7a7a949ab0865e7fbbfea78dc66408a09d00a02e1a2069153ae
 WHIRLPOOL 
5167ad0d234f874ef304e0725ea78517c7bcd2e0ef09b5e8ac6b6cf4213fcbccd3b6057caf89274ed67bfd7b35efa0f33fc82d479f5b5f31937a0b7c48c3

diff --git a/sys-apps/paludis/paludis-2.4.0_p20160112.ebuild 
b/sys-apps/paludis/paludis-2.4.0_p20160112.ebuild
new file mode 100644
index 000..ef55347
--- /dev/null
+++ b/sys-apps/paludis/paludis-2.4.0_p20160112.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+# matching profile defaults for now
+RUBY_VER=2.0
+
+inherit bash-completion-r1 eutils python-single-r1 user
+
+DESCRIPTION="paludis, the other package mangler"
+HOMEPAGE="http://paludis.exherbo.org/;
+SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
+
+IUSE="doc pbins pink python ruby search-index test +xml"
+LICENSE="GPL-2 vim"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-admin/eselect-1.2.13
+   >=app-shells/bash-3.2
+   dev-libs/libpcre[cxx]
+   sys-apps/file
+   pbins? ( >=app-arch/libarchive-3.1.2 )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/boost-1.41.0[python,${PYTHON_USEDEP}] )
+   ruby? ( dev-lang/ruby:${RUBY_VER} )
+   search-index? ( >=dev-db/sqlite-3 )
+   xml? ( >=dev-libs/libxml2-2.6 )"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils
+   >=app-text/asciidoc-8.6.3
+   app-text/htmltidy
+   app-text/xmlto
+   >=sys-devel/gcc-4.7
+   doc? (
+   || (
+   >=app-doc/doxygen-1.5.3
+   <=app-doc/doxygen-1.5.1 )
+   python? (
+   dev-python/sphinx[${PYTHON_USEDEP}] )
+   ruby? ( dev-ruby/syntax[ruby_targets_ruby${RUBY_VER/./}] )
+   )
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.6.0-r1 )"
+
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/sandbox"
+
+PDEPEND="app-eselect/eselect-package-manager"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   if id paludisbuild >/dev/null 2>/dev/null ; then
+   if ! groups paludisbuild | grep --quiet '\' ; then
+   eerror "The 'paludisbuild' user is now expected 
to be a member of the"
+   eerror "'tty' group. You should add the user to 
this group before"
+   eerror "upgrading Paludis."
+   die "Please add paludisbuild to tty group"
+   fi
+   fi
+   fi
+
+}
+
+pkg_setup() {
+   enewgroup "paludisbuild"
+   enewuser "paludisbuild" -1 -1 "/var/tmp/paludis" 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2016-01-11 Thread Michał Górny
commit: b8a5094fcee4f5c986c47904bb31371d1b6e804f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 11 15:32:45 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 11 15:33:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a5094f

sys-apps/paludis: Enable XML support by default

Enable XML support by default, to provide support for metadata.xml
and other XML files used in Gentoo repositories.

 sys-apps/paludis/paludis-2.4.0.ebuild | 2 +-
 sys-apps/paludis/paludis-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0.ebuild
index 0a26255..ca19dc8 100644
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ b/sys-apps/paludis/paludis-2.4.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="paludis, the other package mangler"
 HOMEPAGE="http://paludis.exherbo.org/;
 SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2;
 
-IUSE="doc pbins pink python ruby search-index test xml"
+IUSE="doc pbins pink python ruby search-index test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 1501384..911a00d 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="paludis, the other package mangler"
 HOMEPAGE="http://paludis.exherbo.org/;
 SRC_URI=""
 
-IUSE="doc pbins pink python ruby search-index test xml"
+IUSE="doc pbins pink python ruby search-index test +xml"
 LICENSE="GPL-2 vim"
 SLOT="0"
 KEYWORDS=""



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2015-10-10 Thread Michał Górny
commit: 52dd6a12b8ef8ca20a04e65fbc5956655ccd28d7
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct  9 13:42:24 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  9 13:42:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dd6a12

sys-apps/paludis: update metadata.xml

* set useful local description for xml
* use ... syntax

 sys-apps/paludis/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/paludis/metadata.xml b/sys-apps/paludis/metadata.xml
index 93c3ebe..8c4fd0d 100644
--- a/sys-apps/paludis/metadata.xml
+++ b/sys-apps/paludis/metadata.xml
@@ -13,6 +13,9 @@
 Enable binary package support. Adds dependency upon
   app-arch/libarchive
 Use a less boring colourscheme than the default
-Enable cave search --index. Requires 
sqlite.
+Enable cave search --index. Requires
+  dev-db/sqlite.
+Build xml things for metadata.xml and GLSA support
+  (needs dev-libs/libxml2).
   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2015-08-22 Thread Agostino Sarubbo
commit: 72bb53c19444c5d431d862490412d5678feb5110
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Sat Aug 22 14:45:07 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Sat Aug 22 14:45:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72bb53c1

sys-apps/paludis-2.4.0-r0: amd64 stable wrt bug #554534

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 sys-apps/paludis/paludis-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0.ebuild
index 725f721..7de0b80 100644
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ b/sys-apps/paludis/paludis-2.4.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI=http://paludis.exherbo.org/download/${P}.tar.bz2;
 IUSE=doc pbins pink python ruby search-index test xml
 LICENSE=GPL-2 vim
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86
 
 COMMON_DEPEND=
=app-admin/eselect-1.2.13



[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/

2015-08-22 Thread Agostino Sarubbo
commit: 8bf84ce4d0e574384335d46a264611d76d4bdb5e
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Sat Aug 22 14:45:29 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Sat Aug 22 14:45:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf84ce4

sys-apps/paludis-2.4.0-r0: x86 stable wrt bug #554534

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=x86

 sys-apps/paludis/paludis-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0.ebuild
index 7de0b80..0a26255 100644
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ b/sys-apps/paludis/paludis-2.4.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI=http://paludis.exherbo.org/download/${P}.tar.bz2;
 IUSE=doc pbins pink python ruby search-index test xml
 LICENSE=GPL-2 vim
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86
 
 COMMON_DEPEND=
=app-admin/eselect-1.2.13