change layout and depnd on new name and install requred 8.7 liebs to consoleone libdir

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force
This commit is contained in:
Mario Fetka 2014-08-16 07:51:02 +02:00
parent 12c4124918
commit ab1aea4d8a
4 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# ChangeLog for app-admin/netiq-messenger-admin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*netiq-messenger-admin-2.2.0.20101202-r1 (16 Aug 2014)
16 Aug 2014; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
+netiq-messenger-admin-2.2.0.20101202-r1.ebuild:
change layout and depnd on new name and install requred 8.7 liebs to
consoleone libdir

View File

@ -0,0 +1,4 @@
DIST nm220_full_linux_multi_eval.tar.gz 132562941 SHA256 e36df7bbe446e9deeae5944e8432ad7886a634493bb4b8da8ab83809ed480fdc SHA512 eaae982da3aa06204f370174c7bc445715d8ed90239c1f05082b1e29aee7a9e0264363d1cd46c95c5cce2da8108726d33e6fa2216e4bb864d0517d9d98c73785 WHIRLPOOL 408d345b146a0038911300516a96f694e8bacb4126ee5d05b414a981f37353c414c8d05af28528a9531a36bd17020fb56df5252c49bfab03a3710afddd7e369f
EBUILD netiq-messenger-admin-2.2.0.20101202-r1.ebuild 1857 SHA256 b256da61f8b3df57134c4d744a5461f97d3ee3a45674147eab1e1a887bb28d36 SHA512 f031aaaf69db49f500cf7b71fc20e363722e524381335129661563bc85aabb385788f52705ed2e32c8684e03dc47cc05a939120ebebbab7a9ab6dd16e9f2bef7 WHIRLPOOL 1b5e483bbd26c7526ac389cdbd2228b77ee5879627f114f68770f4d097de1ac0f2862f5ab9d579007e5a6911a5eb5d7630f8dad42db415166b83d41c438dd9f7
MISC ChangeLog 396 SHA256 05f25048c18f24f52d149109e5c9f0c875bfd6f94f37452a5906ae019682cdc2 SHA512 ea43178af0d52043445f3d2e7bc12a868549d4dd64ceac81eb66db0faa708947c8fd7640f58fef8c0888cd151640e1e5f189336fd2ca9243527c533f1e84a128 WHIRLPOOL 6742d8cb086bff4eea329a3ce9dd91975a634024010941c35a1dfbc6c3a4fd95ce61969a9feba4b9e99603a39c2d41caf6718d9498f674483d67414bcebf5773
MISC metadata.xml 226 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2 SHA512 5912920d8f6e9ee5126fb0aaa5717a562feb009cc59b759c6a6eaa909900b19e95e51e3aa7f32fdf2e77073b19878830b97947148e3adeff3b49e7555cfe29e9 WHIRLPOOL c07e2ddb648893f1e9c422e07b0b73a6d0f7e1c9501200b6fcc9d25fe68c3b05fe4f3523e6844067eeca6969973a44004e1ba8a6fa725591a1916648bd2d4834

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>mario.fetka@gmail.com</email>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,59 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NOVELL_BUILDID="IzkJFg5_PaI~"
NOVELL_FILE32="nm220_full_linux_multi_eval.tar.gz"
RESTRICT="mirror strip"
inherit novell eutils rpm java-utils-2 versionator
MY_PV=$(replace_version_separator 3 '-')
MY_PV="${MY_PV/_p/-}"
DESCRIPTION="Novell Messenger Administration ConsoleOne Snapins"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}"
LICENSE="Novell-Messenger-22"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
>=virtual/jre-1.6
>=app-admin/netiq-novlc1-1.3.6_p1"
src_unpack() {
unpack ${A}
mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack ../work/nm220_full_linux_multi_eval/server/novell-messenger-c1admin-${MY_PV}.i586.rpm
}
src_compile() { :; }
src_install() {
has_multilib_profile && ABI="x86"
java-pkg_jarinto /usr/ConsoleOne/snapins/messenger
java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/messenger/*.jar
insinto /usr/ConsoleOne/help
doins -r "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/help/*
}
pkg_nofetch() {
einfo "This files require you to register at ${HOMEPAGE} (free account)"
einfo "Please download following file:"
einfo " - ${NOVELL_FILE32}"
einfo "from http://download.novell.com/Download?buildid=${NOVELL_BUILDID}"
einfo "and place it in ${DISTDIR}"
einfo ""
einfo "To get rid of downloading files from ${HOMEPAGE}"
einfo "you can create a file /etc/portage/novell.acc"
einfo "containing the novell account infos with following commands"
einfo "# echo \"NOVELL_ACCOUNT_USERNAME=\\\"balduin\\\"\" >> /etc/portage/novell.acc"
einfo "# echo \"NOVELL_ACCOUNT_PASSWORD=\\\"derfisch\\\"\" >> /etc/portage/novell.acc"
}