summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-03-09 20:40:41 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-03-09 20:40:41 +0000
commit2f54fcac5a68473ea9ea7808fffd254551a3e335 (patch)
tree58ef91c00b7ef1e83d4c006e45a443bf26fa9e2c
parentstable on alpha (diff)
downloadgentoo-2-2f54fcac5a68473ea9ea7808fffd254551a3e335.tar.gz
gentoo-2-2f54fcac5a68473ea9ea7808fffd254551a3e335.tar.bz2
gentoo-2-2f54fcac5a68473ea9ea7808fffd254551a3e335.zip
Version bump
-rw-r--r--app-text/pinfo/ChangeLog7
-rw-r--r--app-text/pinfo/files/digest-pinfo-0.6.71
-rw-r--r--app-text/pinfo/pinfo-0.6.7.ebuild37
-rw-r--r--x11-misc/xpad/ChangeLog7
-rw-r--r--x11-misc/xpad/files/digest-xpad-1.9.11
-rw-r--r--x11-misc/xpad/xpad-1.9.1.ebuild27
6 files changed, 78 insertions, 2 deletions
diff --git a/app-text/pinfo/ChangeLog b/app-text/pinfo/ChangeLog
index f7bff1e2a1a9..56527f7f9ae4 100644
--- a/app-text/pinfo/ChangeLog
+++ b/app-text/pinfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pinfo
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.8 2003/02/12 05:33:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.9 2003/03/09 20:40:41 aliz Exp $
+
+*pinfo-0.6.7 (09 Mar 2003)
+
+ 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-text/pinfo/files/digest-pinfo-0.6.7 b/app-text/pinfo/files/digest-pinfo-0.6.7
new file mode 100644
index 000000000000..8d4db6e5a799
--- /dev/null
+++ b/app-text/pinfo/files/digest-pinfo-0.6.7
@@ -0,0 +1 @@
+MD5 d0ac823aa8fe528ed54004d022cb0896 pinfo-0.6.7.tar.gz 318720
diff --git a/app-text/pinfo/pinfo-0.6.7.ebuild b/app-text/pinfo/pinfo-0.6.7.ebuild
new file mode 100644
index 000000000000..920264c8bdd8
--- /dev/null
+++ b/app-text/pinfo/pinfo-0.6.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.7.ebuild,v 1.1 2003/03/09 20:40:41 aliz Exp $
+
+MY_P=${PN}-${PV/_/}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Hypertext info and man viewer based on (n)curses"
+SRC_URI="http://zeus.polsl.gliwice.pl/~pborys/stable-version/${MY_P}.tar.gz"
+HOMEPAGE="http://zeus.polsl.gliwice.pl/~pborys/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc "
+IUSE="nls readline"
+
+DEPEND="sys-libs/ncurses
+ sys-devel/bison
+ nls? ( sys-devel/gettext )"
+
+src_compile() {
+ local myconf
+
+ use readline \
+ && myconf="${myconf} --with-readline" \
+ || myconf="${myconf} --without-readline"
+
+ use nls \
+ && myconf="${myconf} --enable-nls" \
+ || myconf="${myconf} --disable-nls"
+
+ econf ${myconf}
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} sysconfdir=/etc install || die
+}
diff --git a/x11-misc/xpad/ChangeLog b/x11-misc/xpad/ChangeLog
index 38285877ff41..421896e1c589 100644
--- a/x11-misc/xpad/ChangeLog
+++ b/x11-misc/xpad/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xpad
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.11 2003/02/12 09:33:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/ChangeLog,v 1.12 2003/03/09 20:38:33 aliz Exp $
+
+*xpad-1.9.1 (09 Mar 2003)
+
+ 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-misc/xpad/files/digest-xpad-1.9.1 b/x11-misc/xpad/files/digest-xpad-1.9.1
new file mode 100644
index 000000000000..48163e8b36d9
--- /dev/null
+++ b/x11-misc/xpad/files/digest-xpad-1.9.1
@@ -0,0 +1 @@
+MD5 05e52fe86f421ea4c770e8480cb40d4f xpad-1.9.1.tar.gz 293320
diff --git a/x11-misc/xpad/xpad-1.9.1.ebuild b/x11-misc/xpad/xpad-1.9.1.ebuild
new file mode 100644
index 000000000000..ac09ec7ec32b
--- /dev/null
+++ b/x11-misc/xpad/xpad-1.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
+HOMEPAGE="http://xpad.sourceforge.net/"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+DEPEND=">=x11-libs/gtk+-2.0.0"
+
+SRC_URI="mirror://sourceforge/xpad/${P}.tar.gz"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die "Compilation failed"
+}
+
+src_install () {
+ make DESTDIR=${D} install || die "Installation failed"
+
+ dodoc CHANGES COPYING README TODO
+}