summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-12 14:39:36 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-12 14:39:36 +0000
commit03f6b34b995c8d55fb7aca98369d3ac202b1325e (patch)
tree4d05471a82a82a3d2e3731eeb1574d0c3da665ff /sys-fs/squashfs-tools
parentUpdate ChangeLog comments. (diff)
downloadhistorical-03f6b34b995c8d55fb7aca98369d3ac202b1325e.tar.gz
historical-03f6b34b995c8d55fb7aca98369d3ac202b1325e.tar.bz2
historical-03f6b34b995c8d55fb7aca98369d3ac202b1325e.zip
Cleaning up older ebuilds.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r--sys-fs/squashfs-tools/ChangeLog6
-rw-r--r--sys-fs/squashfs-tools/files/digest-squashfs-tools-2.21
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-2.2.ebuild39
3 files changed, 5 insertions, 41 deletions
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog
index 482a73c6a25a..1530d04f02c1 100644
--- a/sys-fs/squashfs-tools/ChangeLog
+++ b/sys-fs/squashfs-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/squashfs-tools
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.22 2005/09/09 12:58:21 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.23 2005/09/12 14:39:36 wolf31o2 Exp $
+
+ 12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ -squashfs-tools-2.2.ebuild:
+ Cleaning up older ebuilds.
*squashfs-tools-2.2_p2 (09 Sep 2005)
diff --git a/sys-fs/squashfs-tools/files/digest-squashfs-tools-2.2 b/sys-fs/squashfs-tools/files/digest-squashfs-tools-2.2
deleted file mode 100644
index b0fd3859f44b..000000000000
--- a/sys-fs/squashfs-tools/files/digest-squashfs-tools-2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9537f1bfa3efd5df722f1a85cd424414 squashfs2.2.tar.gz 233078
diff --git a/sys-fs/squashfs-tools/squashfs-tools-2.2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-2.2.ebuild
deleted file mode 100644
index 13888226fd72..000000000000
--- a/sys-fs/squashfs-tools/squashfs-tools-2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-2.2.ebuild,v 1.1 2005/07/22 13:24:16 wolf31o2 Exp $
-
-inherit toolchain-funcs
-
-MY_PV=${PV/_p/-r}
-DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/libc
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/squashfs${PV/_p/-r}/squashfs-tools
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-O2:${CFLAGS}:" Makefile
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- dobin mksquashfs || die
- cd ..
- dodoc README ACKNOWLEDGEMENTS CHANGES README-2.{0,1} README-AMD64 \
- PERFORMANCE.README
-}