diff options
author | 2013-04-13 14:21:36 +0000 | |
---|---|---|
committer | 2013-04-13 14:21:36 +0000 | |
commit | bc6e8ef12b021eed404d61c7c8417d4fa8a922ae (patch) | |
tree | 38c90abf2dc4f12d55279f2215b899169adb68aa /net-fs | |
parent | Remove old (diff) | |
download | gentoo-2-bc6e8ef12b021eed404d61c7c8417d4fa8a922ae.tar.gz gentoo-2-bc6e8ef12b021eed404d61c7c8417d4fa8a922ae.tar.bz2 gentoo-2-bc6e8ef12b021eed404d61c7c8417d4fa8a922ae.zip |
Remove old
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/openafs-kernel/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/openafs-kernel/openafs-kernel-1.4.14.1.ebuild | 68 | ||||
-rw-r--r-- | net-fs/openafs-kernel/openafs-kernel-1.6.1-r2.ebuild | 88 | ||||
-rw-r--r-- | net-fs/openafs-kernel/openafs-kernel-1.6.1.ebuild | 66 | ||||
-rw-r--r-- | net-fs/openafs-kernel/openafs-kernel-1.6.2_pre3.ebuild | 88 |
5 files changed, 6 insertions, 311 deletions
diff --git a/net-fs/openafs-kernel/ChangeLog b/net-fs/openafs-kernel/ChangeLog index 3612101172a1..59a7b2bd051a 100644 --- a/net-fs/openafs-kernel/ChangeLog +++ b/net-fs/openafs-kernel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/openafs-kernel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/ChangeLog,v 1.150 2013/04/13 14:20:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/ChangeLog,v 1.151 2013/04/13 14:21:36 ago Exp $ + + 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> + -openafs-kernel-1.4.14.1.ebuild, -openafs-kernel-1.6.1-r2.ebuild, + -openafs-kernel-1.6.1.ebuild, -openafs-kernel-1.6.2_pre3.ebuild: + Remove old 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> openafs-kernel-1.6.2.ebuild: Stable for sparc, wrt bug #460494 diff --git a/net-fs/openafs-kernel/openafs-kernel-1.4.14.1.ebuild b/net-fs/openafs-kernel/openafs-kernel-1.4.14.1.ebuild deleted file mode 100644 index a38f3dd324ea..000000000000 --- a/net-fs/openafs-kernel/openafs-kernel-1.4.14.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/openafs-kernel-1.4.14.1.ebuild,v 1.3 2013/01/20 21:47:36 ulm Exp $ - -EAPI="2" - -inherit eutils autotools linux-mod versionator toolchain-funcs linux-info - -KV_max=2.6.38 -MY_PN=${PN/-kernel} -MY_P=${MY_PN}-${PV} -MY_PV=$(get_version_component_range 1-4) -PVER="1" -DESCRIPTION="The OpenAFS distributed file system kernel module" -HOMEPAGE="http://www.openafs.org/" -SRC_URI="http://openafs.org/dl/${MY_PV}/${MY_P}-src.tar.bz2 - mirror://gentoo/${MY_P}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -CONFIG_CHECK="!DEBUG_RODATA ~!AFS_FS KEYS" -ERROR_DEBUG_RODATA="OpenAFS is incompatible with linux' CONFIG_DEBUG_RODATA option" -ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not to load both at the same time!" - -pkg_setup() { - if kernel_is -gt ${KV_max//./ } - then - eerror "${P} does not support Linux kernel version ${KV_max} or higher" - die - fi - linux-mod_pkg_setup -} - -src_prepare() { - EPATCH_EXCLUDE="012_all_kbuild.patch" \ - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i '/^a/s:^:e:' regen.sh - skipman=1 - . regen.sh -} - -src_configure() { - ARCH="$(tc-arch-kernel)" \ - econf \ - --with-linux-kernel-headers=${KV_DIR} \ - --with-linux-kernel-build=${KV_OUT_DIR} -} - -src_compile() { - ARCH="$(tc-arch-kernel)" emake -j1 only_libafs || die -} - -src_install() { - MOD_SRCDIR=$(expr "${S}"/src/libafs/MODLOAD-*) - [ -f "${MOD_SRCDIR}"/libafs.${KV_OBJ} ] || die "Couldn't find compiled kernel module" - - MODULE_NAMES='libafs(fs/openafs:$MOD_SRCDIR)' - - linux-mod_src_install -} diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.1-r2.ebuild b/net-fs/openafs-kernel/openafs-kernel-1.6.1-r2.ebuild deleted file mode 100644 index cd4adac24b09..000000000000 --- a/net-fs/openafs-kernel/openafs-kernel-1.6.1-r2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/openafs-kernel-1.6.1-r2.ebuild,v 1.5 2013/01/26 17:34:01 vapier Exp $ - -EAPI="4" - -inherit eutils autotools multilib linux-mod versionator toolchain-funcs - -MY_PV=$(delete_version_separator '_') -MY_PN=${PN/-kernel} -MY_P2="${MY_PN}-${PV}" -MY_P="${MY_PN}-${MY_PV}" -PVER="3" -DESCRIPTION="The OpenAFS distributed file system kernel module" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-src.tar.bz2 - mirror://gentoo/${MY_P2}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -S=${WORKDIR}/${MY_P} - -CONFIG_CHECK="!DEBUG_RODATA ~!AFS_FS KEYS" -ERROR_DEBUG_RODATA="OpenAFS is incompatible with linux' CONFIG_DEBUG_RODATA option" -ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not to load both at the same time!" -ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled" - -QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko" -QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko" - -pkg_setup() { - if use kernel_linux; then - linux-mod_pkg_setup - fi -} - -src_prepare() { - EPATCH_EXCLUDE="012_all_kbuild.patch" \ - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i 's/^\(\s*\)a/\1ea/' regen.sh - : # this line makes repoman ok with not calling eautoconf etc. directly - skipman=1 - . regen.sh -} - -src_configure() { - ARCH="$(tc-arch-kernel)" \ - econf \ - --with-linux-kernel-headers=${KV_DIR} \ - --with-linux-kernel-build=${KV_OUT_DIR} -} - -src_compile() { - ARCH="$(tc-arch-kernel)" emake -j1 only_libafs || die -} - -src_install() { - if use kernel_linux; then - local srcdir=$(expr "${S}"/src/libafs/MODLOAD-*) - [[ -f ${srcdir}/libafs.${KV_OBJ} ]] || die "Couldn't find compiled kernel module" - - MODULE_NAMES="libafs(fs/openafs:${srcdir})" - - linux-mod_src_install - elif use kernel_FreeBSD; then - insinto /boot/modules - doins "${S}"/src/libafs/MODLOAD/libafs.ko - fi -} - -pkg_postinst() { - # Update linker.hints file - use kernel_FreeBSD && /usr/sbin/kldxref "${EPREFIX}/boot/modules" - use linux_kernel && linux-mod_pkg_postinst -} - -pkg_postrm() { - # Update linker.hints file - use kernel_FreeBSD && /usr/sbin/kldxref "${EPREFIX}/boot/modules" - use linux_kernel && linux-mod_pkg_postrm -} diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.1.ebuild b/net-fs/openafs-kernel/openafs-kernel-1.6.1.ebuild deleted file mode 100644 index 718ce854b954..000000000000 --- a/net-fs/openafs-kernel/openafs-kernel-1.6.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/openafs-kernel-1.6.1.ebuild,v 1.3 2013/01/20 21:47:36 ulm Exp $ - -EAPI="2" - -inherit eutils autotools linux-mod versionator toolchain-funcs - -MY_PV=$(delete_version_separator '_') -MY_PN=${PN/-kernel} -MY_P2="${MY_PN}-${PV}" -MY_P="${MY_PN}-${MY_PV}" -PVER="1" -DESCRIPTION="The OpenAFS distributed file system kernel module" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-src.tar.bz2 - mirror://gentoo/${MY_P2}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -CONFIG_CHECK="!DEBUG_RODATA ~!AFS_FS KEYS" -ERROR_DEBUG_RODATA="OpenAFS is incompatible with linux' CONFIG_DEBUG_RODATA option" -ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not to load both at the same time!" -ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled" - -pkg_setup() { - linux-mod_pkg_setup -} - -src_prepare() { - EPATCH_EXCLUDE="012_all_kbuild.patch" \ - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i 's/^\(\s*\)a/\1ea/' regen.sh - : # this line makes repoman ok with not calling eautoconf etc. directly - skipman=1 - . regen.sh -} - -src_configure() { - ARCH="$(tc-arch-kernel)" \ - econf \ - --with-linux-kernel-headers=${KV_DIR} \ - --with-linux-kernel-build=${KV_OUT_DIR} -} - -src_compile() { - ARCH="$(tc-arch-kernel)" emake -j1 only_libafs || die -} - -src_install() { - MOD_SRCDIR=$(expr "${S}"/src/libafs/MODLOAD-*) - [ -f "${MOD_SRCDIR}"/libafs.${KV_OBJ} ] || die "Couldn't find compiled kernel module" - - MODULE_NAMES='libafs(fs/openafs:$MOD_SRCDIR)' - - linux-mod_src_install -} diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.2_pre3.ebuild b/net-fs/openafs-kernel/openafs-kernel-1.6.2_pre3.ebuild deleted file mode 100644 index 3afe103d8a01..000000000000 --- a/net-fs/openafs-kernel/openafs-kernel-1.6.2_pre3.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/openafs-kernel/openafs-kernel-1.6.2_pre3.ebuild,v 1.1 2013/01/26 17:37:57 vapier Exp $ - -EAPI="4" - -inherit eutils autotools multilib linux-mod versionator toolchain-funcs - -MY_PV=$(delete_version_separator '_') -MY_PN=${PN/-kernel} -MY_P2="${MY_PN}-${PV}" -MY_P="${MY_PN}-${MY_PV}" -PVER="1" -DESCRIPTION="The OpenAFS distributed file system kernel module" -HOMEPAGE="http://www.openafs.org/" -# We always d/l the doc tarball as man pages are not USE=doc material -SRC_URI="http://openafs.org/dl/candidate/${MY_PV}/${MY_P}-src.tar.bz2 - mirror://gentoo/${MY_P2}-patches-${PVER}.tar.bz2" - -LICENSE="IBM BSD openafs-krb5-a APSL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -S=${WORKDIR}/${MY_P} - -CONFIG_CHECK="!DEBUG_RODATA ~!AFS_FS KEYS" -ERROR_DEBUG_RODATA="OpenAFS is incompatible with linux' CONFIG_DEBUG_RODATA option" -ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not to load both at the same time!" -ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled" - -QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko" -QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko" - -pkg_setup() { - if use kernel_linux; then - linux-mod_pkg_setup - fi -} - -src_prepare() { - EPATCH_EXCLUDE="012_all_kbuild.patch" \ - EPATCH_SUFFIX="patch" \ - epatch "${WORKDIR}"/gentoo/patches - - # packaging is f-ed up, so we can't run automake (i.e. eautoreconf) - sed -i 's/^\(\s*\)a/\1ea/' regen.sh - : # this line makes repoman ok with not calling eautoconf etc. directly - skipman=1 - . regen.sh -} - -src_configure() { - ARCH="$(tc-arch-kernel)" \ - econf \ - --with-linux-kernel-headers=${KV_DIR} \ - --with-linux-kernel-build=${KV_OUT_DIR} -} - -src_compile() { - ARCH="$(tc-arch-kernel)" emake -j1 only_libafs || die -} - -src_install() { - if use kernel_linux; then - local srcdir=$(expr "${S}"/src/libafs/MODLOAD-*) - [[ -f ${srcdir}/libafs.${KV_OBJ} ]] || die "Couldn't find compiled kernel module" - - MODULE_NAMES="libafs(fs/openafs:${srcdir})" - - linux-mod_src_install - elif use kernel_FreeBSD; then - insinto /boot/modules - doins "${S}"/src/libafs/MODLOAD/libafs.ko - fi -} - -pkg_postinst() { - # Update linker.hints file - use kernel_FreeBSD && /usr/sbin/kldxref "${EPREFIX}/boot/modules" - use linux_kernel && linux-mod_pkg_postinst -} - -pkg_postrm() { - # Update linker.hints file - use kernel_FreeBSD && /usr/sbin/kldxref "${EPREFIX}/boot/modules" - use linux_kernel && linux-mod_pkg_postrm -} |