diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-01-02 19:39:51 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-01-02 19:39:51 +0000 |
commit | 857b2afe196ac80118b041603742dbe0d44a0b36 (patch) | |
tree | 2a74fdbda22c1afba4395c39621ed20cdfb1ee7c /app-i18n/unicon | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (diff) | |
download | historical-857b2afe196ac80118b041603742dbe0d44a0b36.tar.gz historical-857b2afe196ac80118b041603742dbe0d44a0b36.tar.bz2 historical-857b2afe196ac80118b041603742dbe0d44a0b36.zip |
Change virtual/kernel to virtual/linux-sources
Diffstat (limited to 'app-i18n/unicon')
-rw-r--r-- | app-i18n/unicon/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/unicon/Manifest | 14 | ||||
-rw-r--r-- | app-i18n/unicon/unicon-3.0.4.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-i18n/unicon/ChangeLog b/app-i18n/unicon/ChangeLog index 0d94819815db..79e0da6787a7 100644 --- a/app-i18n/unicon/ChangeLog +++ b/app-i18n/unicon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/unicon # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/ChangeLog,v 1.5 2005/01/01 14:43:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/ChangeLog,v 1.6 2005/01/02 19:39:51 dsd Exp $ + + 02 Jan 2005; Daniel Drake <dsd@gentoo.org> unicon-3.0.4.ebuild: + Change virtual/kernel to virtual/linux-sources 22 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> unicon-3.0.4.ebuild: Removed default S and MAKEOPTS; use epatch instaed of patch diff --git a/app-i18n/unicon/Manifest b/app-i18n/unicon/Manifest index 438ef29c2ba5..2dadf1fadc2a 100644 --- a/app-i18n/unicon/Manifest +++ b/app-i18n/unicon/Manifest @@ -1,6 +1,16 @@ -MD5 352a7c0e65f00f60813f2fa66bcd50d1 ChangeLog 676 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 7415547af81b5d998e21bc41f48436c9 unicon-3.0.4.ebuild 1394 +MD5 a1c927d7f16bf519b1cb76a5f963ca6c ChangeLog 785 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 a41e61dccd9582d9d8176ee1afdd0c12 unicon-3.0.4.ebuild 1394 MD5 e69f90a124ed00f574cc5ae111df1bd7 files/digest-unicon-3.0.4 66 MD5 cc6f3b807859a0d79f19b3f649de45b5 files/unicon-3.0.4-debian.patch 59606 MD5 31b30bcac54f35d0a41f969075a136de files/unicon-3.0.4-gentoo.patch 302 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFB2FVtiJcSIUGNthERAvXGAKCuaT2BlBRtzz9e7ODymMRQRlbGzgCeMmj9 +i8yOilF2Yq7F0L34dM6d/1w= +=JJ5S +-----END PGP SIGNATURE----- diff --git a/app-i18n/unicon/unicon-3.0.4.ebuild b/app-i18n/unicon/unicon-3.0.4.ebuild index 00f231917924..9d0357a860ea 100644 --- a/app-i18n/unicon/unicon-3.0.4.ebuild +++ b/app-i18n/unicon/unicon-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.7 2005/01/01 14:43:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.8 2005/01/02 19:39:51 dsd Exp $ inherit eutils @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/kernel +DEPEND="virtual/linux-sources dev-libs/newt dev-libs/pth" |