public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.32.3.ebuild
@ 2008-12-12 19:57 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2008-12-12 19:57 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    08/12/12 19:57:44

  Modified:             ChangeLog
  Added:                paludis-0.32.3.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6_rc3/cvs/Linux 2.6.25.9 x86_64)

Revision  Changes    Path
1.114                sys-apps/paludis/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	5 Dec 2008 18:01:45 -0000	1.113
+++ ChangeLog	12 Dec 2008 19:57:44 -0000	1.114
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/paludis
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.113 2008/12/05 18:01:45 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.114 2008/12/12 19:57:44 gentoofan23 Exp $
+
+*paludis-0.32.3 (12 Dec 2008)
+
+  12 Dec 2008; Thomas Anderson <gentoofan23@gentoo.org>
+  +paludis-0.32.3.ebuild:
+  Version bump.
 
 *paludis-0.32.2 (05 Dec 2008)
 



1.1                  sys-apps/paludis/paludis-0.32.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild?rev=1.1&content-type=text/plain

Index: paludis-0.32.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild,v 1.1 2008/12/12 19:57:44 gentoofan23 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 qa ruby 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.0.2
	>=app-admin/eselect-news-20071201
	>=app-shells/bash-3
	inquisitio? ( dev-libs/pcre++ )
	python? ( >=dev-lang/python-2.4 >=dev-libs/boost-1.33.1-r1 )
	qa? ( dev-libs/pcre++ >=dev-libs/libxml2-2.6 app-crypt/gnupg )
	ruby? ( >=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? ( dev-python/epydoc dev-python/pygments )
		ruby? ( 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() {
	replace-flags -Os -O2
	replace-flags -O3 -O2

	create-paludis-user

	FIXED_MAKEOPTS=""
	m=$(free -m | sed -n -e '/cache:/s,^[^[:digit:]]\+[[:digit:]]\+[^[:digit:]]\+\([[:digit:]]\+\).*,\1,p')
	j=$(echo "$MAKEOPTS" | sed -n -e 's,.*-j\([[:digit:]]\+\).*,\1,p' )
	if [[ -n "${m}" ]] && [[ -n "${j}" ]] && (( ${j} > 1 )); then
		if (( m < j * 512 )) ; then
			FIXED_MAKEOPTS="-j$(( m / 512 ))"
			[[ ${FIXED_MAKEOPTS} == "-j0" ]] && FIXED_MAKEOPTS="-j1"
			ewarn "Your MAKEOPTS -j is too high. To stop the kernel from throwing a hissy fit"
			ewarn "when g++ eats all your RAM, we'll use ${FIXED_MAKEOPTS} instead."
		fi
	fi
}

src_unpack() {
	unpack ${A}
	cd "${S}"

	if has userpriv $FEATURES; then
		epatch "${FILESDIR}/${P}-userprivtest.patch"
	fi
}

src_compile() {
	local repositories=`echo default unpackaged | tr -s \  ,`
	local clients=`echo default accerso adjutrix 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 qa ) \
		$(use_enable ruby ) \
		$(useq ruby && useq doc && echo --enable-ruby-doc ) \
		$(use_enable python ) \
		$(useq python && 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 \
		--enable-sandbox \
		--with-repositories=${repositories} \
		--with-clients=${clients} \
		--with-environments=${environments} \
		|| die "econf failed"

	emake ${FIXED_MAKEOPTS} || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc AUTHORS README ChangeLog NEWS

	BASH_COMPLETION_NAME="adjutrix" dobashcompletion bash-completion/adjutrix
	BASH_COMPLETION_NAME="paludis" dobashcompletion bash-completion/paludis
	BASH_COMPLETION_NAME="accerso" dobashcompletion bash-completion/accerso
	BASH_COMPLETION_NAME="importare" dobashcompletion bash-completion/importare
	BASH_COMPLETION_NAME="instruo" dobashcompletion bash-completion/instruo
	BASH_COMPLETION_NAME="reconcilio" dobashcompletion bash-completion/reconcilio
	use qa && \
		BASH_COMPLETION_NAME="qualudis" \
		dobashcompletion bash-completion/qualudis
	use inquisitio && \
		BASH_COMPLETION_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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.32.3.ebuild
@ 2008-12-14 13:39 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2008-12-14 13:39 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    08/12/14 13:39:01

  Modified:             ChangeLog paludis-0.32.3.ebuild
  Log:
  Remove obsolete patch from ebuilds as it wasn't present anyway, thanks aballier and tommy for reporting.
  (Portage version: 2.1.6_rc3/cvs/Linux 2.6.25.9 x86_64)

Revision  Changes    Path
1.115                sys-apps/paludis/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	12 Dec 2008 19:57:44 -0000	1.114
+++ ChangeLog	14 Dec 2008 13:39:01 -0000	1.115
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/paludis
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.114 2008/12/12 19:57:44 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/ChangeLog,v 1.115 2008/12/14 13:39:01 gentoofan23 Exp $
+
+  14 Dec 2008; Thomas Anderson <gentoofan23@gentoo.org>
+  paludis-0.32.3.ebuild:
+  Remove obsolete patch from ebuilds as it wasn't present anyway, thanks
+  aballier and tommy for reporting.
 
 *paludis-0.32.3 (12 Dec 2008)
 



1.2                  sys-apps/paludis/paludis-0.32.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild?r1=1.1&r2=1.2

Index: paludis-0.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paludis-0.32.3.ebuild	12 Dec 2008 19:57:44 -0000	1.1
+++ paludis-0.32.3.ebuild	14 Dec 2008 13:39:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild,v 1.1 2008/12/12 19:57:44 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-0.32.3.ebuild,v 1.2 2008/12/14 13:39:01 gentoofan23 Exp $
 
 inherit bash-completion eutils flag-o-matic
 
@@ -66,15 +66,6 @@
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	if has userpriv $FEATURES; then
-		epatch "${FILESDIR}/${P}-userprivtest.patch"
-	fi
-}
-
 src_compile() {
 	local repositories=`echo default unpackaged | tr -s \  ,`
 	local clients=`echo default accerso adjutrix importare \






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

end of thread, other threads:[~2008-12-14 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-12 19:57 [gentoo-commits] gentoo-x86 commit in sys-apps/paludis: ChangeLog paludis-0.32.3.ebuild Thomas Anderson (gentoofan23)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-14 13:39 Thomas Anderson (gentoofan23)

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