diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-17 01:58:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-17 01:58:21 +0000 |
commit | 85bf78e1a5c8a765229c0ec93d0a7a9bd25d8568 (patch) | |
tree | a454dd124432471bb7cda7116b3774c894a6498f /net-fs/samba | |
parent | Fix building with newer kernels #146004. (diff) | |
download | gentoo-2-85bf78e1a5c8a765229c0ec93d0a7a9bd25d8568.tar.gz gentoo-2-85bf78e1a5c8a765229c0ec93d0a7a9bd25d8568.tar.bz2 gentoo-2-85bf78e1a5c8a765229c0ec93d0a7a9bd25d8568.zip |
Unpack the gentoo tarball first so that it doesnt force old timestamps onto directories #146801 by Richard Fish.
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.23a.ebuild | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index ad9855a4e936..bea9a60381c5 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/samba # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.258 2006/12/13 23:40:57 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.259 2006/12/17 01:58:21 vapier Exp $ + + 17 Dec 2006; Mike Frysinger <vapier@gentoo.org> samba-3.0.23a.ebuild: + Unpack the gentoo tarball first so that it doesnt force old timestamps onto + directories #146801 by Richard Fish. 13 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org> samba-3.0.23.ebuild: diff --git a/net-fs/samba/samba-3.0.23a.ebuild b/net-fs/samba/samba-3.0.23a.ebuild index f50cd53f9d1f..f88d91c0aa8f 100644 --- a/net-fs/samba/samba-3.0.23a.ebuild +++ b/net-fs/samba/samba-3.0.23a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.23a.ebuild,v 1.3 2006/10/30 16:21:05 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.23a.ebuild,v 1.4 2006/12/17 01:58:21 vapier Exp $ inherit eutils versionator @@ -18,12 +18,11 @@ S2=${WORKDIR}/${MY_P} S=${S2}/source PFVSCAN=${PN}-vscan-${VSCAN_VER} DESCRIPTION="SAMBA is a suite of SMB and CIFS client/server programs for UNIX" -HOMEPAGE="http://www.samba.org/ - http://www.openantivirus.org/projects.php" -SRC_URI="mirror://samba/${MY_P}.tar.gz +HOMEPAGE="http://www.samba.org/ http://www.openantivirus.org/projects.php" +SRC_URI="mirror://gentoo/${MY_PP}.tar.bz2 + mirror://samba/${MY_P}.tar.gz mirror://samba/old-versions/${MY_P}.tar.gz - oav? ( mirror://sourceforge/openantivirus/${PFVSCAN}.tar.bz2 ) - mirror://gentoo/${MY_PP}.tar.bz2" + oav? ( mirror://sourceforge/openantivirus/${PFVSCAN}.tar.bz2 )" LICENSE="GPL-2" SLOT="0" |