summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-06-19 14:36:12 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-06-19 14:36:12 +0000
commit81701830b9b46bb5766f55f4bb2092c52aee8d08 (patch)
treef8c7fc73f7b7c63c6b82f16fcff3e3c1d81545ce /x11-wm/asclock
parentVersion bump to 3.0.1 (diff)
downloadgentoo-2-81701830b9b46bb5766f55f4bb2092c52aee8d08.tar.gz
gentoo-2-81701830b9b46bb5766f55f4bb2092c52aee8d08.tar.bz2
gentoo-2-81701830b9b46bb5766f55f4bb2092c52aee8d08.zip
Fixes 2398.
Diffstat (limited to 'x11-wm/asclock')
-rw-r--r--x11-wm/asclock/ChangeLog19
-rw-r--r--x11-wm/asclock/asclock-2.0.12.ebuild51
-rw-r--r--x11-wm/asclock/files/digest-asclock-2.0.121
3 files changed, 0 insertions, 71 deletions
diff --git a/x11-wm/asclock/ChangeLog b/x11-wm/asclock/ChangeLog
deleted file mode 100644
index 6dadee7167e3..000000000000
--- a/x11-wm/asclock/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for x11-wm/asclock
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/asclock/ChangeLog,v 1.3 2002/04/14 08:43:10 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-wm/asclock/asclock-2.0.12.ebuild b/x11-wm/asclock/asclock-2.0.12.ebuild
deleted file mode 100644
index 31e8a3825be0..000000000000
--- a/x11-wm/asclock/asclock-2.0.12.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/asclock/asclock-2.0.12.ebuild,v 1.4 2002/05/23 06:50:20 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"
-
-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-wm/asclock/files/digest-asclock-2.0.12 b/x11-wm/asclock/files/digest-asclock-2.0.12
deleted file mode 100644
index e3c7be5c5b9c..000000000000
--- a/x11-wm/asclock/files/digest-asclock-2.0.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 99cb6491358bb0044e9b75b2e06b043b asclock-2.0.12.tar.gz 111858