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 | e282c27076d265ada78d32ed4c1b15a6101e42b4 (patch) | |
tree | 583ade542024300ef65b3452efe9642f91772ffd /app-admin/389-console | |
parent | move binary files remotely, closes bug #370923 (diff) | |
download | gentoo-2-e282c27076d265ada78d32ed4c1b15a6101e42b4.tar.gz gentoo-2-e282c27076d265ada78d32ed4c1b15a6101e42b4.tar.bz2 gentoo-2-e282c27076d265ada78d32ed4c1b15a6101e42b4.zip |
move binary files remotely, closes bug #370911
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/389-console')
-rw-r--r-- | app-admin/389-console/389-console-1.1.6.ebuild | 9 | ||||
-rw-r--r-- | app-admin/389-console/389-console-1.1.7.ebuild | 9 | ||||
-rw-r--r-- | app-admin/389-console/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/389-console/files/fedora.png | bin | 11606 -> 0 bytes |
4 files changed, 16 insertions, 10 deletions
diff --git a/app-admin/389-console/389-console-1.1.6.ebuild b/app-admin/389-console/389-console-1.1.6.ebuild index 662cb0ccc40d..f04c1eb9355e 100644 --- a/app-admin/389-console/389-console-1.1.6.ebuild +++ b/app-admin/389-console/389-console-1.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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.6.ebuild,v 1.2 2010/10/17 10:10:27 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/389-console/389-console-1.1.6.ebuild,v 1.3 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 } 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 } diff --git a/app-admin/389-console/ChangeLog b/app-admin/389-console/ChangeLog index 7225e73c26f1..61dffa04241b 100644 --- a/app-admin/389-console/ChangeLog +++ b/app-admin/389-console/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/389-console -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/389-console/ChangeLog,v 1.3 2011/08/14 09:29:12 lxnay Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/389-console/ChangeLog,v 1.4 2012/01/26 18:58:41 lxnay Exp $ + + 26 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> 389-console-1.1.6.ebuild, + 389-console-1.1.7.ebuild, -files/fedora.png: + move binary files remotely, closes bug #370911 *389-console-1.1.7 (14 Aug 2011) diff --git a/app-admin/389-console/files/fedora.png b/app-admin/389-console/files/fedora.png Binary files differdeleted file mode 100644 index 830fe0888b40..000000000000 --- a/app-admin/389-console/files/fedora.png +++ /dev/null |