summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2004-05-11 18:40:20 +0000
committerChristian Birchinger <joker@gentoo.org>2004-05-11 18:40:20 +0000
commit4d8d4b5897671c33837b107f00a2cf724d43418e (patch)
treeb2ba40b172f2a8d43fa90f8d663be03d0e3a392c /x11-plugins
parentfix typo: REAEDME/README (bug #50774) (Manifest recommit) (diff)
downloadgentoo-2-4d8d4b5897671c33837b107f00a2cf724d43418e.tar.gz
gentoo-2-4d8d4b5897671c33837b107f00a2cf724d43418e.tar.bz2
gentoo-2-4d8d4b5897671c33837b107f00a2cf724d43418e.zip
New version with Linux 2.6 fix
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/asmem/ChangeLog8
-rw-r--r--x11-plugins/asmem/asmem-1.10.ebuild28
-rw-r--r--x11-plugins/asmem/files/asmem-1.10-gentoo.patch26
-rw-r--r--x11-plugins/asmem/files/digest-asmem-1.101
4 files changed, 62 insertions, 1 deletions
diff --git a/x11-plugins/asmem/ChangeLog b/x11-plugins/asmem/ChangeLog
index 795f38a4a2fb..e200c0fc81aa 100644
--- a/x11-plugins/asmem/ChangeLog
+++ b/x11-plugins/asmem/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/asmem
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.3 2004/03/17 21:49:18 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.4 2004/05/11 18:40:20 joker Exp $
+
+*asmem-1.10 (11 May 2004)
+
+ 11 May 2004; Christian Birchinger <joker@gentoo.org> asmem-1.10.ebuild,
+ files/asmem-1.10-gentoo.patch:
+ New version with Linux 2.6 fix
17 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> asmem-1.9.ebuild:
Added ~sparc (#44975)
diff --git a/x11-plugins/asmem/asmem-1.10.ebuild b/x11-plugins/asmem/asmem-1.10.ebuild
new file mode 100644
index 000000000000..9ceecc767e6e
--- /dev/null
+++ b/x11-plugins/asmem/asmem-1.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.10.ebuild,v 1.1 2004/05/11 18:40:20 joker Exp $
+
+inherit eutils
+
+IUSE=""
+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="x86 ~sparc ppc"
+
+DEPEND="virtual/x11"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/${P}-gentoo.patch
+}
+
+src_install () {
+ dodir /usr/bin
+ dodir /usr/share/man/man1
+
+ make DESTDIR=${D} install || die
+ dodoc CHANGES INSTALL LICENSE README
+}
diff --git a/x11-plugins/asmem/files/asmem-1.10-gentoo.patch b/x11-plugins/asmem/files/asmem-1.10-gentoo.patch
new file mode 100644
index 000000000000..6f1481806b61
--- /dev/null
+++ b/x11-plugins/asmem/files/asmem-1.10-gentoo.patch
@@ -0,0 +1,26 @@
+--- autoconf/Makefile.common.in Sat Aug 17 00:03:35 2002
++++ autoconf/Makefile.common.in Sat Aug 17 00:05:20 2002
+@@ -10,10 +10,10 @@
+
+ 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).1
+
+ uninstall:
+ $(RMF) $(AFTER_BIN_DIR)/$(PROG)
+--- autoconf//Makefile.defines.in Sat Aug 17 00:06:03 2002
++++ autoconf/Makefile.defines.in Sat Aug 17 00:06:15 2002
+@@ -2,6 +2,8 @@
+ # Copyright (c) 1998, Guylhem AZNAR <guylhem@oeil.qc.ca>
+ #
+
++DESTDIR =
++
+ CC = @CC@
+ CCFLAGS = @CFLAGS@
+ # -march=pentiumpro -mcpu=pentiumpro
diff --git a/x11-plugins/asmem/files/digest-asmem-1.10 b/x11-plugins/asmem/files/digest-asmem-1.10
new file mode 100644
index 000000000000..1e03a6be13ea
--- /dev/null
+++ b/x11-plugins/asmem/files/digest-asmem-1.10
@@ -0,0 +1 @@
+MD5 b770016b0d1bc4c9fca247827bb25293 asmem-1.10.tar.gz 47802