diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-12 18:43:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-12 18:43:50 +0000 |
commit | 945138a75e1a12a28cadc36be30ad571c44efc3a (patch) | |
tree | 4a1778226e6a6994daddf06ccff02a6adbf6c552 /sys-fs | |
parent | Stable on alpha, bug 125158. (diff) | |
download | historical-945138a75e1a12a28cadc36be30ad571c44efc3a.tar.gz historical-945138a75e1a12a28cadc36be30ad571c44efc3a.tar.bz2 historical-945138a75e1a12a28cadc36be30ad571c44efc3a.zip |
Cleaning up older ebuilds.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/squashfs-tools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/files/digest-squashfs-tools-2.1_p2-r1 | 1 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-2.1_p2-r1.ebuild | 39 |
3 files changed, 5 insertions, 41 deletions
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog index 3c5cf5f89209..d4eb59f14b2e 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.28 2006/04/12 18:23:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.29 2006/04/12 18:43:49 wolf31o2 Exp $ + + 12 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + -squashfs-tools-2.1_p2-r1.ebuild: + Cleaning up older ebuilds. 12 Apr 2006; Bryan Ăstergaard <kloeri@gentoo.org squashfs-tools-2.2_p2.ebuild: diff --git a/sys-fs/squashfs-tools/files/digest-squashfs-tools-2.1_p2-r1 b/sys-fs/squashfs-tools/files/digest-squashfs-tools-2.1_p2-r1 deleted file mode 100644 index 1d5b27d7d7b7..000000000000 --- a/sys-fs/squashfs-tools/files/digest-squashfs-tools-2.1_p2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ffa24eff13b2ca51ed6990d15237e4c1 squashfs2.1-r2.tar.gz 195686 diff --git a/sys-fs/squashfs-tools/squashfs-tools-2.1_p2-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-2.1_p2-r1.ebuild deleted file mode 100644 index 44a20c6c8acb..000000000000 --- a/sys-fs/squashfs-tools/squashfs-tools-2.1_p2-r1.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.1_p2-r1.ebuild,v 1.2 2005/05/16 17:48:35 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 -} |