diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2012-01-26 18:58:41 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2012-01-26 18:58:41 +0000 |
commit | 346630614e66340b8cf9c9c020695bcf9ec1e0c4 (patch) | |
tree | 9cfd8e7c25ebe9c5ae7fc203af331a7f3584d7fb /app-admin/389-console/389-console-1.1.7.ebuild | |
parent | move binary files remotely, closes bug #370923 (diff) | |
download | historical-346630614e66340b8cf9c9c020695bcf9ec1e0c4.tar.gz historical-346630614e66340b8cf9c9c020695bcf9ec1e0c4.tar.bz2 historical-346630614e66340b8cf9c9c020695bcf9ec1e0c4.zip |
move binary files remotely, closes bug #370911
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'app-admin/389-console/389-console-1.1.7.ebuild')
-rw-r--r-- | app-admin/389-console/389-console-1.1.7.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-admin/389-console/389-console-1.1.7.ebuild b/app-admin/389-console/389-console-1.1.7.ebuild index c28bb2e68ea8..e191bd6018fb 100644 --- a/app-admin/389-console/389-console-1.1.7.ebuild +++ b/app-admin/389-console/389-console-1.1.7.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-admin/389-console/389-console-1.1.7.ebuild,v 1.1 2011/08/14 09:29:12 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/389-console/389-console-1.1.7.ebuild,v 1.2 2012/01/26 18:58:41 lxnay Exp $ EAPI="2" @@ -10,7 +10,8 @@ inherit java-pkg-2 eutils java-ant-2 DESCRIPTION="A Java based console for remote management 389 server" HOMEPAGE="http://port389.org/" -SRC_URI="http://directory.fedoraproject.org/sources/${P}.tar.bz2" +SRC_URI="http://directory.fedoraproject.org/sources/${P}.tar.bz2 + http://dev.gentoo.org/~lxnay/${PN}/fedora.png" LICENSE="LGPL-2.1" SLOT="1.1" @@ -49,6 +50,6 @@ src_install() { --pkg_args "-Djava.util.prefs.systemRoot=\"\$HOME/.${PN}\" -Djava.util.prefs.userRoot=\"\$HOME/.${PN}\"" \ || die - doicon "${FILESDIR}"/fedora.png || die "doicon failed" + doicon "${DISTDIR}"/fedora.png || die "doicon failed" make_desktop_entry ${PN} "Port389 Management Console" fedora System } |