summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2003-06-17 00:03:26 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2003-06-17 00:03:26 +0000
commit7f627b60fae9daf72699fe46c4fce64bbe0cb2ed (patch)
tree8b3134eda62f59103cfa263fc65ac75db37a9e93 /x11-plugins
parent*** empty log message *** (diff)
downloadgentoo-2-7f627b60fae9daf72699fe46c4fce64bbe0cb2ed.tar.gz
gentoo-2-7f627b60fae9daf72699fe46c4fce64bbe0cb2ed.tar.bz2
gentoo-2-7f627b60fae9daf72699fe46c4fce64bbe0cb2ed.zip
*** empty log message ***
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/astime/ChangeLog12
-rw-r--r--x11-plugins/astime/Manifest5
-rw-r--r--x11-plugins/astime/astime-2.8.ebuild33
-rw-r--r--x11-plugins/astime/files/digest-astime-2.81
4 files changed, 48 insertions, 3 deletions
diff --git a/x11-plugins/astime/ChangeLog b/x11-plugins/astime/ChangeLog
new file mode 100644
index 000000000000..dbed11643bb6
--- /dev/null
+++ b/x11-plugins/astime/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for x11-plugins/astime
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/ChangeLog,v 1.1 2003/06/17 00:03:17 spider Exp $
+
+*astime-2.8 (15 May 2003)
+
+ 26 Apr 2003; <INSERTNAME & EMAIL> astime-2.8.ebuild
+ files/digest-astime-2.8 :
+
+ Added initial ChangeLog which should be updated whenever the
+ package is updated in any way. Thanks to Steingrim Dovland for
+ submitting this ebuild in bug #19390.
diff --git a/x11-plugins/astime/Manifest b/x11-plugins/astime/Manifest
index ade24dfd15eb..bf639580d4b6 100644
--- a/x11-plugins/astime/Manifest
+++ b/x11-plugins/astime/Manifest
@@ -1,4 +1,3 @@
-MD5 3bac2014cfcb01e495d2a0b97c4cb011 astime-2.8.ebuild 619
-MD5 1fa1197b38675aba057a43294988465f ChangeLog 407
+MD5 a868bc5b66065e377102239d4c475b84 astime-2.8.ebuild 720
+MD5 26de5d02ef44af6d9f22b8df574aa9f6 ChangeLog 498
MD5 f0fa39b40fbb62aee75a31e80dfd93c0 files/digest-astime-2.8 61
-MD5 e2389c77779ea25e2f5b62a3f1d6ae13 files/astime-2.8-gentoo.patch 813
diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild
new file mode 100644
index 000000000000..c8f853400663
--- /dev/null
+++ b/x11-plugins/astime/astime-2.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2.
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.1 2003/06/17 00:03:17 spider Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Analogue clock utility for X Windows."
+HOMEPAGE="http://www.tigr.net/"
+SRC_URI="http://www.tigr.net/afterstep/download/astime/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="jpeg"
+
+DEPEND="virtual/x11
+ jpeg? ( media-libs/jpeg )"
+
+src_compile() {
+ local myconf
+ use jpeg || myconf="--disable-jpeg"
+
+ econf $myconf
+ emake
+}
+
+src_install () {
+ into /usr
+
+ mv astime.man astime.1
+ doman astime.1
+
+ dobin astime
+ dodoc README INSTALL LICENSE
+}
diff --git a/x11-plugins/astime/files/digest-astime-2.8 b/x11-plugins/astime/files/digest-astime-2.8
new file mode 100644
index 000000000000..1aa8e9e54e3b
--- /dev/null
+++ b/x11-plugins/astime/files/digest-astime-2.8
@@ -0,0 +1 @@
+MD5 0dd21aa79b93b43840649814f2a40fa0 astime-2.8.tar.gz 49679