* [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: metadata.xml ChangeLog paludis-0.48.0.ebuild paludis-0.42.0.ebuild paludis-0.42.2.ebuild paludis-0.40.1.ebuild paludis-0.40.0.ebuild paludis-0.42.3.ebuild paludis-0.42.0_alpha1.ebuild
@ 2010-06-20 18:34 Thomas Anderson (tanderson)
0 siblings, 0 replies; only message in thread
From: Thomas Anderson (tanderson) @ 2010-06-20 18:34 UTC (permalink / raw
To: gentoo-commits
tanderson 10/06/20 18:34:53
Modified: metadata.xml ChangeLog
Added: paludis-0.48.0.ebuild
Removed: paludis-0.42.0.ebuild paludis-0.42.2.ebuild
paludis-0.40.1.ebuild paludis-0.40.0.ebuild
paludis-0.42.3.ebuild paludis-0.42.0_alpha1.ebuild
Log:
Version bump to 0.48.0, Cleanup & remove qa flag description.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.13 sys-apps/paludis/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/metadata.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/metadata.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/metadata.xml?r1=1.12&r2=1.13
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml 8 Sep 2009 23:33:19 -0000 1.12
+++ metadata.xml 20 Jun 2010 18:34:53 -0000 1.13
@@ -14,7 +14,6 @@
<flag name="python-bindings">Enable Python bindings. Requires a lot of RAM
to build (~700Mbytes per job) and adds a dependency upon
<pkg>dev-libs/boost</pkg></flag>
- <flag name="qa">Enable QA tools</flag>
<flag name="ruby-bindings">Enable Ruby bindings.</flag>
<flag name="visibility">Enable visibility support (g++ >=4.1)</flag>
</use>
1.157 sys-apps/paludis/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 7 Apr 2010 04:23:19 -0000 1.156
+++ ChangeLog 20 Jun 2010 18:34:53 -0000 1.157
@@ -1,6 +1,15 @@
# ChangeLog for sys-apps/paludis
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.156 2010/04/07 04:23:19 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.157 2010/06/20 18:34:53 tanderson Exp $
+
+*paludis-0.48.0 (20 Jun 2010)
+
+ 20 Jun 2010; Thomas Anderson <tanderson@gentoo.org>
+ -paludis-0.40.0.ebuild, -paludis-0.40.1.ebuild,
+ -paludis-0.42.0_alpha1.ebuild, -paludis-0.42.0.ebuild,
+ -paludis-0.42.2.ebuild, -paludis-0.42.3.ebuild, +paludis-0.48.0.ebuild,
+ metadata.xml:
+ Version bump to 0.48.0, Cleanup & remove qa flag description.
07 Apr 2010; Jeremy Olexa <darkside@gentoo.org> paludis-0.40.0.ebuild,
paludis-0.40.1.ebuild, paludis-0.42.0_alpha1.ebuild,
1.1 sys-apps/paludis/paludis-0.48.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/paludis-0.48.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paludis/paludis-0.48.0.ebuild?rev=1.1&content-type=text/plain
Index: paludis-0.48.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.48.0.ebuild,v 1.1 2010/06/20 18:34:53 tanderson Exp $
inherit bash-completion eutils flag-o-matic
DESCRIPTION="paludis, the other package mangler"
HOMEPAGE="http://paludis.pioto.org/"
SRC_URI="http://paludis.pioto.org/download/${P}.tar.bz2"
IUSE="doc inquisitio portage pink python-bindings ruby-bindings vim-syntax visibility xml zsh-completion"
LICENSE="GPL-2 vim-syntax? ( vim )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
COMMON_DEPEND="
>=app-admin/eselect-1.2_rc1
>=app-shells/bash-3.2
inquisitio? ( dev-libs/libpcre )
python-bindings? ( >=dev-lang/python-2.4 >=dev-libs/boost-1.33.1-r1 )
ruby-bindings? ( >=dev-lang/ruby-1.8 )
xml? ( >=dev-libs/libxml2-2.6 )"
DEPEND="${COMMON_DEPEND}
doc? (
|| ( >=app-doc/doxygen-1.5.3 <=app-doc/doxygen-1.5.1 )
media-gfx/imagemagick
python-bindings? ( dev-python/epydoc dev-python/pygments )
ruby-bindings? ( dev-ruby/syntax dev-ruby/allison )
)
dev-util/pkgconfig"
RDEPEND="${COMMON_DEPEND}
sys-apps/sandbox"
# Keep this as a PDEPEND. It avoids issues when Paludis is used as the
# default virtual/portage provider.
PDEPEND="
vim-syntax? ( >=app-editors/vim-core-7 )"
PROVIDE="virtual/portage"
create-paludis-user() {
enewgroup "paludisbuild"
enewuser "paludisbuild" "-1" "-1" "/var/tmp/paludis" "paludisbuild"
}
pkg_setup() {
if use inquisitio && ! built_with_use dev-libs/libpcre cxx ; then
eerror "Paludis needs dev-libs/libpcre built with C++ support"
eerror "Please build dev-libs/libpcre with USE=cxx support"
die "Rebuild dev-libs/libpcre with USE=cxx"
fi
if use python-bindings && \
! built_with_use --missing true dev-libs/boost python; then
eerror "With USE python-bindings you need boost build with the python"
eerror "use flag."
die "Rebuild dev-libs/boost with USE python"
fi
create-paludis-user
replace-flags -O? -O2
}
src_compile() {
local repositories=`echo default unpackaged | tr -s \ ,`
local clients=`echo default accerso adjutrix appareo importare \
$(usev inquisitio ) instruo paludis reconcilio | tr -s \ ,`
local environments=`echo default $(usev portage ) | tr -s \ ,`
econf \
$(use_enable doc doxygen ) \
$(use_enable pink ) \
$(use_enable ruby-bindings ruby ) \
$(useq ruby-bindings && useq doc && echo --enable-ruby-doc ) \
$(use_enable python-bindings python ) \
$(useq python-bindings && useq doc && echo --enable-python-doc ) \
$(use_enable xml ) \
$(use_enable vim-syntax vim ) \
$(use_enable visibility ) \
--with-vim-install-dir=/usr/share/vim/vimfiles \
--with-repositories=${repositories} \
--with-clients=${clients} \
--with-environments=${environments}
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS README NEWS
BASHCOMPLETION_NAME="adjutrix" dobashcompletion bash-completion/adjutrix
BASHCOMPLETION_NAME="paludis" dobashcompletion bash-completion/paludis
BASHCOMPLETION_NAME="accerso" dobashcompletion bash-completion/accerso
BASHCOMPLETION_NAME="importare" dobashcompletion bash-completion/importare
BASHCOMPLETION_NAME="instruo" dobashcompletion bash-completion/instruo
BASHCOMPLETION_NAME="reconcilio" dobashcompletion bash-completion/reconcilio
use inquisitio && \
BASHCOMPLETION_NAME="inquisitio" \
dobashcompletion bash-completion/inquisitio
if use zsh-completion ; then
insinto /usr/share/zsh/site-functions
doins zsh-completion/_paludis
doins zsh-completion/_adjutrix
doins zsh-completion/_importare
doins zsh-completion/_reconcilio
use inquisitio && doins zsh-completion/_inquisitio
doins zsh-completion/_paludis_packages
fi
}
src_test() {
# Work around Portage bugs
export PALUDIS_DO_NOTHING_SANDBOXY="portage sucks"
export BASH_ENV=/dev/null
if [[ `id -u` == 0 ]] ; then
export PALUDIS_REDUCED_UID=0
export PALUDIS_REDUCED_GID=0
fi
if ! emake check ; then
eerror "Tests failed. Looking for file 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
}
pkg_postinst() {
# Remove the symlink created by app-admin/eselect-news
if [[ -L "${ROOT}/var/lib/paludis/news" ]] ; then
rm "${ROOT}/var/lib/paludis/news"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-20 18:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 18:34 [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: metadata.xml ChangeLog paludis-0.48.0.ebuild paludis-0.42.0.ebuild paludis-0.42.2.ebuild paludis-0.40.1.ebuild paludis-0.40.0.ebuild paludis-0.42.3.ebuild paludis-0.42.0_alpha1.ebuild Thomas Anderson (tanderson)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox