summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-11-04 10:13:29 +0000
committerMichał Górny <mgorny@gentoo.org>2014-11-04 10:13:29 +0000
commit421321124359251898f45c79c3e7881a6150d435 (patch)
treea6b64670278a7cebbdb9b0e440ed6a05e7916ad7 /app-misc
parentOld. (diff)
downloadgentoo-2-421321124359251898f45c79c3e7881a6150d435.tar.gz
gentoo-2-421321124359251898f45c79c3e7881a6150d435.tar.bz2
gentoo-2-421321124359251898f45c79c3e7881a6150d435.zip
Version bump. Contains a fix for bug #520194.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/scrub/ChangeLog9
-rw-r--r--app-misc/scrub/scrub-2.6.1.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/app-misc/scrub/ChangeLog b/app-misc/scrub/ChangeLog
index 65292371cfec..5b3aad48294f 100644
--- a/app-misc/scrub/ChangeLog
+++ b/app-misc/scrub/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/scrub
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v 1.12 2012/12/26 17:18:54 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/ChangeLog,v 1.13 2014/11/04 10:13:29 mgorny Exp $
+
+*scrub-2.6.1 (04 Nov 2014)
+
+ 04 Nov 2014; Michał Górny <mgorny@gentoo.org> +scrub-2.6.1.ebuild:
+ Version bump. Contains a fix for bug #520194.
26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> scrub-2.5.2.ebuild:
Stable for amd64, wrt bug #448664
diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild
new file mode 100644
index 000000000000..555d40060d6f
--- /dev/null
+++ b/app-misc/scrub/scrub-2.6.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/scrub-2.6.1.ebuild,v 1.1 2014/11/04 10:13:29 mgorny Exp $
+
+EAPI="5"
+
+DESCRIPTION="Write patterns on disk/file"
+HOMEPAGE="http://code.google.com/p/diskscrub/"
+SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""