diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-03 16:17:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-03 16:17:54 +0000 |
commit | 4f9112682b9ae4997295d9ccd4504d8d7c68e5e7 (patch) | |
tree | 591a12db548ebf00ea6027992341dd3017b7f00a /x11-plugins | |
parent | moved asclock from x11-misc to x11-plugins (diff) | |
download | gentoo-2-4f9112682b9ae4997295d9ccd4504d8d7c68e5e7.tar.gz gentoo-2-4f9112682b9ae4997295d9ccd4504d8d7c68e5e7.tar.bz2 gentoo-2-4f9112682b9ae4997295d9ccd4504d8d7c68e5e7.zip |
moved asapm and ascpu from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/asclock/ChangeLog | 19 | ||||
-rw-r--r-- | x11-plugins/asclock/asclock-2.0.12.ebuild | 53 | ||||
-rw-r--r-- | x11-plugins/asclock/files/digest-asclock-2.0.12 | 1 | ||||
-rw-r--r-- | x11-plugins/ascpu/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/ascpu/ascpu-1.9.ebuild | 35 | ||||
-rw-r--r-- | x11-plugins/ascpu/files/ascpu-1.9-gentoo.patch | 26 | ||||
-rw-r--r-- | x11-plugins/ascpu/files/digest-ascpu-1.9 | 1 |
7 files changed, 143 insertions, 0 deletions
diff --git a/x11-plugins/asclock/ChangeLog b/x11-plugins/asclock/ChangeLog new file mode 100644 index 000000000000..bfde76383cda --- /dev/null +++ b/x11-plugins/asclock/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for x11-misc/asclock +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.1 2002/11/03 16:17:54 seemant Exp $ + +*asclock-2.0.12 (14 Apr 2002) + + 14 Apr 2002; Seemant Kulleen <seemant@gentoo.org> asclock-2.0.12-r1.ebuild : + + Cleaned up ebuild a little bit + +*asclock-2.0.12 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/asclock/asclock-2.0.12.ebuild b/x11-plugins/asclock/asclock-2.0.12.ebuild new file mode 100644 index 000000000000..fb9cb58859e8 --- /dev/null +++ b/x11-plugins/asclock/asclock-2.0.12.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.1 2002/11/03 16:17:54 seemant Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="Clock applet for AfterStep" +SRC_URI="http://www.tigr.net/afterstep/download/asclock/${P}.tar.gz" +HOMEPAGE="http://www.tigr.net/afterstep/list.pl" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +DEPEND="virtual/glibc virtual/x11" + +src_unpack() { + unpack ${P}.tar.gz + cd ${S} + ln -s themes/classic default_theme +} + +src_compile() { + local x + for x in asclock parser symbols config + do + gcc \ + ${CFLAGS} \ + -I/usr/X11R6/include \ + -Dlinux -D__i386__ \ + -D_POSIX_C_SOURCE=199309L \ + -D_POSIX_SOURCE \ + -D_XOPEN_SOURCE \ + -D_BSD_SOURCE \ + -D_SVID_SOURCE \ + -DFUNCPROTO=15 \ + -DNARROWPROTO \ + -c -o ${x}.o ${x}.c || die + done + gcc \ + ${CFLAGS} \ + -o asclock \ + asclock.o parser.o symbols.o config.o \ + -L/usr/X11R6/lib \ + -L/usr/lib/X11 \ + -lXpm -lXext -lX11 || die +} + +src_install () { + dobin asclock + dodir usr/share/asclock + cp -a themes/* ${D}/usr/share/asclock + dodoc COPYING INSTALL README README.THEMES TODO +} diff --git a/x11-plugins/asclock/files/digest-asclock-2.0.12 b/x11-plugins/asclock/files/digest-asclock-2.0.12 new file mode 100644 index 000000000000..e3c7be5c5b9c --- /dev/null +++ b/x11-plugins/asclock/files/digest-asclock-2.0.12 @@ -0,0 +1 @@ +MD5 99cb6491358bb0044e9b75b2e06b043b asclock-2.0.12.tar.gz 111858 diff --git a/x11-plugins/ascpu/ChangeLog b/x11-plugins/ascpu/ChangeLog new file mode 100644 index 000000000000..47b1a8f550fc --- /dev/null +++ b/x11-plugins/ascpu/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-misc/ascpu +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ChangeLog,v 1.1 2002/11/03 16:17:54 seemant Exp $ + +*ascpu-1.9 (17 Aug 2002) + + 17 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> ascpu-1.9.ebuild: + Initial import. Ebuild submitted by Dwight Schauer <das@teegra.net>. diff --git a/x11-plugins/ascpu/ascpu-1.9.ebuild b/x11-plugins/ascpu/ascpu-1.9.ebuild new file mode 100644 index 000000000000..09942af15661 --- /dev/null +++ b/x11-plugins/ascpu/ascpu-1.9.ebuild @@ -0,0 +1,35 @@ +# Copyright 2002 Dwight Schauer +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.1 2002/11/03 16:17:54 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="CPU statistics monitor utility for X Windows" +SRC_URI="http://www.tigr.net/afterstep/download/ascpu/${P}.tar.gz" +HOMEPAGE="http://www.tigr.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/x11" + +src_unpack() { + unpack ${A} + + cd ${S} + patch -p0 < ${FILESDIR}/${P}-gentoo.patch + + +src_compile() { + econf || die + + emake || die "Make Failed" +} + +src_install () { + dodir /usr/bin + dodir /usr/share/man/man1 + + make DESTDIR=${D} install || die + dodoc README INSTALL LICENSE +} diff --git a/x11-plugins/ascpu/files/ascpu-1.9-gentoo.patch b/x11-plugins/ascpu/files/ascpu-1.9-gentoo.patch new file mode 100644 index 000000000000..4af52400cc77 --- /dev/null +++ b/x11-plugins/ascpu/files/ascpu-1.9-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).1x + + 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/ascpu/files/digest-ascpu-1.9 b/x11-plugins/ascpu/files/digest-ascpu-1.9 new file mode 100644 index 000000000000..bdfd22488aa9 --- /dev/null +++ b/x11-plugins/ascpu/files/digest-ascpu-1.9 @@ -0,0 +1 @@ +MD5 35d55ec164496ed595ee8d5d34ed4efd ascpu-1.9.tar.gz 42512 |