summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:13:01 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:13:01 +0000
commitb655c72cb1dcfb99b9ac0a03dd48539bc43e6a02 (patch)
treeca1821514717a6541c96d2a30f9daa3edf9283c9 /app-misc/ddccontrol
parent[bump] dev-perl/Net-Twitter-3.180.20 (diff)
downloadgentoo-2-b655c72cb1dcfb99b9ac0a03dd48539bc43e6a02.tar.gz
gentoo-2-b655c72cb1dcfb99b9ac0a03dd48539bc43e6a02.tar.bz2
gentoo-2-b655c72cb1dcfb99b9ac0a03dd48539bc43e6a02.zip
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ddccontrol')
-rw-r--r--app-misc/ddccontrol/ChangeLog7
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.1.3.ebuild6
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.2.ebuild6
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild8
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild8
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.3.ebuild6
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.4.1.ebuild8
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.4.2.ebuild8
8 files changed, 31 insertions, 26 deletions
diff --git a/app-misc/ddccontrol/ChangeLog b/app-misc/ddccontrol/ChangeLog
index 75a23d575d26..97fe4f4a86b4 100644
--- a/app-misc/ddccontrol/ChangeLog
+++ b/app-misc/ddccontrol/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/ddccontrol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ChangeLog,v 1.24 2012/01/25 03:14:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ChangeLog,v 1.25 2012/04/25 16:13:01 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> ddccontrol-0.1.3.ebuild,
+ ddccontrol-0.2.ebuild, ddccontrol-0.3.ebuild, ddccontrol-0.3-r1.ebuild,
+ ddccontrol-0.3-r2.ebuild, ddccontrol-0.4.1.ebuild, ddccontrol-0.4.2.ebuild:
+ Drop unnessecary die
25 Jan 2012; Mike Frysinger <vapier@gentoo.org> metadata.xml:
Drop nicolas as he is no longer the upstream maintainer.
diff --git a/app-misc/ddccontrol/ddccontrol-0.1.3.ebuild b/app-misc/ddccontrol/ddccontrol-0.1.3.ebuild
index 46df3199aaf9..74fc164dc518 100644
--- a/app-misc/ddccontrol/ddccontrol-0.1.3.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.1.3.ebuild,v 1.4 2011/03/29 12:14:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.1.3.ebuild,v 1.5 2012/04/25 16:13:01 jlec Exp $
EAPI=1
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
src_compile() {
econf $(use_enable doc) \
$(use_enable gtk gnome) \
- $(use_enable nls) || die "econf failed"
+ $(use_enable nls)
emake || die "emake failed"
}
diff --git a/app-misc/ddccontrol/ddccontrol-0.2.ebuild b/app-misc/ddccontrol/ddccontrol-0.2.ebuild
index b727976ea627..e2e5d297df11 100644
--- a/app-misc/ddccontrol/ddccontrol-0.2.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.2.ebuild,v 1.4 2011/03/29 12:14:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.2.ebuild,v 1.5 2012/04/25 16:13:00 jlec Exp $
EAPI=1
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
src_compile() {
econf $(use_enable doc) \
$(use_enable gtk gnome) \
- $(use_enable nls) || die "econf failed"
+ $(use_enable nls)
emake || die "emake failed"
}
diff --git a/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild b/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild
index d2bab081bba4..bbc8499a35d8 100644
--- a/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild,v 1.3 2011/03/29 12:14:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r1.ebuild,v 1.4 2012/04/25 16:13:00 jlec Exp $
EAPI=1
inherit eutils autotools
@@ -40,14 +40,14 @@ src_unpack() {
|| die "Failed to fix DESTDIR"
done
- eautoreconf || die "eautoreconf failed"
+ eautoreconf
}
src_compile() {
econf $(use_enable doc) \
$(use_enable gtk gnome) \
$(use_enable gnome gnome-applet) \
- $(use_enable nls) || die "econf failed"
+ $(use_enable nls)
emake || die "emake failed"
}
diff --git a/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild b/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild
index cf554c76585b..6756081c05e6 100644
--- a/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild,v 1.3 2011/03/29 12:14:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3-r2.ebuild,v 1.4 2012/04/25 16:13:00 jlec Exp $
EAPI=1
inherit eutils autotools
@@ -41,14 +41,14 @@ src_unpack() {
|| die "Failed to fix DESTDIR"
done
- eautoreconf || die "eautoreconf failed"
+ eautoreconf
}
src_compile() {
econf $(use_enable doc) \
$(use_enable gtk gnome) \
$(use_enable gnome gnome-applet) \
- $(use_enable nls) || die "econf failed"
+ $(use_enable nls)
emake || die "emake failed"
}
diff --git a/app-misc/ddccontrol/ddccontrol-0.3.ebuild b/app-misc/ddccontrol/ddccontrol-0.3.ebuild
index 5de597c1ff71..66f5da227163 100644
--- a/app-misc/ddccontrol/ddccontrol-0.3.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3.ebuild,v 1.2 2011/03/29 12:14:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.3.ebuild,v 1.3 2012/04/25 16:13:00 jlec Exp $
EAPI=1
@@ -39,7 +39,7 @@ src_compile() {
econf $(use_enable doc) \
$(use_enable gtk gnome) \
$(use_enable gnome gnome-applet) \
- $(use_enable nls) || die "econf failed"
+ $(use_enable nls)
emake || die "emake failed"
}
diff --git a/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild b/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild
index c44c0a25d120..af3e9ddffd56 100644
--- a/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild,v 1.5 2011/03/29 12:14:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.1.ebuild,v 1.6 2012/04/25 16:13:01 jlec Exp $
EAPI=1
inherit eutils
@@ -38,14 +38,14 @@ src_unpack() {
done
## Save for a rainy day or future patching
- ##eautoreconf || die "eautoreconf failed"
+ ##eautoreconf
}
src_compile() {
econf $(use_enable doc) \
$(use_enable gtk gnome) \
$(use_enable gnome gnome-applet) \
- $(use_enable nls) || die "econf failed"
+ $(use_enable nls)
emake || die "emake failed"
}
diff --git a/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild b/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild
index 32b306f7fd62..f08bf88861fd 100644
--- a/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild,v 1.9 2011/03/29 12:14:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ddccontrol/ddccontrol-0.4.2.ebuild,v 1.10 2012/04/25 16:13:01 jlec Exp $
EAPI=1
inherit eutils autotools
@@ -60,7 +60,7 @@ src_unpack() {
fi
## Save for a rainy day or future patching
- eautoreconf || die "eautoreconf failed"
+ eautoreconf
intltoolize --force || die "intltoolize failed"
}
@@ -68,7 +68,7 @@ src_compile() {
econf $(use_enable doc) \
$(use_enable gtk gnome) \
$(use_enable gnome gnome-applet) \
- $(use_enable nls) || die "econf failed"
+ $(use_enable nls)
emake || die "emake failed"
}