summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2006-10-14 13:46:34 +0000
committerTorsten Veller <tove@gentoo.org>2006-10-14 13:46:34 +0000
commit65647e231fb8467e016fd0ac4644aea0471cd611 (patch)
tree37a99027bea2d3a6c1a8053beebde292ce88e230 /app-misc/pal
parentRemoved old ebuild. (diff)
downloadhistorical-65647e231fb8467e016fd0ac4644aea0471cd611.tar.gz
historical-65647e231fb8467e016fd0ac4644aea0471cd611.tar.bz2
historical-65647e231fb8467e016fd0ac4644aea0471cd611.zip
Removed old ebuild. Added dev-util/pkgconfig to DEPEND (#151287). Added 0.3.4-r1 to adjust CC, LDFLAGS, no strip, also added nls useflag.
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'app-misc/pal')
-rw-r--r--app-misc/pal/ChangeLog10
-rw-r--r--app-misc/pal/files/0.3.4-ldflags.patch8
-rw-r--r--app-misc/pal/files/0.3.4-strip.patch15
-rw-r--r--app-misc/pal/files/digest-pal-0.3.42
-rw-r--r--app-misc/pal/files/digest-pal-0.3.4-r13
-rw-r--r--app-misc/pal/metadata.xml7
-rw-r--r--app-misc/pal/pal-0.3.4-r1.ebuild48
-rw-r--r--app-misc/pal/pal-0.3.4.ebuild3
-rw-r--r--app-misc/pal/pal-0.3.5_pre1.ebuild3
9 files changed, 95 insertions, 4 deletions
diff --git a/app-misc/pal/ChangeLog b/app-misc/pal/ChangeLog
index 3dc84f9eb9a7..3c5589da5982 100644
--- a/app-misc/pal/ChangeLog
+++ b/app-misc/pal/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-misc/pal
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/ChangeLog,v 1.17 2006/05/26 20:44:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/ChangeLog,v 1.18 2006/10/14 13:46:34 tove Exp $
+
+*pal-0.3.4-r1 (14 Oct 2006)
+
+ 14 Oct 2006; Torsten Veller <tove@gentoo.org> +files/0.3.4-ldflags.patch,
+ +files/0.3.4-strip.patch, metadata.xml, -pal-0.3.3.ebuild,
+ pal-0.3.4.ebuild, +pal-0.3.4-r1.ebuild, pal-0.3.5_pre1.ebuild:
+ Removed old ebuild. Added dev-util/pkgconfig to DEPEND (#151287).
+ Added 0.3.4-r1 to adjust CC, LDFLAGS, no strip, also added nls useflag.
26 May 2006; Diego Pettenò <flameeyes@gentoo.org> pal-0.3.3.ebuild,
pal-0.3.4.ebuild, pal-0.3.5_pre1.ebuild:
diff --git a/app-misc/pal/files/0.3.4-ldflags.patch b/app-misc/pal/files/0.3.4-ldflags.patch
new file mode 100644
index 000000000000..6727b6014b7c
--- /dev/null
+++ b/app-misc/pal/files/0.3.4-ldflags.patch
@@ -0,0 +1,8 @@
+--- pal-0.3.4/src/Makefile.defs
++++ pal-0.3.4/src/Makefile.defs
+@@ -25,4 +25,4 @@
+ endif
+
+ CFLAGS = ${OPT} ${INCLDIR} ${DEFS}
+-LDFLAGS = ${LIBDIR} ${LIBS}
++LDFLAGS = ${LIBDIR} ${LIBS} ${LDOPT}
diff --git a/app-misc/pal/files/0.3.4-strip.patch b/app-misc/pal/files/0.3.4-strip.patch
new file mode 100644
index 000000000000..5951689c842a
--- /dev/null
+++ b/app-misc/pal/files/0.3.4-strip.patch
@@ -0,0 +1,15 @@
+--- pal-0.3.4/src/Makefile
++++ pal-0.3.4/src/Makefile
+@@ -12,9 +12,9 @@
+
+ $(NAME): $(OBJ)
+ $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o $(NAME)
+-ifneq ($(DEBUG),1)
+- strip $(NAME)
+-endif
++#ifneq ($(DEBUG),1)
++# strip $(NAME)
++#endif
+
+ debug: clean
+ @$(MAKE) DEBUG=1
diff --git a/app-misc/pal/files/digest-pal-0.3.4 b/app-misc/pal/files/digest-pal-0.3.4
index 65d21290fd2a..39970f4bd2f9 100644
--- a/app-misc/pal/files/digest-pal-0.3.4
+++ b/app-misc/pal/files/digest-pal-0.3.4
@@ -1 +1,3 @@
MD5 86911792eace630a1c2e93846c27290c pal-0.3.4.tgz 109125
+RMD160 f0f2461b392bb43e49d8620ce1da2e0e1b23b62b pal-0.3.4.tgz 109125
+SHA256 0408441199b64e5c1c2e28a9ae920ad2f35523ad04c59759279520e3c236a0b9 pal-0.3.4.tgz 109125
diff --git a/app-misc/pal/files/digest-pal-0.3.4-r1 b/app-misc/pal/files/digest-pal-0.3.4-r1
new file mode 100644
index 000000000000..39970f4bd2f9
--- /dev/null
+++ b/app-misc/pal/files/digest-pal-0.3.4-r1
@@ -0,0 +1,3 @@
+MD5 86911792eace630a1c2e93846c27290c pal-0.3.4.tgz 109125
+RMD160 f0f2461b392bb43e49d8620ce1da2e0e1b23b62b pal-0.3.4.tgz 109125
+SHA256 0408441199b64e5c1c2e28a9ae920ad2f35523ad04c59759279520e3c236a0b9 pal-0.3.4.tgz 109125
diff --git a/app-misc/pal/metadata.xml b/app-misc/pal/metadata.xml
index afa5a6da9b1d..46dcca20b273 100644
--- a/app-misc/pal/metadata.xml
+++ b/app-misc/pal/metadata.xml
@@ -2,7 +2,12 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
+<maintainer>
+ <email>tove@gentoo.org</email>
+</maintainer>
<longdescription>
- pal is a command-line calendar program for Unix/Linux systems that can keep track of events. It has similarities with the Unix cal command, the more complex GNU gcal program and the calendar program distributed with the BSDs.
+ pal is a command-line calendar program for Unix/Linux systems that can keep
+ track of events. It has similarities with the Unix cal command, the more
+ complex GNU gcal program and the calendar program distributed with the BSDs.
</longdescription>
</pkgmetadata>
diff --git a/app-misc/pal/pal-0.3.4-r1.ebuild b/app-misc/pal/pal-0.3.4-r1.ebuild
new file mode 100644
index 000000000000..65e3f312aee7
--- /dev/null
+++ b/app-misc/pal/pal-0.3.4-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.4-r1.ebuild,v 1.1 2006/10/14 13:46:34 tove Exp $
+
+inherit toolchain-funcs eutils
+
+DESCRIPTION="pal command-line calendar program"
+HOMEPAGE="http://palcal.sourceforge.net/"
+SRC_URI="mirror://sourceforge/palcal/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/glib-2.0
+ sys-libs/readline
+ sys-libs/ncurses
+ nls? ( virtual/libintl )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}/${P}/src"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-strip.patch
+ epatch "${FILESDIR}"/${PV}-ldflags.patch
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" OPT="${CFLAGS}" LDOPT="${LDFLAGS}" \
+ || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install-man install-bin install-share \
+ || die "make install failed"
+
+ if use nls; then
+ make DESTDIR="${D}" install-mo || die "make install-mo failed"
+ fi
+
+ dodoc "${WORKDIR}"/${P}/{ChangeLog,doc/example.css} || die "dodoc failed"
+}
diff --git a/app-misc/pal/pal-0.3.4.ebuild b/app-misc/pal/pal-0.3.4.ebuild
index 9fa040823a67..87f067d51aa0 100644
--- a/app-misc/pal/pal-0.3.4.ebuild
+++ b/app-misc/pal/pal-0.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.4.ebuild,v 1.9 2006/05/26 20:44:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.4.ebuild,v 1.10 2006/10/14 13:46:34 tove Exp $
DESCRIPTION="pal command-line calendar program"
HOMEPAGE="http://palcal.sourceforge.net/"
@@ -16,6 +16,7 @@ RDEPEND=">=dev-libs/glib-2.0
virtual/libintl"
DEPEND="${RDEPEND}
+ dev-util/pkgconfig
sys-devel/gettext"
S="${WORKDIR}/${P}/src"
diff --git a/app-misc/pal/pal-0.3.5_pre1.ebuild b/app-misc/pal/pal-0.3.5_pre1.ebuild
index 7529d564aee0..54d8388dae7b 100644
--- a/app-misc/pal/pal-0.3.5_pre1.ebuild
+++ b/app-misc/pal/pal-0.3.5_pre1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.5_pre1.ebuild,v 1.2 2006/05/26 20:44:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.5_pre1.ebuild,v 1.3 2006/10/14 13:46:34 tove Exp $
inherit toolchain-funcs
@@ -19,6 +19,7 @@ RDEPEND=">=dev-libs/glib-2.0
virtual/libintl"
DEPEND="${RDEPEND}
+ dev-util/pkgconfig
sys-devel/gettext"
S="${WORKDIR}/${P}/src"