diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2009-09-21 11:30:48 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2009-09-21 11:30:48 +0000 |
commit | e2eb54af1ac5170c15740585704b47c480977031 (patch) | |
tree | be3865ea642f583ee063fec946ed6da9488b3956 /sys-fs | |
parent | Version bump. (diff) | |
download | historical-e2eb54af1ac5170c15740585704b47c480977031.tar.gz historical-e2eb54af1ac5170c15740585704b47c480977031.tar.bz2 historical-e2eb54af1ac5170c15740585704b47c480977031.zip |
Remove live git build - no longer current upstream (bug #285357)
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/btrfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/btrfs/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/btrfs/btrfs-9999.ebuild | 71 |
3 files changed, 5 insertions, 74 deletions
diff --git a/sys-fs/btrfs/ChangeLog b/sys-fs/btrfs/ChangeLog index 0775e146619d..8f42c1e1ebfb 100644 --- a/sys-fs/btrfs/ChangeLog +++ b/sys-fs/btrfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/btrfs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs/ChangeLog,v 1.20 2009/04/17 15:23:36 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs/ChangeLog,v 1.21 2009/09/21 11:30:48 lavajoe Exp $ + + 21 Sep 2009; Joe Peterson <lavajoe@gentoo.org> -btrfs-9999.ebuild: + Remove live git build - no longer current upstream (bug #285357) 17 Apr 2009; Joe Peterson <lavajoe@gentoo.org> btrfs-0.17.ebuild, btrfs-9999.ebuild: diff --git a/sys-fs/btrfs/Manifest b/sys-fs/btrfs/Manifest index 352bd2331e99..879b4f5d6eb2 100644 --- a/sys-fs/btrfs/Manifest +++ b/sys-fs/btrfs/Manifest @@ -3,6 +3,5 @@ DIST btrfs-0.16.tar.bz2 125070 RMD160 9b448a06ce290ff9e5da58264e96842da2d4c69b S DIST btrfs-0.17.tar.bz2 173799 RMD160 7cf84958a86673d05277b077886974a7dda3c185 SHA1 5cd34d14552285594959e102d450dc9085cb82c6 SHA256 0ffd8317af1e34d97373360f5ab84ff6f39fa8922ec922444bfea2593d6db13e EBUILD btrfs-0.16-r2.ebuild 1809 RMD160 32d840d83f9511042c9c8dbc2e9ae6d6866d4880 SHA1 3f1e33a84a0345ded3714271879348a7423e1027 SHA256 b3fefb8e2b282a480071a78f0c66f8be6a5dbe92f5d870b99b4344cc47fb3988 EBUILD btrfs-0.17.ebuild 1953 RMD160 7bfc3cf97c403bddcf075e3e99fc1d71a16ed54a SHA1 15c5d4311640c3e47da71fc6a240445bed0f4063 SHA256 6f18be210a26607f4ccf5de9b090667d23f5bf60f28d476477b726ae1e756ebd -EBUILD btrfs-9999.ebuild 1940 RMD160 0fb603a0bd30d1d6aec4fb2019d0d6e1bd1fda84 SHA1 4d9931d33f849cd58b87edb9ee32ed26b369408d SHA256 42aad6de79e1dfa48d78b3307a3b06a60d7153897d60ed0698ff1d060ce3f9b7 -MISC ChangeLog 3716 RMD160 198128ed96ecf7d7c4a502ac8e470470b8e355d5 SHA1 599295db49d53ff5379f578bb4582aebe800e84d SHA256 ea55019a16bf8fea45ce2c4c56e2510bbab12d71ca6b24f4cf42fe3ecbb4a146 +MISC ChangeLog 3853 RMD160 3e69caa8944e84ad0f1851aaa6c24257f2305f32 SHA1 8dba106705a01a8fbd94dd8f61d99afbb292a981 SHA256 9d68514b6c5260b05486c20c7adba285f1de5b8e0f62433d45a6b48a772eefa6 MISC metadata.xml 223 RMD160 0c9c59654305e8789fe6c93fd07c561cfe003f54 SHA1 7904e6fb45104baf2cb67fb9886c633af4dc7056 SHA256 a24b49fe5448d4cb329acf1d8113ac30eb1d61d63a7319b66c077d3f1775d055 diff --git a/sys-fs/btrfs/btrfs-9999.ebuild b/sys-fs/btrfs/btrfs-9999.ebuild deleted file mode 100644 index cde009a18da0..000000000000 --- a/sys-fs/btrfs/btrfs-9999.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs/btrfs-9999.ebuild,v 1.9 2009/04/17 15:23:36 lavajoe Exp $ - -inherit eutils linux-mod git - -DESCRIPTION="A checksumming copy-on-write filesystem" -HOMEPAGE="http://btrfs.wiki.kernel.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable-standalone.git" -EGIT_BRANCH="master" - -pkg_setup() -{ - linux-mod_pkg_setup - - BUILD_TARGETS="all" - BUILD_PARAMS="KERNELDIR=${KV_OUT_DIR}" - MODULE_NAMES="btrfs(fs:${S})" - - if ! kernel_is gt 2 6 26; then - eerror "Need a >=2.6.27 kernel to compile against!" - die "Need a >=2.6.27 kernel to compile against!" - fi - - if ! linux_chkconfig_present LIBCRC32C; then - eerror "You need to enable LIBCRC32C in your kernel!" - die "You need to enable LIBCRC32C in your kernel!" - fi - - if ! linux_chkconfig_present ZLIB_INFLATE; then - eerror "You need to enable ZLIB_INFLATE in your kernel!" - die "You need to enable ZLIB_INFLATE in your kernel!" - fi - - if ! linux_chkconfig_present ZLIB_DEFLATE; then - eerror "You need to enable ZLIB_DEFLATE in your kernel!" - die "You need to enable ZLIB_DEFLATE in your kernel!" - fi -} - -src_install() -{ - linux-mod_src_install - - dodoc INSTALL -} - -pkg_postinst() { - linux-mod_pkg_postinst - - ewarn "WARNING: Btrfs is under heavy development and is not suitable for" - ewarn " any uses other than benchmarking and review." - ewarn " The Btrfs disk format is not yet finalized." - ewarn - ewarn " Also, it is highly recommended that the versions of" - ewarn " btrfs and btrfs-progs match." - ewarn - ewarn "Note: This version is installed from a live ebuild, so the disk" - ewarn " format can change from install to install as the upstream" - ewarn " source changes." -} |