summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-02-25 02:09:24 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-02-25 02:09:24 +0000
commitb1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0 (patch)
tree1a909119af2097adbe77b2bd30101f926f4a048f /net-mail/pfqueue
parentadd pkgconfig dep, mark x86 stable. bug 82931 (diff)
downloadgentoo-2-b1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0.tar.gz
gentoo-2-b1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0.tar.bz2
gentoo-2-b1feebe6e9ba6afb8e793fabae2ca9a6ebc09fe0.zip
Use make install syntax in 0.3.3. Install manpage in older ebuilds.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-mail/pfqueue')
-rw-r--r--net-mail/pfqueue/ChangeLog6
-rw-r--r--net-mail/pfqueue/pfqueue-0.3.0.ebuild3
-rw-r--r--net-mail/pfqueue/pfqueue-0.3.1.ebuild3
-rw-r--r--net-mail/pfqueue/pfqueue-0.3.2.ebuild3
-rw-r--r--net-mail/pfqueue/pfqueue-0.3.3.ebuild6
5 files changed, 14 insertions, 7 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog
index d2125f7fea1c..a16861e32d07 100644
--- a/net-mail/pfqueue/ChangeLog
+++ b/net-mail/pfqueue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/pfqueue
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.7 2005/02/25 01:45:53 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.8 2005/02/25 02:09:24 ticho Exp $
+
+ 25 Feb 2005; Andrej Kacian <ticho@gentoo.org> pfqueue-0.3.0.ebuild,
+ pfqueue-0.3.1.ebuild, pfqueue-0.3.2.ebuild, pfqueue-0.3.3.ebuild:
+ Install manpage. Use make install in src_install().
*pfqueue-0.3.3 (25 Feb 2005)
diff --git a/net-mail/pfqueue/pfqueue-0.3.0.ebuild b/net-mail/pfqueue/pfqueue-0.3.0.ebuild
index 835ccf800655..38a41abf065e 100644
--- a/net-mail/pfqueue/pfqueue-0.3.0.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.0.ebuild,v 1.2 2005/02/25 01:45:53 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.0.ebuild,v 1.3 2005/02/25 02:09:24 ticho Exp $
inherit eutils
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
@@ -17,6 +17,7 @@ RDEPEND="mail-mta/postfix"
src_install() {
dosbin pfqueue
dodoc README ChangeLog
+ doman pfqueue.1
}
pkg_postinst() {
diff --git a/net-mail/pfqueue/pfqueue-0.3.1.ebuild b/net-mail/pfqueue/pfqueue-0.3.1.ebuild
index fc29d5e5ce2f..464e3d6c4a36 100644
--- a/net-mail/pfqueue/pfqueue-0.3.1.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.1.ebuild,v 1.2 2005/02/25 01:45:53 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.1.ebuild,v 1.3 2005/02/25 02:09:24 ticho Exp $
inherit eutils
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
@@ -17,4 +17,5 @@ RDEPEND="mail-mta/postfix"
src_install() {
dosbin pfqueue
dodoc README ChangeLog
+ doman pfqueue.1
}
diff --git a/net-mail/pfqueue/pfqueue-0.3.2.ebuild b/net-mail/pfqueue/pfqueue-0.3.2.ebuild
index 9a316dcf0581..c077dd9c5964 100644
--- a/net-mail/pfqueue/pfqueue-0.3.2.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.2.ebuild,v 1.1 2005/02/18 23:05:13 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.2.ebuild,v 1.2 2005/02/25 02:09:24 ticho Exp $
inherit eutils
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
@@ -17,4 +17,5 @@ RDEPEND="mail-mta/postfix"
src_install() {
dosbin pfqueue
dodoc README ChangeLog
+ doman pfqueue.1
}
diff --git a/net-mail/pfqueue/pfqueue-0.3.3.ebuild b/net-mail/pfqueue/pfqueue-0.3.3.ebuild
index b5a1717b1fad..d166e6c3b466 100644
--- a/net-mail/pfqueue/pfqueue-0.3.3.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.3.ebuild,v 1.1 2005/02/25 01:45:53 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.3.ebuild,v 1.2 2005/02/25 02:09:24 ticho Exp $
inherit eutils
DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix
@@ -15,6 +15,6 @@ DEPEND="virtual/libc"
RDEPEND="mail-mta/postfix"
src_install() {
- dosbin pfqueue
- dodoc README ChangeLog
+ make DESTDIR=${D} install || die
+ dodoc README ChangeLog COPYING
}