* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-share: ChangeLog freebsd-share-7.2-r1.ebuild
@ 2010-01-07 13:06 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2010-01-07 13:06 UTC (permalink / raw
To: gentoo-commits
aballier 10/01/07 13:06:40
Modified: ChangeLog
Added: freebsd-share-7.2-r1.ebuild
Log:
Remove miscfiles colliding with app-misc/miscfiles and RDEPEND on it
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.34 sys-freebsd/freebsd-share/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 22 May 2009 16:42:16 -0000 1.33
+++ ChangeLog 7 Jan 2010 13:06:40 -0000 1.34
@@ -1,6 +1,12 @@
# ChangeLog for sys-freebsd/freebsd-share
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog,v 1.33 2009/05/22 16:42:16 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-share/ChangeLog,v 1.34 2010/01/07 13:06:40 aballier Exp $
+
+*freebsd-share-7.2-r1 (07 Jan 2010)
+
+ 07 Jan 2010; Alexis Ballier <aballier@gentoo.org>
+ +freebsd-share-7.2-r1.ebuild, +files/freebsd-share-gnu-miscfiles.patch:
+ Remove miscfiles colliding with app-misc/miscfiles and RDEPEND on it
22 May 2009; Alexis Ballier <aballier@gentoo.org>
freebsd-share-7.2.ebuild:
1.1 sys-freebsd/freebsd-share/freebsd-share-7.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-share/freebsd-share-7.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-share/freebsd-share-7.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: freebsd-share-7.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-share/freebsd-share-7.2-r1.ebuild,v 1.1 2010/01/07 13:06:40 aballier Exp $
inherit bsdmk freebsd
DESCRIPTION="FreeBSD shared tools/files"
SLOT="0"
KEYWORDS="~sparc-fbsd ~x86-fbsd"
IUSE="doc isdn"
SRC_URI="mirror://gentoo/${SHARE}.tar.bz2
mirror://gentoo/${CONTRIB}.tar.bz2
mirror://gentoo/${GNU}.tar.bz2
mirror://gentoo/${UBIN}.tar.bz2
mirror://gentoo/${USBIN}.tar.bz2
mirror://gentoo/${SBIN}.tar.bz2
mirror://gentoo/${BIN}.tar.bz2
mirror://gentoo/${LIB}.tar.bz2
mirror://gentoo/${ETC}.tar.bz2"
DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}*"
RDEPEND="sys-apps/miscfiles"
RESTRICT="strip"
S="${WORKDIR}/share"
pkg_setup() {
use isdn || mymakeopts="${mymakeopts} NO_I4B= "
use doc || mymakeopts="${mymakeopts} NO_SHAREDOCS= "
mymakeopts="${mymakeopts} NO_SENDMAIL= NO_MANCOMPRESS= NO_INFOCOMPRESS= "
}
REMOVE_SUBDIRS="mk termcap zoneinfo tabset"
PATCHES=( "${FILESDIR}/${PN}-5.3-doc-locations.patch"
"${FILESDIR}/${PN}-5.4-gentoo-skel.patch"
"${FILESDIR}/${PN}-gnu-miscfiles.patch" )
src_unpack() {
freebsd_src_unpack
# Remove make.conf manpage as it describes bsdmk's make.conf.
sed -i -e 's:make.conf.5::' "${S}/man/man5/Makefile"
# Remove mailer.conf manpage
sed -i -e 's:mailer.conf.5::' "${S}/man/man5/Makefile"
# Remove pbm and moduli(ssh) manpages
sed -i -e 's:pbm.5::' -e 's:moduli.5::' "${S}/man/man5/Makefile"
# Remove builtins manpage
sed -i -e '/builtins\.1/d' "${S}/man/man1/Makefile"
# Remove rc manpages
sed -i -e '/rc.8/d' "${S}/man/man8/Makefile"
# Don't install the arch-specific directories in subdirectories
sed -i -e '/MANSUBDIR/d' "${S}"/man/man4/man4.{i386,sparc64}/Makefile
# Remove them so that they can't be included by error
rm -rf "${S}"/mk/*.mk
# Make proper symlinks by defining the full target.
local sdir
for sdir in colldef mklocale monetdef msgdef numericdef timedef
do
sed -e 's:\${enc2}$:\${enc2}/\${FILESNAME}:g' -i \
"${S}/${sdir}/Makefile" || \
die "Error fixing ${sdir}/Makefile"
done
}
src_compile() {
export ESED="/usr/bin/sed"
# This is a groff problem and not a -shared problem.
export GROFF_TMAC_PATH="/usr/share/tmac/:/usr/share/groff/1.19.1/tmac/"
mkmake || die "emake failed"
}
src_install() {
mkmake -j1 DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install || die "Install failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-07 13:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 13:06 [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-share: ChangeLog freebsd-share-7.2-r1.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox