eselect repository create local 

로컬 레포 만들고 

mkdir --parents /var/db/repos/local/app-office/hoffice

경로 만들어 주고 
vim hoffice-11.20.0.1520.ebuild

ebuild 만들었는데 



API=8

DESCRIPTION="Your app description goes here."

HOMEPAGE="http://asdf4.myhome.co.kr"

SRC_URI="/home/asdf4/disk1/hoffice_11.20.0.1520_amd64.deb"

S="${WORKDIR}"

LICENSE="Nonfree"

SLOT="1.2.3"


KEYWORDS="amd64"


RDEPEND=""

src_install() {

    # Unpack the deb

    ar -x "${S}/hoffice_11.20.0.1520_amd64.deb"

    # Unpack 2

    tar -xf "${S}/control.tar.gz"

    unxz "${S}/data.tar.xz"

    tar -xf "${S}/data.tar"

    # Move files to end dest

    mv "${S}/opt" "${D}"

    mv "${S}/usr" "${D}"

}














These are the packages that would be merged, in order:


Calculating dependencies... done!

Dependency resolution took 1.86 s (backtrack: 0/20).


[ebuild  N     ] app-office/hoffice-11.20.0.1520 


Would you like to merge these packages? [Yes/No] yes


>>> Verifying ebuild manifests


>>> Emerging (1 of 1) app-office/hoffice-11.20.0.1520::local

!!! Fetched file: hoffice_11.20.0.1520_amd64.deb VERIFY FAILED!

!!! Reason: Insufficient data for checksum verification

!!! Got:      

!!! Expected: BLAKE2B BLAKE2S MD5 RMD160 SHA1 SHA256 SHA3_256 SHA3_512 SHA512 WHIRLPOOL


>>> Failed to emerge app-office/hoffice-11.20.0.1520, Log file:


>>>  '/var/tmp/portage/app-office/hoffice-11.20.0.1520/temp/build.log'

gentoo-bin /var/db/repos/local/app-office/hoffice # 


이렇게 뜸..