diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-02-10 22:02:42 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-02-10 22:02:42 +0000 |
commit | ea5e8aa220132a2933663f1c5d7a579694e91fc8 (patch) | |
tree | a928b6b80edfc9d1490f6e61e1fe16005723c342 /sys-fs/shake | |
parent | Stable on amd64, security bug #209067 (diff) | |
download | historical-ea5e8aa220132a2933663f1c5d7a579694e91fc8.tar.gz historical-ea5e8aa220132a2933663f1c5d7a579694e91fc8.tar.bz2 historical-ea5e8aa220132a2933663f1c5d7a579694e91fc8.zip |
Initial commit, bug #144042
Package-Manager: portage-2.1.4.2
Diffstat (limited to 'sys-fs/shake')
-rw-r--r-- | sys-fs/shake/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/shake/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/shake/metadata.xml | 10 | ||||
-rw-r--r-- | sys-fs/shake/shake-0.31.ebuild | 17 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sys-fs/shake/ChangeLog b/sys-fs/shake/ChangeLog new file mode 100644 index 000000000000..addbdbe600ef --- /dev/null +++ b/sys-fs/shake/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-fs/shake +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.1 2008/02/10 22:02:42 voyageur Exp $ + +*shake-0.31 (10 Feb 2008) + + 10 Feb 2008; Bernard Cafarelli <voyageur@gentoo.org> +shake-0.31.ebuild: + Initial commit, bug #144042 + diff --git a/sys-fs/shake/Manifest b/sys-fs/shake/Manifest new file mode 100644 index 000000000000..a17d55ab9d1e --- /dev/null +++ b/sys-fs/shake/Manifest @@ -0,0 +1,4 @@ +DIST shake-0.31.tar.bz2 38950 RMD160 454ba828e65fa7d47047cc92d87e448847dafb98 SHA1 1aeac07b158625f66286a8ee7b6660430431fa1f SHA256 5246503c243f662aec6f55c44218e9bb5b0e8f1c7fd68d6d17e7efeb0a00953a +EBUILD shake-0.31.ebuild 525 RMD160 4edf2219e0403349bd2e99892969506c26cae308 SHA1 f707a771d584850f7722e428c15f581d8933b94f SHA256 20953e47d1350d70e4bb7c796e33b1a3a9c912cadb8846bec7b0b4cfa92b6793 +MISC ChangeLog 332 RMD160 226cae9560ead32914e512331d9181359ff00022 SHA1 918745cbcefc44b5633a21adfdc6399f7d9dbdf3 SHA256 211f6b666d02f37ab0d117660878abdcbd44acb515beaeec326e816aa4abb14d +MISC metadata.xml 381 RMD160 4c343546f0fd4df177e94bd65cdf455815adc138 SHA1 840ca88fbefb8b5bbf908e5611534f9579a83de8 SHA256 60b2f3a59b6cd39172b3cf5d562af4cf67970cf055ed4dc84ad1d9ea49d51369 diff --git a/sys-fs/shake/metadata.xml b/sys-fs/shake/metadata.xml new file mode 100644 index 000000000000..8bb089c2c212 --- /dev/null +++ b/sys-fs/shake/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>voyageur@gentoo.org</email> + </maintainer> + <longdescription>Shake is a defragmenter that runs in userspace, without +the need of patching the kernel and while the system is used </longdescription> +</pkgmetadata> diff --git a/sys-fs/shake/shake-0.31.ebuild b/sys-fs/shake/shake-0.31.ebuild new file mode 100644 index 000000000000..f4e4b5899b59 --- /dev/null +++ b/sys-fs/shake/shake-0.31.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.31.ebuild,v 1.1 2008/02/10 22:02:42 voyageur Exp $ + +inherit cmake-utils + +DESCRIPTION="defragmenter that runs in userspace while the system is used" +HOMEPAGE="http://vleu.net/shake/" +SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="sys-apps/attr" +RDEPEND="${DEPEND}" |