Gentoo Archives: gentoo-commits

From: "Luca Longinotti (chtekk)" <chtekk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/hdup: hdup-2.0.14.ebuild hdup-1.6.37.ebuild ChangeLog
Date: Mon, 21 Apr 2008 11:07:39
Message-Id: E1Jnts0-000693-RO@stork.gentoo.org
1 chtekk 08/04/21 11:07:36
2
3 Modified: hdup-2.0.14.ebuild hdup-1.6.37.ebuild ChangeLog
4 Log:
5 Cleanup ebuilds.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.4 app-backup/hdup/hdup-2.0.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild?r1=1.3&r2=1.4
14
15 Index: hdup-2.0.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- hdup-2.0.14.ebuild 17 May 2007 16:27:20 -0000 1.3
22 +++ hdup-2.0.14.ebuild 21 Apr 2008 11:07:36 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild,v 1.3 2007/05/17 16:27:20 chtekk Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild,v 1.4 2008/04/21 11:07:36 chtekk Exp $
29
30 KEYWORDS="~amd64 ~x86"
31 DESCRIPTION="Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh."
32 @@ -12,23 +12,25 @@
33
34 DEPEND="app-arch/bzip2
35 app-arch/gzip
36 - app-arch/tar
37 - dev-util/pkgconfig
38 + app-arch/tar"
39 +
40 +RDEPEND="${DEPEND}
41 net-misc/openssh
42 sys-apps/coreutils
43 sys-apps/findutils
44 crypt? ( app-crypt/mcrypt )"
45
46 -RDEPEND="${DEPEND}"
47 +DEPEND="${DEPEND}
48 + dev-util/pkgconfig"
49
50 src_compile() {
51 - econf || die "conf failed"
52 - emake || die "make failed"
53 + econf || die "econf failed"
54 + emake || die "emake failed"
55 }
56
57 src_install() {
58 dodir /usr/sbin
59 - make DESTDIR="${D}" install || die "install failed"
60 + make DESTDIR="${D}" install || die "make install failed"
61
62 dohtml doc/FAQ.html
63 dodoc ChangeLog Credits README
64
65
66
67 1.6 app-backup/hdup/hdup-1.6.37.ebuild
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild?rev=1.6&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild?rev=1.6&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild?r1=1.5&r2=1.6
72
73 Index: hdup-1.6.37.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild,v
76 retrieving revision 1.5
77 retrieving revision 1.6
78 diff -u -r1.5 -r1.6
79 --- hdup-1.6.37.ebuild 17 May 2007 16:27:20 -0000 1.5
80 +++ hdup-1.6.37.ebuild 21 Apr 2008 11:07:36 -0000 1.6
81 @@ -1,39 +1,41 @@
82 -# Copyright 1999-2007 Gentoo Foundation
83 +# Copyright 1999-2008 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild,v 1.5 2007/05/17 16:27:20 chtekk Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild,v 1.6 2008/04/21 11:07:36 chtekk Exp $
87
88 KEYWORDS="~amd64 ~ppc x86"
89 DESCRIPTION="Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh."
90 HOMEPAGE="http://www.miek.nl/projects/hdup16/hdup16.html"
91 -SRC_URI="http://www.miek.nl/projects/hdup16/previous/${P}.tar.gz"
92 +SRC_URI="http://www.miek.nl/projects/${PN}16/previous/${P}.tar.gz"
93 LICENSE="GPL-2"
94 SLOT="0"
95 IUSE=""
96
97 DEPEND="app-arch/bzip2
98 app-arch/gzip
99 - app-arch/tar
100 + app-arch/tar"
101 +
102 +RDEPEND="${DEPEND}
103 net-misc/openssh
104 sys-apps/coreutils
105 sys-apps/findutils"
106
107 -RDEPEND="${DEPEND}"
108 -
109 S="${WORKDIR}/${PN}16"
110
111 src_compile() {
112 - econf || die "conf failed"
113 - emake || die "make failed"
114 + econf || die "econf failed"
115 + emake || die "emake failed"
116 }
117
118 src_install() {
119 dodir /usr/sbin
120 - make prefix="${D}/usr" mandir="${D}/usr/share/man" sysconfdir="${D}/etc" install || die "install failed"
121 + make prefix="${D}/usr" mandir="${D}/usr/share/man" sysconfdir="${D}/etc" install || die "make install failed"
122
123 dohtml doc/FAQ.html
124 dodoc ChangeLog Credits INSTALL
125 - dodoc examples/hdup.cron examples/no-history-post-run.sh
126 +
127 dodoc contrib/cleanup.pl contrib/backup.pl
128 +
129 + dodoc examples/hdup.cron examples/no-history-post-run.sh
130 }
131
132 pkg_postinst() {
133
134
135
136 1.8 app-backup/hdup/ChangeLog
137
138 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/ChangeLog?rev=1.8&view=markup
139 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/ChangeLog?rev=1.8&content-type=text/plain
140 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/hdup/ChangeLog?r1=1.7&r2=1.8
141
142 Index: ChangeLog
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo-x86/app-backup/hdup/ChangeLog,v
145 retrieving revision 1.7
146 retrieving revision 1.8
147 diff -u -r1.7 -r1.8
148 --- ChangeLog 17 May 2007 16:27:20 -0000 1.7
149 +++ ChangeLog 21 Apr 2008 11:07:36 -0000 1.8
150 @@ -1,6 +1,10 @@
151 # ChangeLog for app-backup/hdup
152 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
153 -# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/ChangeLog,v 1.7 2007/05/17 16:27:20 chtekk Exp $
154 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
155 +# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/ChangeLog,v 1.8 2008/04/21 11:07:36 chtekk Exp $
156 +
157 + 21 Apr 2008; Luca Longinotti <chtekk@g.o> hdup-1.6.37.ebuild,
158 + hdup-2.0.14.ebuild:
159 + Cleanup ebuilds.
160
161 17 May 2007; Luca Longinotti <chtekk@g.o> hdup-1.6.37.ebuild,
162 hdup-2.0.14.ebuild:
163
164
165
166 --
167 gentoo-commits@l.g.o mailing list