diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-12 14:39:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-12 14:39:36 +0000 |
commit | 184e35874e20830326e36e612067d54f8c02351f (patch) | |
tree | d219a572c5a70ecc7913b5980eda71e595e2169b /sys-fs/squashfs-tools | |
parent | Update ChangeLog comments. (diff) | |
download | gentoo-2-184e35874e20830326e36e612067d54f8c02351f.tar.gz gentoo-2-184e35874e20830326e36e612067d54f8c02351f.tar.bz2 gentoo-2-184e35874e20830326e36e612067d54f8c02351f.zip |
Cleaning up older ebuilds.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r-- | sys-fs/squashfs-tools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/files/digest-squashfs-tools-2.2 | 1 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-2.2.ebuild | 39 |
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 -} |