summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-10-24 18:00:20 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-10-24 18:00:20 +0000
commit082bb7937a874fb18ba54a7bfe9ba4ac232653c2 (patch)
treec01e94a1ad01f0bbada2e91e8a1c76eac33299fe /sys-fs
parentdev-vcs/gitstats: Drop old; pack latest and bump to new python eclasses, #489132 (diff)
downloadgentoo-2-082bb7937a874fb18ba54a7bfe9ba4ac232653c2.tar.gz
gentoo-2-082bb7937a874fb18ba54a7bfe9ba4ac232653c2.tar.bz2
gentoo-2-082bb7937a874fb18ba54a7bfe9ba4ac232653c2.zip
Version bump wrt bug #489202, thanks to Mr. Anderson <walch.martin AT web.de>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/reiserfs-defrag/ChangeLog8
-rw-r--r--sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-fs/reiserfs-defrag/ChangeLog b/sys-fs/reiserfs-defrag/ChangeLog
index 6ef6b46dec21..d842e666e1e8 100644
--- a/sys-fs/reiserfs-defrag/ChangeLog
+++ b/sys-fs/reiserfs-defrag/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/reiserfs-defrag
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfs-defrag/ChangeLog,v 1.2 2013/01/12 17:11:07 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfs-defrag/ChangeLog,v 1.3 2013/10/24 18:00:20 pinkbyte Exp $
+
+*reiserfs-defrag-0.2.2 (24 Oct 2013)
+
+ 24 Oct 2013; Sergey Popov <pinkbyte@gentoo.org>
+ +reiserfs-defrag-0.2.2.ebuild:
+ Version bump wrt bug #489202, thanks to Mr. Anderson <walch.martin AT web.de>
12 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> reiserfs-defrag-0.2.1.ebuild:
Fix typo
diff --git a/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild b/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild
new file mode 100644
index 000000000000..daf04c74058d
--- /dev/null
+++ b/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild,v 1.1 2013/10/24 18:00:20 pinkbyte Exp $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Small defragmentation tool for reiserfs"
+HOMEPAGE="https://github.com/i-rinat/reiserfs-defrag"
+SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog README.md )
+
+pkg_postinst() {
+ ewarn "Defragmentation should be done OFFLINE only! You MUST unmount your reiserfs partition before starting ${PN}"
+}