summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2007-04-12 21:49:21 (UTC)
committer Michael Krelin <hacker@klever.net>2007-04-12 21:49:21 (UTC)
commit31eec028c0e04891aba43548a1d98d4ba15cd355 (patch) (side-by-side diff)
tree4daa9d475bccf5c54ff7be57d85ce87011859865
parentb83f4f686b1c080d2e286e4c967c5777c5bda0a4 (diff)
downloadmisc-31eec028c0e04891aba43548a1d98d4ba15cd355.zip
misc-31eec028c0e04891aba43548a1d98d4ba15cd355.tar.gz
misc-31eec028c0e04891aba43548a1d98d4ba15cd355.tar.bz2
the rest of previous commit
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--x11-plugins/asmem/asmem-1.10-r1.ebuild39
-rw-r--r--x11-plugins/asmem/files/asmem-1.10-gentoo.patch35
-rw-r--r--x11-plugins/asmem/files/digest-asmem-1.10-r13
3 files changed, 0 insertions, 77 deletions
diff --git a/x11-plugins/asmem/asmem-1.10-r1.ebuild b/x11-plugins/asmem/asmem-1.10-r1.ebuild
deleted file mode 100644
index caba379..0000000
--- a/x11-plugins/asmem/asmem-1.10-r1.ebuild
+++ b/dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.10-r1.ebuild,v 1.6 2006/11/27 12:52:26 gustavoz Exp $
-
-inherit eutils toolchain-funcs
-
-IUSE="jpeg"
-DESCRIPTION="Memory statistics monitor utility for X Windows"
-SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz"
-HOMEPAGE="http://www.tigr.net"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-
-RDEPEND="x11-libs/libXpm
- x11-libs/libSM
- jpeg? ( media-libs/jpeg )"
-
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
- econf $(use_enable jpeg) || die "econf failed"
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- dodir /usr/bin
- dodir /usr/share/man/man1
-
- emake DESTDIR="${D}" install || die
- dodoc CHANGES README
-}
diff --git a/x11-plugins/asmem/files/asmem-1.10-gentoo.patch b/x11-plugins/asmem/files/asmem-1.10-gentoo.patch
deleted file mode 100644
index 9a59ae0..0000000
--- a/x11-plugins/asmem/files/asmem-1.10-gentoo.patch
+++ b/dev/null
@@ -1,35 +0,0 @@
---- autoconf/Makefile.common.in.orig 1999-03-07 14:12:42.000000000 +0100
-+++ autoconf/Makefile.common.in 2006-09-12 00:01:00.000000000 +0200
-@@ -9,11 +9,10 @@
- install: install.bin install.man
-
- install.bin: $(PROG)
-- $(STRIP) $(PROG)
-- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
-+ $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(AFTER_BIN_DIR)
-
- install.man:
-- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
-+ $(INSTALL_DATA) $(PROG).man $(DESTDIR)$(AFTER_MAN_DIR)/$(PROG).1x
-
- uninstall:
- $(RMF) $(AFTER_BIN_DIR)/$(PROG)
---- autoconf/Makefile.defines.in.orig 2000-06-16 16:01:50.000000000 +0200
-+++ autoconf/Makefile.defines.in 2006-09-12 00:01:33.000000000 +0200
-@@ -2,6 +2,7 @@
- # Copyright (c) 1998, Guylhem AZNAR <guylhem@oeil.qc.ca>
- #
-
-+DESTDIR =
- CC = @CC@
- CCFLAGS = @CFLAGS@
- # -march=pentiumpro -mcpu=pentiumpro
-@@ -22,7 +23,7 @@
- INSTALL_MODE = @INSTALL_MODE@
-
- INSTALL = @INSTALL@
--INSTALL_PROGRAM = @INSTALL@ -s @INSTALL_MODE@
-+INSTALL_PROGRAM = @INSTALL@ -m 755 @INSTALL_MODE@
- INSTALL_DATA = @INSTALL@ -m 644
-
- INCS_X = @X_CFLAGS@
diff --git a/x11-plugins/asmem/files/digest-asmem-1.10-r1 b/x11-plugins/asmem/files/digest-asmem-1.10-r1
deleted file mode 100644
index 2dc5f95..0000000
--- a/x11-plugins/asmem/files/digest-asmem-1.10-r1
+++ b/dev/null
@@ -1,3 +0,0 @@
-MD5 b770016b0d1bc4c9fca247827bb25293 asmem-1.10.tar.gz 47802
-RMD160 b6aec0ba9ac5a2f9a591223465ba15cb3a58ea7b asmem-1.10.tar.gz 47802
-SHA256 fc484d4be3d32c39feffd190293475412f4e3bd601ae7368923efd24f001a177 asmem-1.10.tar.gz 47802