summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-06 21:30:46 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-06 21:30:46 +0000
commit7773a7711823a93000e6a1e8bfe89d5c2669e097 (patch)
treef797efeb444e31f43fe656a1a6e79df1754a06fb /sys-apps/dog
parentVersion Bump (diff)
downloadgentoo-2-7773a7711823a93000e6a1e8bfe89d5c2669e097.tar.gz
gentoo-2-7773a7711823a93000e6a1e8bfe89d5c2669e097.tar.bz2
gentoo-2-7773a7711823a93000e6a1e8bfe89d5c2669e097.zip
Some Clean up
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/dog')
-rw-r--r--sys-apps/dog/ChangeLog8
-rw-r--r--sys-apps/dog/dog-1.7-r3.ebuild41
-rw-r--r--sys-apps/dog/dog-1.7-r4.ebuild13
3 files changed, 13 insertions, 49 deletions
diff --git a/sys-apps/dog/ChangeLog b/sys-apps/dog/ChangeLog
index 5a284d6877b4..7110c40d669d 100644
--- a/sys-apps/dog/ChangeLog
+++ b/sys-apps/dog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/dog
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dog/ChangeLog,v 1.38 2010/12/05 18:10:58 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dog/ChangeLog,v 1.39 2011/01/06 21:30:46 jlec Exp $
+
+ 06 Jan 2011; Justin Lecher <jlec@gentoo.org> -dog-1.7-r3.ebuild,
+ dog-1.7-r4.ebuild:
+ Some Clean up
05 Dec 2010; Raúl Porcel <armin76@gentoo.org> dog-1.7-r4.ebuild:
alpha/sparc stable wrt #342147
diff --git a/sys-apps/dog/dog-1.7-r3.ebuild b/sys-apps/dog/dog-1.7-r3.ebuild
deleted file mode 100644
index 7fe81ab7cda7..000000000000
--- a/sys-apps/dog/dog-1.7-r3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dog/dog-1.7-r3.ebuild,v 1.10 2010/09/18 16:56:23 jlec Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Dog is better than cat"
-# the best HOMEPAGE we have.
-HOMEPAGE="http://packages.gentoo.org/package/sys-apps/dog"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-check-ctime.diff
- epatch "${FILESDIR}"/${PV}-manpage-touchup.patch
- epatch "${FILESDIR}"/${P}-64bit-goodness.patch
- epatch "${FILESDIR}"/${P}-strfry.patch
-
- if [[ "${CHOST}" == *-solaris* ]]
- then
- sed -i '/gcc.*-o dog/s/$/ -lsocket/' \
- Makefile || die "sed Makefile failed"
- fi
-
- sed -i \
- -e 's,^CFLAGS,#CFLAGS,' \
- -e "s,gcc,$(tc-getCC)," \
- Makefile || die "sed Makefile failed"
-}
-
-src_install() {
- dobin dog || die
- doman dog.1
- dodoc README AUTHORS
-}
diff --git a/sys-apps/dog/dog-1.7-r4.ebuild b/sys-apps/dog/dog-1.7-r4.ebuild
index 215a1182f83d..8fb2c0399f6e 100644
--- a/sys-apps/dog/dog-1.7-r4.ebuild
+++ b/sys-apps/dog/dog-1.7-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dog/dog-1.7-r4.ebuild,v 1.6 2010/12/05 18:10:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dog/dog-1.7-r4.ebuild,v 1.7 2011/01/06 21:30:46 jlec Exp $
EAPI="3"
@@ -17,10 +17,11 @@ KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-mac
IUSE=""
src_prepare() {
- epatch "${FILESDIR}"/${P}-check-ctime.diff
- epatch "${FILESDIR}"/${PV}-manpage-touchup.patch
- epatch "${FILESDIR}"/${P}-64bit-goodness.patch
- epatch "${FILESDIR}"/${P}-strfry.patch
+ epatch \
+ "${FILESDIR}"/${P}-check-ctime.diff \
+ "${FILESDIR}"/${PV}-manpage-touchup.patch \
+ "${FILESDIR}"/${P}-64bit-goodness.patch \
+ "${FILESDIR}"/${P}-strfry.patch
if [[ "${CHOST}" == *-solaris* ]]
then