diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-08-18 23:26:17 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-08-18 23:26:17 +0000 |
commit | 95dd4082e5bac30475beebc0d1a660c537d6e463 (patch) | |
tree | ddbe73faf265ae3b3024a5b17efe729c6af3a0e5 /app-crypt/yapet/yapet-0.4-r1.ebuild | |
parent | net-misc/gns3: Drop old patches (diff) | |
download | sunrise-95dd4082e5bac30475beebc0d1a660c537d6e463.tar.gz sunrise-95dd4082e5bac30475beebc0d1a660c537d6e463.tar.bz2 sunrise-95dd4082e5bac30475beebc0d1a660c537d6e463.zip |
app-crypt/yapet: Simplify
svn path=/sunrise/; revision=9055
Diffstat (limited to 'app-crypt/yapet/yapet-0.4-r1.ebuild')
-rw-r--r-- | app-crypt/yapet/yapet-0.4-r1.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/app-crypt/yapet/yapet-0.4-r1.ebuild b/app-crypt/yapet/yapet-0.4-r1.ebuild index 677c947de..fa2539555 100644 --- a/app-crypt/yapet/yapet-0.4-r1.ebuild +++ b/app-crypt/yapet/yapet-0.4-r1.ebuild @@ -25,19 +25,9 @@ RDEPEND="nls? ( virtual/libintl ) DEPEND="${RDEPEND}" src_unpack() { - local patchset=( - "${DISTDIR}/yapet_csv2yapet-${PV}.diff" - "${DISTDIR}/yapet_cfgfile-${PV}.diff" - "${DISTDIR}/yapet_vikeys-${PV}.diff" - ) - unpack "${P}.tar.bz2" cd "${S}" - - for x in ${patchset[@]}; do - epatch ${x} - done - + epatch "${DISTDIR}"/${PN}_{csv2yapet,cfgfile,vikeys}-${PV}.diff eautoreconf econf --enable-terminal-title \ --enable-csv2yapet \ |